#D3BD07
A medium, vivid yellow closely aligning with Gold.
About #D3BD07
The hex code #D3BD07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 189, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 10% Magenta, 97% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3BD07
RGB211, 189, 7
HSL53.5°, 93.6%, 42.7%
CMYK0%, 10%, 97%, 17%
HSV53.5°, 96.7%, 82.7%
LAB76.2, -7.5, 76.9
XYZ45.1, 50.3, 7.5
Decimal13876487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.05:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BD07;
}
.text-color {
color: #D3BD07;
}
.border-color {
border: 2px solid #D3BD07;
}