#CC9200
A medium, vivid orange closely aligning with Goldenrod.
About #CC9200
Visually, #CC9200 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 204 red, 146 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC9200
RGB204, 146, 0
HSL42.9°, 100.0%, 40.0%
CMYK0%, 28%, 100%, 20%
HSV42.9°, 100.0%, 80.0%
LAB64.5, 12.1, 69.1
XYZ35.2, 33.4, 4.6
Decimal13406720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9200;
}
.text-color {
color: #CC9200;
}
.border-color {
border: 2px solid #CC9200;
}