#CC9233
A medium, moderate orange closely aligning with Darkgoldenrod.
About #CC9233
At its core, #CC9233 is a medium and moderate hue. Designers often compare it to the standard color Darkgoldenrod. In the RGB color space, it consists of 204 red, 146 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 28% magenta, 75% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC9233
RGB204, 146, 51
HSL37.3°, 60.0%, 50.0%
CMYK0%, 28%, 75%, 20%
HSV37.3°, 75.0%, 80.0%
LAB64.7, 13.3, 56.2
XYZ35.8, 33.6, 7.7
Decimal13406771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9233;
}
.text-color {
color: #CC9233;
}
.border-color {
border: 2px solid #CC9233;
}