#CC996D
A light, moderate orange closely aligning with Burlywood.
About #CC996D
The hex code #CC996D represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 153, and 109.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 25% M, 47% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#CC996D
RGB204, 153, 109
HSL27.8°, 48.2%, 61.4%
CMYK0%, 25%, 47%, 20%
HSV27.8°, 46.6%, 80.0%
LAB67.1, 13.7, 30.5
XYZ39.1, 36.7, 19.5
Decimal13408621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC996D;
}
.text-color {
color: #CC996D;
}
.border-color {
border: 2px solid #CC996D;
}