Skip to main content

Chenin

#DCC979

Chenin is a warm light color with the hex code #DCC979. This moderately saturated hue can be represented as RGB 220, 201, 121 in digital design or CMYK 0%, 9%, 45%, 14% for print applications. Find matching Pantone color.

Chenin color values

HEX
#DCC979
RGB
220, 201, 121
HSL
48°, 59%, 67%
CMYK
0, 9, 45, 14

About this color

Chenin sits at 48° on the color wheel with 59% saturation and 67% lightness, placing it in the orange-yellow segment of the spectrum. The moderate 59% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Chenin is rendered as rgb(220, 201, 121), where the red channel dominates at 220, though the other channels keep the hue balanced. This warm mid-tone carries enough energy to serve as an accent without the intensity of a highly saturated warm color.

For print, Chenin translates to a CMYK breakdown of 0C 9M 45Y 14K. The low-to-moderate black value (14%) means the color's character in print comes primarily from its yellow ink content (45%), 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 Chenin

CSS Variable

:root {
  --brand-primary: #DCC979;
  --brand-primary-rgb: 220, 201, 121;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#DCC979',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 9%
Y: 45%
K: 14%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(220, 201, 121)
rgba(220, 201, 121, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #DCC979?
#DCC979 is Chenin, a warm light color with RGB values of 220, 201, 121. It has a hue of 48°, 59% saturation, and 67% lightness in the HSL color space.
What is the RGB value of #DCC979?
The RGB color code for #DCC979 is rgb(220, 201, 121). This means it contains 220 red, 201 green, and 121 blue in the RGB color model.
Is Chenin a warm or cool color?
Chenin (#DCC979) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #DCC979 in CSS?
You can use #DCC979 in CSS with: background-color: #DCC979; or color: #DCC979; or as an RGB value: rgb(220, 201, 121). For print design, use CMYK: 0%, 9%, 45%, 14%.