Bronze (Brown)
#DE8825
RGB: 222, 136, 37
Color OverviewHEX #DE8825
#DE8825 Color Code Information
In the RGB color space, #DE8825 is composed of 87% red, 53% green, and 15% blue. In the HSL color space, it has a hue of 32°, saturation of 74%, and lightness of 51%.
HEX
#DE8825
RGB
222, 136, 37
HSL
32°, 74%, 51%
HSV
32°, 83%, 87%
CMYK
0%, 39%, 83%, 13%
Name Match
Bronze
Closest StandardShades of #DE8825 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DE8825 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DE8825 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DE8825
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 #DE8825 Background
Contrast Ratio against Pure White (#FFFFFF):2.74 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DE8825 Background
Contrast Ratio against Pure Black (#000000):7.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DE8825;
}
.element {
color: #DE8825;
background-color: #DE8825;
border-color: #DE8825;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DE8825] text-[#DE8825] border-[#DE8825]"> Content styled with #DE8825 </div>