Shades of Chocolate #D86112
Tints of Chocolate #D86112
RGB
CMYK
RGB Variations
Color information
#D86112 (or 0xD86112) is known color: Chocolate. HEX triplet: D8, 61 and 12. RGB value is (216,97,18). Sum of RGB (Red+Green+Blue) = 216+97+18=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D86112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86112 is #279EED. Grayscale: #7C7C7C. Windows color (decimal): -2596590 or 1204696. OLE color: 1204696.
HSL color Cylindrical-coordinate representation of color #D86112: hue angle of 23.94º 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 #D86112 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.15 |
| HSL | 23.94º | 0.85% | 0.46% | - |
| HSV(B) | 23.94º | 0.92% | 0.85% | - |
| XYZ | 32.7 | 23.19 | 3.33 | - |
| YUV | 123.58 | 68.42 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 18 | 0 | 0.55 | 0.92 | 0.15 | 23.94 | 0.85 | 0.46 |
| Hex | D8 | 61 | 12 | 0 | 37 | 5C | F | 18 | 55 | 2E |
| Octal | 330 | 141 | 22 | 0 | 67 | 134 | 17 | 30 | 125 | 56 |
| Binary | 11011000 | 1100001 | 10010 | 0 | 110111 | 1011100 | 1111 | 11000 | 1010101 | 101110 |
Color Harmonies of #D86112
Complementary color
Monochromatic Colors of #D86112
Black with #D86112
Text Example
Text Example
White with #D86112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86112; }
p { color: rgb(216,97,18); }
H1.HeaderClassName
{
color: #D86112;
}
.AnyTagClassName
{
color: #D86112;
}
</style>
background-color css
<style>
a { background-color: #D86112; }
a { background-color: rgb(216,97,18); }
div.DivClassName
{
background-color: #D86112;
}
.BgClassName
{
background-color: #D86112;
}
</style>
border-color css
<style>
span { border-color: #D86112; }
span { border-color: rgb(216,97,18); }
td.TdClassName
{
border-color: #D86112;
}
.TagClassName
{
border-color: #D86112;
}
</style>