#DBA883
A light, moderate orange closely aligning with Burlywood.
About #DBA883
At its core, #DBA883 is a light and moderate hue. Designers often compare it to the standard color Burlywood. This translates to an RGB value of rgb(219, 168, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 23% Magenta, 40% Yellow, and 14% Black. The HSL representation is 25.2° hue, 55.0% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBA883
RGB219, 168, 131
HSL25.2°, 55.0%, 68.6%
CMYK0%, 23%, 40%, 14%
HSV25.2°, 40.2%, 85.9%
LAB72.7, 14.0, 26.3
XYZ47.3, 44.7, 27.6
Decimal14395523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA883;
}
.text-color {
color: #DBA883;
}
.border-color {
border: 2px solid #DBA883;
}