#DEB887
burlywood
#DEB887 is a orange colour. In RGB it is 222 red, 184 green and 135 blue, which converts to a hue of 34 degrees, 57% saturation and 70% lightness. It is one of the named CSS colours, written as burlywood in stylesheets.
Color values
| HEX | #DEB887 |
|---|---|
| RGB | rgb(222, 184, 135) |
| HSL | hsl(34, 57%, 70%) |
| HSV | hsv(34, 39%, 87%) |
| CMYK | cmyk(0%, 17%, 39%, 13%) |
Contrast and accessibility
Against white the contrast ratio is 1.86:1, and against black it is 11.31:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.86:1 | Fail | Fail |
| Black | 11.31:1 | AAA | AAA |
Tints and shades
Lighter tints move #DEB887 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DEB887; |
|---|---|
| CSS rgb() | color: rgb(222 184 135); |
| Tailwind | bg-[#deb887] |
| SwiftUI | Color(red: 0.871, green: 0.722, blue: 0.529) |
| Android | Color.parseColor("#DEB887") |