#CCA007
A medium, vivid yellow closely aligning with Goldenrod.
About #CCA007
The precise color #CCA007 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(204, 160, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 22% M, 97% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCA007
RGB204, 160, 7
HSL46.6°, 93.4%, 41.4%
CMYK0%, 22%, 97%, 20%
HSV46.6°, 96.6%, 80.0%
LAB68.0, 4.6, 70.7
XYZ37.5, 38.0, 5.6
Decimal13410311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.60:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA007;
}
.text-color {
color: #CCA007;
}
.border-color {
border: 2px solid #CCA007;
}