#DBAF83
A light, moderate orange closely aligning with Burlywood.
About #DBAF83
Visually, #DBAF83 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, 175, 131).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 20% Magenta, 40% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBAF83
RGB219, 175, 131
HSL30.0°, 55.0%, 68.6%
CMYK0%, 20%, 40%, 14%
HSV30.0°, 40.2%, 85.9%
LAB74.4, 10.2, 28.6
XYZ48.6, 47.4, 28.1
Decimal14397315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAF83;
}
.text-color {
color: #DBAF83;
}
.border-color {
border: 2px solid #DBAF83;
}