Shades of Chocolate #D86516
Tints of Chocolate #D86516
RGB
CMYK
RGB Variations
Color information
#D86516 (or 0xD86516) is known color: Chocolate. HEX triplet: D8, 65 and 16. RGB value is (216,101,22). Sum of RGB (Red+Green+Blue) = 216+101+22=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86516 is #279AE9. Grayscale: #7E7E7E. Windows color (decimal): -2595562 or 1467864. OLE color: 1467864.
HSL color Cylindrical-coordinate representation of color #D86516: hue angle of 24.43º 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 #D86516 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.15 |
| HSL | 24.43º | 0.82% | 0.47% | - |
| HSV(B) | 24.43º | 0.9% | 0.85% | - |
| XYZ | 33.12 | 23.96 | 3.64 | - |
| YUV | 126.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 22 | 0 | 0.53 | 0.90 | 0.15 | 24.43 | 0.82 | 0.47 |
| Hex | D8 | 65 | 16 | 0 | 35 | 5A | F | 18 | 52 | 2F |
| Octal | 330 | 145 | 26 | 0 | 65 | 132 | 17 | 30 | 122 | 57 |
| Binary | 11011000 | 1100101 | 10110 | 0 | 110101 | 1011010 | 1111 | 11000 | 1010010 | 101111 |
Color Harmonies of #D86516
Complementary color
Monochromatic Colors of #D86516
Black with #D86516
Text Example
Text Example
White with #D86516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86516; }
p { color: rgb(216,101,22); }
H1.HeaderClassName
{
color: #D86516;
}
.AnyTagClassName
{
color: #D86516;
}
</style>
background-color css
<style>
a { background-color: #D86516; }
a { background-color: rgb(216,101,22); }
div.DivClassName
{
background-color: #D86516;
}
.BgClassName
{
background-color: #D86516;
}
</style>
border-color css
<style>
span { border-color: #D86516; }
span { border-color: rgb(216,101,22); }
td.TdClassName
{
border-color: #D86516;
}
.TagClassName
{
border-color: #D86516;
}
</style>