Shades of Chocolate #D86017
Tints of Chocolate #D86017
RGB
CMYK
RGB Variations
Color information
#D86017 (or 0xD86017) is known color: Chocolate. HEX triplet: D8, 60 and 17. RGB value is (216,96,23). Sum of RGB (Red+Green+Blue) = 216+96+23=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86017 is #279FE8. Grayscale: #7B7B7B. Windows color (decimal): -2596841 or 1532120. OLE color: 1532120.
HSL color Cylindrical-coordinate representation of color #D86017: hue angle of 22.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D86017 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 23 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.15 |
| HSL | 22.69º | 0.81% | 0.47% | - |
| HSV(B) | 22.69º | 0.89% | 0.85% | - |
| XYZ | 32.66 | 23.03 | 3.53 | - |
| YUV | 123.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 23 | 0 | 0.56 | 0.89 | 0.15 | 22.69 | 0.81 | 0.47 |
| Hex | D8 | 60 | 17 | 0 | 38 | 59 | F | 17 | 51 | 2F |
| Octal | 330 | 140 | 27 | 0 | 70 | 131 | 17 | 27 | 121 | 57 |
| Binary | 11011000 | 1100000 | 10111 | 0 | 111000 | 1011001 | 1111 | 10111 | 1010001 | 101111 |
Color Harmonies of #D86017
Complementary color
Monochromatic Colors of #D86017
Black with #D86017
Text Example
Text Example
White with #D86017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86017; }
p { color: rgb(216,96,23); }
H1.HeaderClassName
{
color: #D86017;
}
.AnyTagClassName
{
color: #D86017;
}
</style>
background-color css
<style>
a { background-color: #D86017; }
a { background-color: rgb(216,96,23); }
div.DivClassName
{
background-color: #D86017;
}
.BgClassName
{
background-color: #D86017;
}
</style>
border-color css
<style>
span { border-color: #D86017; }
span { border-color: rgb(216,96,23); }
td.TdClassName
{
border-color: #D86017;
}
.TagClassName
{
border-color: #D86017;
}
</style>