#CCC55F
A medium, moderate yellow closely aligning with Darkkhaki.
About #CCC55F
Visually, #CCC55F is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 204 red, 197 green, and 95 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, 53% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCC55F
RGB204, 197, 95
HSL56.1°, 51.7%, 58.6%
CMYK0%, 3%, 53%, 20%
HSV56.1°, 53.4%, 80.0%
LAB78.2, -10.9, 51.3
XYZ46.9, 53.6, 18.7
Decimal13419871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.72:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCC55F;
}
.text-color {
color: #CCC55F;
}
.border-color {
border: 2px solid #CCC55F;
}