#CC9933
A medium, moderate orange closely aligning with Darkgoldenrod.
About #CC9933
The precise color #CC9933 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgoldenrod. This translates to an RGB value of rgb(204, 153, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 25% magenta inks. With a hue angle of 40.0 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC9933
RGB204, 153, 51
HSL40.0°, 60.0%, 50.0%
CMYK0%, 25%, 75%, 20%
HSV40.0°, 75.0%, 80.0%
LAB66.4, 9.5, 57.9
XYZ36.9, 35.9, 8.1
Decimal13408563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.17:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9933;
}
.text-color {
color: #CC9933;
}
.border-color {
border: 2px solid #CC9933;
}