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