#DBD307
A medium, vivid yellow closely aligning with Gold.
About #DBD307
At its core, #DBD307 is a medium and vivid hue. Its closest recognized web color is Gold. This translates to an RGB value of rgb(219, 211, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 4% magenta, 97% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBD307
RGB219, 211, 7
HSL57.7°, 93.8%, 44.3%
CMYK0%, 4%, 97%, 14%
HSV57.7°, 96.8%, 85.9%
LAB82.7, -15.2, 82.0
XYZ52.5, 61.7, 9.3
Decimal14406407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.33:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD307;
}
.text-color {
color: #DBD307;
}
.border-color {
border: 2px solid #DBD307;
}