Shades of Chocolate #D86C12
Tints of Chocolate #D86C12
RGB
CMYK
RGB Variations
Color information
#D86C12 (or 0xD86C12) is known color: Chocolate. HEX triplet: D8, 6C and 12. RGB value is (216,108,18). Sum of RGB (Red+Green+Blue) = 216+108+18=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C12 is #2793ED. Grayscale: #828282. Windows color (decimal): -2593774 or 1207512. OLE color: 1207512.
HSL color Cylindrical-coordinate representation of color #D86C12: hue angle of 27.27º 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 #D86C12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.15 |
| HSL | 27.27º | 0.85% | 0.46% | - |
| HSV(B) | 27.27º | 0.92% | 0.85% | - |
| XYZ | 33.79 | 25.37 | 3.69 | - |
| YUV | 130.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 18 | 0 | 0.50 | 0.92 | 0.15 | 27.27 | 0.85 | 0.46 |
| Hex | D8 | 6C | 12 | 0 | 32 | 5C | F | 1B | 55 | 2E |
| Octal | 330 | 154 | 22 | 0 | 62 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011000 | 1101100 | 10010 | 0 | 110010 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #D86C12
Complementary color
Monochromatic Colors of #D86C12
Black with #D86C12
Text Example
Text Example
White with #D86C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C12; }
p { color: rgb(216,108,18); }
H1.HeaderClassName
{
color: #D86C12;
}
.AnyTagClassName
{
color: #D86C12;
}
</style>
background-color css
<style>
a { background-color: #D86C12; }
a { background-color: rgb(216,108,18); }
div.DivClassName
{
background-color: #D86C12;
}
.BgClassName
{
background-color: #D86C12;
}
</style>
border-color css
<style>
span { border-color: #D86C12; }
span { border-color: rgb(216,108,18); }
td.TdClassName
{
border-color: #D86C12;
}
.TagClassName
{
border-color: #D86C12;
}
</style>