Shades of Chocolate #D86118
Tints of Chocolate #D86118
RGB
CMYK
RGB Variations
Color information
#D86118 (or 0xD86118) is known color: Chocolate. HEX triplet: D8, 61 and 18. RGB value is (216,97,24). Sum of RGB (Red+Green+Blue) = 216+97+24=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D86118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86118 is #279EE7. Grayscale: #7C7C7C. Windows color (decimal): -2596584 or 1597912. OLE color: 1597912.
HSL color Cylindrical-coordinate representation of color #D86118: hue angle of 22.81º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D86118 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 24 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.15 |
| HSL | 22.81º | 0.8% | 0.47% | - |
| HSV(B) | 22.81º | 0.89% | 0.85% | - |
| XYZ | 32.76 | 23.21 | 3.62 | - |
| YUV | 124.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 24 | 0 | 0.55 | 0.89 | 0.15 | 22.81 | 0.8 | 0.47 |
| Hex | D8 | 61 | 18 | 0 | 37 | 59 | F | 17 | 50 | 2F |
| Octal | 330 | 141 | 30 | 0 | 67 | 131 | 17 | 27 | 120 | 57 |
| Binary | 11011000 | 1100001 | 11000 | 0 | 110111 | 1011001 | 1111 | 10111 | 1010000 | 101111 |
Color Harmonies of #D86118
Complementary color
Monochromatic Colors of #D86118
Black with #D86118
Text Example
Text Example
White with #D86118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86118; }
p { color: rgb(216,97,24); }
H1.HeaderClassName
{
color: #D86118;
}
.AnyTagClassName
{
color: #D86118;
}
</style>
background-color css
<style>
a { background-color: #D86118; }
a { background-color: rgb(216,97,24); }
div.DivClassName
{
background-color: #D86118;
}
.BgClassName
{
background-color: #D86118;
}
</style>
border-color css
<style>
span { border-color: #D86118; }
span { border-color: rgb(216,97,24); }
td.TdClassName
{
border-color: #D86118;
}
.TagClassName
{
border-color: #D86118;
}
</style>