#D3CC50
A medium, moderate yellow closely aligning with Khaki.
About #D3CC50
At its core, #D3CC50 is a medium and moderate hue. 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 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 3% magenta, 62% yellow, and 17% black. The HSL representation is 56.8° hue, 59.8% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CC50
RGB211, 204, 80
HSL56.8°, 59.8%, 57.1%
CMYK0%, 3%, 62%, 17%
HSV56.8°, 62.1%, 82.7%
LAB80.5, -12.7, 60.7
XYZ49.9, 57.6, 16.1
Decimal13880400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.52:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CC50;
}
.text-color {
color: #D3CC50;
}
.border-color {
border: 2px solid #D3CC50;
}