Shades of Chocolate #D86517
Tints of Chocolate #D86517
RGB
CMYK
RGB Variations
Color information
#D86517 (or 0xD86517) is known color: Chocolate. HEX triplet: D8, 65 and 17. RGB value is (216,101,23). Sum of RGB (Red+Green+Blue) = 216+101+23=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D86517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86517 is #279AE8. Grayscale: #7E7E7E. Windows color (decimal): -2595561 or 1533400. OLE color: 1533400.
HSL color Cylindrical-coordinate representation of color #D86517: hue angle of 24.25º 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 #D86517 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.15 |
| HSL | 24.25º | 0.81% | 0.47% | - |
| HSV(B) | 24.25º | 0.89% | 0.85% | - |
| XYZ | 33.13 | 23.97 | 3.69 | - |
| YUV | 126.49 | 69.6 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 23 | 0 | 0.53 | 0.89 | 0.15 | 24.25 | 0.81 | 0.47 |
| Hex | D8 | 65 | 17 | 0 | 35 | 59 | F | 18 | 51 | 2F |
| Octal | 330 | 145 | 27 | 0 | 65 | 131 | 17 | 30 | 121 | 57 |
| Binary | 11011000 | 1100101 | 10111 | 0 | 110101 | 1011001 | 1111 | 11000 | 1010001 | 101111 |
Color Harmonies of #D86517
Complementary color
Monochromatic Colors of #D86517
Black with #D86517
Text Example
Text Example
White with #D86517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86517; }
p { color: rgb(216,101,23); }
H1.HeaderClassName
{
color: #D86517;
}
.AnyTagClassName
{
color: #D86517;
}
</style>
background-color css
<style>
a { background-color: #D86517; }
a { background-color: rgb(216,101,23); }
div.DivClassName
{
background-color: #D86517;
}
.BgClassName
{
background-color: #D86517;
}
</style>
border-color css
<style>
span { border-color: #D86517; }
span { border-color: rgb(216,101,23); }
td.TdClassName
{
border-color: #D86517;
}
.TagClassName
{
border-color: #D86517;
}
</style>