Shades of Chocolate #D85E20
Tints of Chocolate #D85E20
RGB
CMYK
RGB Variations
Color information
#D85E20 (or 0xD85E20) is known color: Chocolate. HEX triplet: D8, 5E and 20. RGB value is (216,94,32). Sum of RGB (Red+Green+Blue) = 216+94+32=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E20 is #27A1DF. Grayscale: #7B7B7B. Windows color (decimal): -2597344 or 2121432. OLE color: 2121432.
HSL color Cylindrical-coordinate representation of color #D85E20: hue angle of 20.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D85E20 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 32 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.15 |
| HSL | 20.22º | 0.74% | 0.49% | - |
| HSV(B) | 20.22º | 0.85% | 0.85% | - |
| XYZ | 32.58 | 22.71 | 4.03 | - |
| YUV | 123.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 32 | 0 | 0.56 | 0.85 | 0.15 | 20.22 | 0.74 | 0.49 |
| Hex | D8 | 5E | 20 | 0 | 38 | 55 | F | 14 | 4A | 31 |
| Octal | 330 | 136 | 40 | 0 | 70 | 125 | 17 | 24 | 112 | 61 |
| Binary | 11011000 | 1011110 | 100000 | 0 | 111000 | 1010101 | 1111 | 10100 | 1001010 | 110001 |
Color Harmonies of #D85E20
Complementary color
Monochromatic Colors of #D85E20
Black with #D85E20
Text Example
Text Example
White with #D85E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E20; }
p { color: rgb(216,94,32); }
H1.HeaderClassName
{
color: #D85E20;
}
.AnyTagClassName
{
color: #D85E20;
}
</style>
background-color css
<style>
a { background-color: #D85E20; }
a { background-color: rgb(216,94,32); }
div.DivClassName
{
background-color: #D85E20;
}
.BgClassName
{
background-color: #D85E20;
}
</style>
border-color css
<style>
span { border-color: #D85E20; }
span { border-color: rgb(216,94,32); }
td.TdClassName
{
border-color: #D85E20;
}
.TagClassName
{
border-color: #D85E20;
}
</style>