Sandy Brown (Orange)
#D7B265
RGB: 215, 178, 101
Color OverviewHEX #D7B265

#D7B265 Color Code Information

In the RGB color space, #D7B265 is composed of 84% red, 70% green, and 40% blue. In the HSL color space, it has a hue of 41°, saturation of 59%, and lightness of 62%.

HEX
#D7B265
RGB
215, 178, 101
HSL
41°, 59%, 62%
HSV
41°, 53%, 84%
CMYK
0%, 17%, 53%, 16%
Name Match
Sandy Brown
Closest Standard

Shades of #D7B265 (Darker Variations)

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

Tints of #D7B265 (Lighter Variations)

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

Tones of #D7B265 (Muted Variations)

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

Color Harmonies for #D7B265

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 #D7B265 Background
Contrast Ratio against Pure White (#FFFFFF):2.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D7B265 Background
Contrast Ratio against Pure Black (#000000):10.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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