#DBAF3A
A medium, moderate orange closely aligning with Goldenrod.
About #DBAF3A
Visually, #DBAF3A is defined as a moderate orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(219, 175, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 20% magenta, 74% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBAF3A
RGB219, 175, 58
HSL43.6°, 69.1%, 54.3%
CMYK0%, 20%, 74%, 14%
HSV43.6°, 73.5%, 85.9%
LAB73.6, 4.5, 62.7
XYZ45.3, 46.0, 10.5
Decimal14397242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAF3A;
}
.text-color {
color: #DBAF3A;
}
.border-color {
border: 2px solid #DBAF3A;
}