Shades of Chocolate #D85E21
Tints of Chocolate #D85E21
RGB
CMYK
RGB Variations
Color information
#D85E21 (or 0xD85E21) is known color: Chocolate. HEX triplet: D8, 5E and 21. RGB value is (216,94,33). Sum of RGB (Red+Green+Blue) = 216+94+33=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E21 is #27A1DE. Grayscale: #7B7B7B. Windows color (decimal): -2597343 or 2186968. OLE color: 2186968.
HSL color Cylindrical-coordinate representation of color #D85E21: hue angle of 20º degrees, saturation: 0.73, 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 #D85E21 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.15 |
| HSL | 20º | 0.73% | 0.49% | - |
| HSV(B) | 20º | 0.85% | 0.85% | - |
| XYZ | 32.6 | 22.71 | 4.11 | - |
| YUV | 123.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 33 | 0 | 0.56 | 0.85 | 0.15 | 20 | 0.73 | 0.49 |
| Hex | D8 | 5E | 21 | 0 | 38 | 55 | F | 14 | 49 | 31 |
| Octal | 330 | 136 | 41 | 0 | 70 | 125 | 17 | 24 | 111 | 61 |
| Binary | 11011000 | 1011110 | 100001 | 0 | 111000 | 1010101 | 1111 | 10100 | 1001001 | 110001 |
Color Harmonies of #D85E21
Complementary color
Monochromatic Colors of #D85E21
Black with #D85E21
Text Example
Text Example
White with #D85E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E21; }
p { color: rgb(216,94,33); }
H1.HeaderClassName
{
color: #D85E21;
}
.AnyTagClassName
{
color: #D85E21;
}
</style>
background-color css
<style>
a { background-color: #D85E21; }
a { background-color: rgb(216,94,33); }
div.DivClassName
{
background-color: #D85E21;
}
.BgClassName
{
background-color: #D85E21;
}
</style>
border-color css
<style>
span { border-color: #D85E21; }
span { border-color: rgb(216,94,33); }
td.TdClassName
{
border-color: #D85E21;
}
.TagClassName
{
border-color: #D85E21;
}
</style>