#DBA033
A medium, moderate orange closely aligning with Goldenrod.
About #DBA033
The hex code #DBA033 represents a beautifully specific shade of orange. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 219 red, 160 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 27% Magenta, 77% Yellow, and 14% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBA033
RGB219, 160, 51
HSL38.9°, 70.0%, 52.9%
CMYK0%, 27%, 77%, 14%
HSV38.9°, 76.7%, 85.9%
LAB69.8, 12.2, 61.7
XYZ42.4, 40.4, 8.7
Decimal14393395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA033;
}
.text-color {
color: #DBA033;
}
.border-color {
border: 2px solid #DBA033;
}