Shades of Chocolate #D86021
Tints of Chocolate #D86021
RGB
CMYK
RGB Variations
Color information
#D86021 (or 0xD86021) is known color: Chocolate. HEX triplet: D8, 60 and 21. RGB value is (216,96,33). Sum of RGB (Red+Green+Blue) = 216+96+33=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86021 is #279FDE. Grayscale: #7D7D7D. Windows color (decimal): -2596831 or 2187480. OLE color: 2187480.
HSL color Cylindrical-coordinate representation of color #D86021: hue angle of 20.66º 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 #D86021 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.15 |
| HSL | 20.66º | 0.73% | 0.49% | - |
| HSV(B) | 20.66º | 0.85% | 0.85% | - |
| XYZ | 32.78 | 23.07 | 4.17 | - |
| YUV | 124.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 33 | 0 | 0.56 | 0.85 | 0.15 | 20.66 | 0.73 | 0.49 |
| Hex | D8 | 60 | 21 | 0 | 38 | 55 | F | 15 | 49 | 31 |
| Octal | 330 | 140 | 41 | 0 | 70 | 125 | 17 | 25 | 111 | 61 |
| Binary | 11011000 | 1100000 | 100001 | 0 | 111000 | 1010101 | 1111 | 10101 | 1001001 | 110001 |
Color Harmonies of #D86021
Complementary color
Monochromatic Colors of #D86021
Black with #D86021
Text Example
Text Example
White with #D86021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86021; }
p { color: rgb(216,96,33); }
H1.HeaderClassName
{
color: #D86021;
}
.AnyTagClassName
{
color: #D86021;
}
</style>
background-color css
<style>
a { background-color: #D86021; }
a { background-color: rgb(216,96,33); }
div.DivClassName
{
background-color: #D86021;
}
.BgClassName
{
background-color: #D86021;
}
</style>
border-color css
<style>
span { border-color: #D86021; }
span { border-color: rgb(216,96,33); }
td.TdClassName
{
border-color: #D86021;
}
.TagClassName
{
border-color: #D86021;
}
</style>