#CCCC0F
A medium, vivid yellow closely aligning with Gold.
About #CCCC0F
Visually, #CCCC0F is defined as a vivid yellow. It is closely associated with the named CSS color Gold. This translates to an RGB value of rgb(204, 204, 15).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 93% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCCC0F
RGB204, 204, 15
HSL60.0°, 86.3%, 42.9%
CMYK0%, 0%, 93%, 20%
HSV60.0°, 92.6%, 80.0%
LAB79.6, -18.1, 78.4
XYZ46.6, 56.1, 8.8
Decimal13421583
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: #CCCC0F;
}
.text-color {
color: #CCCC0F;
}
.border-color {
border: 2px solid #CCCC0F;
}