#D2691E
chocolate
#D2691E is a orange colour. In RGB it is 210 red, 105 green and 30 blue, which converts to a hue of 25 degrees, 75% saturation and 47% lightness. It is one of the named CSS colours, written as chocolate in stylesheets.
Color values
| HEX | #D2691E |
|---|---|
| RGB | rgb(210, 105, 30) |
| HSL | hsl(25, 75%, 47%) |
| HSV | hsv(25, 86%, 82%) |
| CMYK | cmyk(0%, 50%, 86%, 18%) |
Contrast and accessibility
Against white the contrast ratio is 3.63:1, and against black it is 5.78: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 | 3.63:1 | Fail | AA |
| Black | 5.78:1 | AA | AAA |
Tints and shades
Lighter tints move #D2691E toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D2691E; |
|---|---|
| CSS rgb() | color: rgb(210 105 30); |
| Tailwind | bg-[#d2691e] |
| SwiftUI | Color(red: 0.824, green: 0.412, blue: 0.118) |
| Android | Color.parseColor("#D2691E") |