Gold (Yellow)
#D4DB06
RGB: 212, 219, 6
Color OverviewHEX #D4DB06
#D4DB06 Color Code Information
In the RGB color space, #D4DB06 is composed of 83% red, 86% green, and 2% blue. In the HSL color space, it has a hue of 62°, saturation of 95%, and lightness of 44%.
HEX
#D4DB06
RGB
212, 219, 6
HSL
62°, 95%, 44%
HSV
62°, 97%, 86%
CMYK
3%, 0%, 97%, 14%
Name Match
Gold
Closest StandardShades of #D4DB06 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D4DB06 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D4DB06 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D4DB06
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #D4DB06 Background
Contrast Ratio against Pure White (#FFFFFF):1.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D4DB06 Background
Contrast Ratio against Pure Black (#000000):13.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D4DB06;
}
.element {
color: #D4DB06;
background-color: #D4DB06;
border-color: #D4DB06;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D4DB06] text-[#D4DB06] border-[#D4DB06]"> Content styled with #D4DB06 </div>