#CCA00F
A medium, vivid yellow closely aligning with Goldenrod.
About #CCA00F
The hex code #CCA00F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 204 red, 160 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 22% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCA00F
RGB204, 160, 15
HSL46.0°, 86.3%, 42.9%
CMYK0%, 22%, 93%, 20%
HSV46.0°, 92.6%, 80.0%
LAB68.0, 4.7, 69.6
XYZ37.6, 38.0, 5.8
Decimal13410319
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: #CCA00F;
}
.text-color {
color: #CCA00F;
}
.border-color {
border: 2px solid #CCA00F;
}