Shades of Chocolate #D86610
Tints of Chocolate #D86610
RGB
CMYK
RGB Variations
Color information
#D86610 (or 0xD86610) is known color: Chocolate. HEX triplet: D8, 66 and 10. RGB value is (216,102,16). Sum of RGB (Red+Green+Blue) = 216+102+16=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86610 is #2799EF. Grayscale: #7E7E7E. Windows color (decimal): -2595312 or 1074904. OLE color: 1074904.
HSL color Cylindrical-coordinate representation of color #D86610: hue angle of 25.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D86610 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.15 |
| HSL | 25.8º | 0.86% | 0.45% | - |
| HSV(B) | 25.8º | 0.93% | 0.85% | - |
| XYZ | 33.16 | 24.14 | 3.4 | - |
| YUV | 126.28 | 65.77 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 16 | 0 | 0.53 | 0.93 | 0.15 | 25.8 | 0.86 | 0.45 |
| Hex | D8 | 66 | 10 | 0 | 35 | 5D | F | 1A | 56 | 2D |
| Octal | 330 | 146 | 20 | 0 | 65 | 135 | 17 | 32 | 126 | 55 |
| Binary | 11011000 | 1100110 | 10000 | 0 | 110101 | 1011101 | 1111 | 11010 | 1010110 | 101101 |
Color Harmonies of #D86610
Complementary color
Monochromatic Colors of #D86610
Black with #D86610
Text Example
Text Example
White with #D86610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86610; }
p { color: rgb(216,102,16); }
H1.HeaderClassName
{
color: #D86610;
}
.AnyTagClassName
{
color: #D86610;
}
</style>
background-color css
<style>
a { background-color: #D86610; }
a { background-color: rgb(216,102,16); }
div.DivClassName
{
background-color: #D86610;
}
.BgClassName
{
background-color: #D86610;
}
</style>
border-color css
<style>
span { border-color: #D86610; }
span { border-color: rgb(216,102,16); }
td.TdClassName
{
border-color: #D86610;
}
.TagClassName
{
border-color: #D86610;
}
</style>