Dark Goldenrod (Yellow)
#B37A00
RGB: 179, 122, 0
Color OverviewHEX #B37A00

#B37A00 Color Code Information

In the RGB color space, #B37A00 is composed of 70% red, 48% green, and 0% blue. In the HSL color space, it has a hue of 41°, saturation of 100%, and lightness of 35%.

HEX
#B37A00
RGB
179, 122, 0
HSL
41°, 100%, 35%
HSV
41°, 100%, 70%
CMYK
0%, 32%, 100%, 30%
Name Match
Dark Goldenrod
Closest Standard

Shades of #B37A00 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #B37A00 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #B37A00 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #B37A00

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #B37A00 Background
Contrast Ratio against Pure White (#FFFFFF):3.68 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B37A00 Background
Contrast Ratio against Pure Black (#000000):5.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #B37A00;
}

.element {
  color: #B37A00;
  background-color: #B37A00;
  border-color: #B37A00;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#B37A00] text-[#B37A00] border-[#B37A00]">
  Content styled with #B37A00
</div>