Shades of Chocolate #D86E18
Tints of Chocolate #D86E18
RGB
CMYK
RGB Variations
Color information
#D86E18 (or 0xD86E18) is known color: Chocolate. HEX triplet: D8, 6E and 18. RGB value is (216,110,24). Sum of RGB (Red+Green+Blue) = 216+110+24=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E18 is #2791E7. Grayscale: #848484. Windows color (decimal): -2593256 or 1601240. OLE color: 1601240.
HSL color Cylindrical-coordinate representation of color #D86E18: hue angle of 26.88º 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 #D86E18 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 24 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.15 |
| HSL | 26.88º | 0.8% | 0.47% | - |
| HSV(B) | 26.88º | 0.89% | 0.85% | - |
| XYZ | 34.06 | 25.82 | 4.05 | - |
| YUV | 131.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 24 | 0 | 0.49 | 0.89 | 0.15 | 26.88 | 0.8 | 0.47 |
| Hex | D8 | 6E | 18 | 0 | 31 | 59 | F | 1B | 50 | 2F |
| Octal | 330 | 156 | 30 | 0 | 61 | 131 | 17 | 33 | 120 | 57 |
| Binary | 11011000 | 1101110 | 11000 | 0 | 110001 | 1011001 | 1111 | 11011 | 1010000 | 101111 |
Color Harmonies of #D86E18
Complementary color
Monochromatic Colors of #D86E18
Black with #D86E18
Text Example
Text Example
White with #D86E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E18; }
p { color: rgb(216,110,24); }
H1.HeaderClassName
{
color: #D86E18;
}
.AnyTagClassName
{
color: #D86E18;
}
</style>
background-color css
<style>
a { background-color: #D86E18; }
a { background-color: rgb(216,110,24); }
div.DivClassName
{
background-color: #D86E18;
}
.BgClassName
{
background-color: #D86E18;
}
</style>
border-color css
<style>
span { border-color: #D86E18; }
span { border-color: rgb(216,110,24); }
td.TdClassName
{
border-color: #D86E18;
}
.TagClassName
{
border-color: #D86E18;
}
</style>