Shades of Chocolate #D86116
Tints of Chocolate #D86116
RGB
CMYK
RGB Variations
Color information
#D86116 (or 0xD86116) is known color: Chocolate. HEX triplet: D8, 61 and 16. RGB value is (216,97,22). Sum of RGB (Red+Green+Blue) = 216+97+22=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86116 is #279EE9. Grayscale: #7C7C7C. Windows color (decimal): -2596586 or 1466840. OLE color: 1466840.
HSL color Cylindrical-coordinate representation of color #D86116: hue angle of 23.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86116 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.15 |
| HSL | 23.2º | 0.82% | 0.47% | - |
| HSV(B) | 23.2º | 0.9% | 0.85% | - |
| XYZ | 32.74 | 23.21 | 3.51 | - |
| YUV | 124.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 22 | 0 | 0.55 | 0.90 | 0.15 | 23.2 | 0.82 | 0.47 |
| Hex | D8 | 61 | 16 | 0 | 37 | 5A | F | 17 | 52 | 2F |
| Octal | 330 | 141 | 26 | 0 | 67 | 132 | 17 | 27 | 122 | 57 |
| Binary | 11011000 | 1100001 | 10110 | 0 | 110111 | 1011010 | 1111 | 10111 | 1010010 | 101111 |
Color Harmonies of #D86116
Complementary color
Monochromatic Colors of #D86116
Black with #D86116
Text Example
Text Example
White with #D86116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86116; }
p { color: rgb(216,97,22); }
H1.HeaderClassName
{
color: #D86116;
}
.AnyTagClassName
{
color: #D86116;
}
</style>
background-color css
<style>
a { background-color: #D86116; }
a { background-color: rgb(216,97,22); }
div.DivClassName
{
background-color: #D86116;
}
.BgClassName
{
background-color: #D86116;
}
</style>
border-color css
<style>
span { border-color: #D86116; }
span { border-color: rgb(216,97,22); }
td.TdClassName
{
border-color: #D86116;
}
.TagClassName
{
border-color: #D86116;
}
</style>