#CCA85F
A medium, moderate orange closely aligning with Darkkhaki.
About #CCA85F
The hex code #CCA85F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 204 parts red, 168 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 18% M, 53% Y, and 20% K. With a hue angle of 40.2 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCA85F
RGB204, 168, 95
HSL40.2°, 51.7%, 58.6%
CMYK0%, 18%, 53%, 20%
HSV40.2°, 53.4%, 80.0%
LAB70.6, 4.2, 42.3
XYZ41.0, 41.7, 16.7
Decimal13412447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA85F;
}
.text-color {
color: #CCA85F;
}
.border-color {
border: 2px solid #CCA85F;
}