Shades of Chocolate #D86C11
Tints of Chocolate #D86C11
RGB
CMYK
RGB Variations
Color information
#D86C11 (or 0xD86C11) is known color: Chocolate. HEX triplet: D8, 6C and 11. RGB value is (216,108,17). Sum of RGB (Red+Green+Blue) = 216+108+17=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C11 is #2793EE. Grayscale: #828282. Windows color (decimal): -2593775 or 1141976. OLE color: 1141976.
HSL color Cylindrical-coordinate representation of color #D86C11: hue angle of 27.44º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D86C11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.15 |
| HSL | 27.44º | 0.85% | 0.46% | - |
| HSV(B) | 27.44º | 0.92% | 0.85% | - |
| XYZ | 33.78 | 25.36 | 3.65 | - |
| YUV | 129.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 17 | 0 | 0.50 | 0.92 | 0.15 | 27.44 | 0.85 | 0.46 |
| Hex | D8 | 6C | 11 | 0 | 32 | 5C | F | 1B | 55 | 2E |
| Octal | 330 | 154 | 21 | 0 | 62 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011000 | 1101100 | 10001 | 0 | 110010 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #D86C11
Complementary color
Monochromatic Colors of #D86C11
Black with #D86C11
Text Example
Text Example
White with #D86C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C11; }
p { color: rgb(216,108,17); }
H1.HeaderClassName
{
color: #D86C11;
}
.AnyTagClassName
{
color: #D86C11;
}
</style>
background-color css
<style>
a { background-color: #D86C11; }
a { background-color: rgb(216,108,17); }
div.DivClassName
{
background-color: #D86C11;
}
.BgClassName
{
background-color: #D86C11;
}
</style>
border-color css
<style>
span { border-color: #D86C11; }
span { border-color: rgb(216,108,17); }
td.TdClassName
{
border-color: #D86C11;
}
.TagClassName
{
border-color: #D86C11;
}
</style>