#D3B607
A medium, vivid yellow closely aligning with Goldenrod.
About #D3B607
The hex code #D3B607 represents a beautifully specific shade of yellow. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(211, 182, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 14% M, 97% Y, and 17% K. With a hue angle of 51.5 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3B607
RGB211, 182, 7
HSL51.5°, 93.6%, 42.7%
CMYK0%, 14%, 97%, 17%
HSV51.5°, 96.7%, 82.7%
LAB74.4, -3.9, 75.6
XYZ43.6, 47.3, 7.0
Decimal13874695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B607;
}
.text-color {
color: #D3B607;
}
.border-color {
border: 2px solid #D3B607;
}