#CC993A
A medium, moderate orange closely aligning with Darkgoldenrod.
About #CC993A
The precise color #CC993A 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, 58).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 25% Magenta, 72% Yellow, and 20% Black. With a hue angle of 39.0 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC993A
RGB204, 153, 58
HSL39.0°, 58.9%, 51.4%
CMYK0%, 25%, 72%, 20%
HSV39.0°, 71.6%, 80.0%
LAB66.5, 9.8, 55.1
XYZ37.1, 35.9, 9.0
Decimal13408570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.19:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC993A;
}
.text-color {
color: #CC993A;
}
.border-color {
border: 2px solid #CC993A;
}