Shades of Chocolate #D86C10
Tints of Chocolate #D86C10
RGB
CMYK
RGB Variations
Color information
#D86C10 (or 0xD86C10) is known color: Chocolate. HEX triplet: D8, 6C and 10. RGB value is (216,108,16). Sum of RGB (Red+Green+Blue) = 216+108+16=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C10 is #2793EF. Grayscale: #828282. Windows color (decimal): -2593776 or 1076440. OLE color: 1076440.
HSL color Cylindrical-coordinate representation of color #D86C10: hue angle of 27.6º 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 #D86C10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.15 |
| HSL | 27.6º | 0.86% | 0.45% | - |
| HSV(B) | 27.6º | 0.93% | 0.85% | - |
| XYZ | 33.77 | 25.36 | 3.61 | - |
| YUV | 129.8 | 63.78 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 16 | 0 | 0.50 | 0.93 | 0.15 | 27.6 | 0.86 | 0.45 |
| Hex | D8 | 6C | 10 | 0 | 32 | 5D | F | 1C | 56 | 2D |
| Octal | 330 | 154 | 20 | 0 | 62 | 135 | 17 | 34 | 126 | 55 |
| Binary | 11011000 | 1101100 | 10000 | 0 | 110010 | 1011101 | 1111 | 11100 | 1010110 | 101101 |
Color Harmonies of #D86C10
Complementary color
Monochromatic Colors of #D86C10
Black with #D86C10
Text Example
Text Example
White with #D86C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C10; }
p { color: rgb(216,108,16); }
H1.HeaderClassName
{
color: #D86C10;
}
.AnyTagClassName
{
color: #D86C10;
}
</style>
background-color css
<style>
a { background-color: #D86C10; }
a { background-color: rgb(216,108,16); }
div.DivClassName
{
background-color: #D86C10;
}
.BgClassName
{
background-color: #D86C10;
}
</style>
border-color css
<style>
span { border-color: #D86C10; }
span { border-color: rgb(216,108,16); }
td.TdClassName
{
border-color: #D86C10;
}
.TagClassName
{
border-color: #D86C10;
}
</style>