#D3CC5F
A light, moderate yellow closely aligning with Khaki.
About #D3CC5F
The hex code #D3CC5F represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 211 red, 204 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 3% M, 55% Y, and 17% K. The HSL representation is 56.4° hue, 56.9% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3CC5F
RGB211, 204, 95
HSL56.4°, 56.9%, 60.0%
CMYK0%, 3%, 55%, 17%
HSV56.4°, 55.0%, 82.7%
LAB80.7, -11.6, 54.2
XYZ50.5, 57.9, 19.3
Decimal13880415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.57:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC5F;
}
.text-color {
color: #D3CC5F;
}
.border-color {
border: 2px solid #D3CC5F;
}