#CCA86D
A light, moderate orange closely aligning with Burlywood.
About #CCA86D
The hex code #CCA86D represents a beautifully specific shade of orange. It is closely associated with the named CSS color Burlywood. Its digital footprint relies on 204 parts red, 168 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 18% Magenta, 47% Yellow, and 20% Black. With a hue angle of 37.3 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCA86D
RGB204, 168, 109
HSL37.3°, 48.2%, 61.4%
CMYK0%, 18%, 47%, 20%
HSV37.3°, 46.6%, 80.0%
LAB70.8, 5.5, 35.3
XYZ41.7, 41.9, 20.4
Decimal13412461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA86D;
}
.text-color {
color: #CCA86D;
}
.border-color {
border: 2px solid #CCA86D;
}