#DBA800
A medium, vivid yellow closely aligning with Goldenrod.
About #DBA800
At its core, #DBA800 is a medium and vivid hue. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 219 red, 168 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 23% magenta, 100% yellow, and 14% black. The HSL representation is 46.0° hue, 100.0% saturation, and 42.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBA800
RGB219, 168, 0
HSL46.0°, 100.0%, 42.9%
CMYK0%, 23%, 100%, 14%
HSV46.0°, 100.0%, 85.9%
LAB71.6, 6.9, 74.8
XYZ43.2, 43.1, 6.0
Decimal14395392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.61:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA800;
}
.text-color {
color: #DBA800;
}
.border-color {
border: 2px solid #DBA800;
}