#DBCCA0
A light, moderate orange closely aligning with Wheat.
About #DBCCA0
Visually, #DBCCA0 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Wheat. Its digital footprint relies on 219 parts red, 204 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 7% M, 27% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
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#DBCCA0
RGB219, 204, 160
HSL44.7°, 45.0%, 74.3%
CMYK0%, 7%, 27%, 14%
HSV44.7°, 26.9%, 85.9%
LAB82.3, -1.5, 23.9
XYZ57.2, 60.8, 42.0
Decimal14404768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.16:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCA0;
}
.text-color {
color: #DBCCA0;
}
.border-color {
border: 2px solid #DBCCA0;
}