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