Earls Green is a
warm medium color with the hex code #D6BF2E.
This vibrant hue can be represented as RGB
214, 191, 46 in digital design or CMYK 0%, 11%, 79%, 16% for print applications.
Find matching Pantone color.
Earls Green
#D6BF2E
Earls Green color values
- HEX
- #D6BF2E
- RGB
- 214, 191, 46
- HSL
- 52°, 67%, 51%
- CMYK
- 0, 11, 79, 16
Shades & tints
About this color
Earls Green sits at 52° on the color wheel with 67% saturation and 51% lightness, placing it in the orange-yellow segment of the spectrum. At 67% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Earls Green is rendered as rgb(214, 191, 46), where the red channel dominates at 214, though the other channels keep the hue balanced. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.
For print, Earls Green translates to a CMYK breakdown of 0C 11M 79Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its yellow ink content (79%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Earls Green
CSS Variable
:root {
--brand-primary: #D6BF2E;
--brand-primary-rgb: 214, 191, 46;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#D6BF2E',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 11%
Y: 79%
K: 16% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(214, 191, 46)
rgba(214, 191, 46, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
24 brand s with colors near 52° on the color wheel
Frequently asked questions
What color is #D6BF2E?
What is the RGB value of #D6BF2E?
Is Earls Green a warm or cool color?
How do I use #D6BF2E in CSS?
background-color: #D6BF2E; or color: #D6BF2E; or as an RGB value: rgb(214, 191, 46). For print design, use CMYK: 0%, 11%, 79%, 16%.