Skip to main content

Earls Green

#D6BF2E

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 color values

HEX
#D6BF2E
RGB
214, 191, 46
HSL
52°, 67%, 51%
CMYK
0, 11, 79, 16

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.

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.

Frequently asked questions

What color is #D6BF2E?
#D6BF2E is Earls Green, a warm medium color with RGB values of 214, 191, 46. It has a hue of 52°, 67% saturation, and 51% lightness in the HSL color space.
What is the RGB value of #D6BF2E?
The RGB color code for #D6BF2E is rgb(214, 191, 46). This means it contains 214 red, 191 green, and 46 blue in the RGB color model.
Is Earls Green a warm or cool color?
Earls Green (#D6BF2E) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #D6BF2E in CSS?
You can use #D6BF2E in CSS with: background-color: #D6BF2E; or color: #D6BF2E; or as an RGB value: rgb(214, 191, 46). For print design, use CMYK: 0%, 11%, 79%, 16%.