#CCCC07
A medium, vivid yellow closely aligning with Gold.
About #CCCC07
At its core, #CCCC07 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 204, and 7.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 97% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#CCCC07
RGB204, 204, 7
HSL60.0°, 93.4%, 41.4%
CMYK0%, 0%, 97%, 20%
HSV60.0°, 96.6%, 80.0%
LAB79.6, -18.1, 79.2
XYZ46.5, 56.0, 8.6
Decimal13421575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.21:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCCC07;
}
.text-color {
color: #CCCC07;
}
.border-color {
border: 2px solid #CCCC07;
}