#CCA857
A medium, moderate orange closely aligning with Darkkhaki.
About #CCA857
Visually, #CCA857 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 204 red, 168 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 18% Magenta, 57% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#CCA857
RGB204, 168, 87
HSL41.5°, 53.4%, 57.1%
CMYK0%, 18%, 57%, 20%
HSV41.5°, 57.4%, 80.0%
LAB70.5, 3.6, 46.2
XYZ40.6, 41.5, 14.9
Decimal13412439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.31:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA857;
}
.text-color {
color: #CCA857;
}
.border-color {
border: 2px solid #CCA857;
}