#D3A007
A medium, vivid yellow closely aligning with Goldenrod.
About #D3A007
At its core, #D3A007 is a medium and vivid hue. Its closest recognized web color is Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 160, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 24% magenta, 97% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3A007
RGB211, 160, 7
HSL45.0°, 93.6%, 42.7%
CMYK0%, 24%, 97%, 17%
HSV45.0°, 96.7%, 82.7%
LAB68.8, 7.7, 71.5
XYZ39.5, 39.0, 5.6
Decimal13869063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.80:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A007;
}
.text-color {
color: #D3A007;
}
.border-color {
border: 2px solid #D3A007;
}