#DBA866
A light, moderate orange closely aligning with Burlywood.
About #DBA866
Visually, #DBA866 is defined as a moderate orange. It is closely associated with the named CSS color Burlywood. This translates to an RGB value of rgb(219, 168, 102).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 23% Magenta, 53% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBA866
RGB219, 168, 102
HSL33.8°, 61.9%, 62.9%
CMYK0%, 23%, 53%, 14%
HSV33.8°, 53.4%, 85.9%
LAB72.2, 11.1, 41.0
XYZ45.6, 44.0, 18.7
Decimal14395494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA866;
}
.text-color {
color: #DBA866;
}
.border-color {
border: 2px solid #DBA866;
}