#CCC56D
A light, moderate yellow closely aligning with Darkkhaki.
About #CCC56D
At its core, #CCC56D is a light and moderate hue. Its closest recognized web color is Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 197, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 3% magenta, 47% yellow, and 20% black. The HSL representation is 55.6° hue, 48.2% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCC56D
RGB204, 197, 109
HSL55.6°, 48.2%, 61.4%
CMYK0%, 3%, 47%, 20%
HSV55.6°, 46.6%, 80.0%
LAB78.4, -9.7, 44.7
XYZ47.6, 53.9, 22.4
Decimal13419885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.77:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC56D;
}
.text-color {
color: #CCC56D;
}
.border-color {
border: 2px solid #CCC56D;
}