Shades of Chocolate #D86E13
Tints of Chocolate #D86E13
RGB
CMYK
RGB Variations
Color information
#D86E13 (or 0xD86E13) is known color: Chocolate. HEX triplet: D8, 6E and 13. RGB value is (216,110,19). Sum of RGB (Red+Green+Blue) = 216+110+19=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E13 is #2791EC. Grayscale: #838383. Windows color (decimal): -2593261 or 1273560. OLE color: 1273560.
HSL color Cylindrical-coordinate representation of color #D86E13: hue angle of 27.72º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D86E13 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 19 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.15 |
| HSL | 27.72º | 0.84% | 0.46% | - |
| HSV(B) | 27.72º | 0.91% | 0.85% | - |
| XYZ | 34.01 | 25.8 | 3.8 | - |
| YUV | 131.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 19 | 0 | 0.49 | 0.91 | 0.15 | 27.72 | 0.84 | 0.46 |
| Hex | D8 | 6E | 13 | 0 | 31 | 5B | F | 1C | 54 | 2E |
| Octal | 330 | 156 | 23 | 0 | 61 | 133 | 17 | 34 | 124 | 56 |
| Binary | 11011000 | 1101110 | 10011 | 0 | 110001 | 1011011 | 1111 | 11100 | 1010100 | 101110 |
Color Harmonies of #D86E13
Complementary color
Monochromatic Colors of #D86E13
Black with #D86E13
Text Example
Text Example
White with #D86E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E13; }
p { color: rgb(216,110,19); }
H1.HeaderClassName
{
color: #D86E13;
}
.AnyTagClassName
{
color: #D86E13;
}
</style>
background-color css
<style>
a { background-color: #D86E13; }
a { background-color: rgb(216,110,19); }
div.DivClassName
{
background-color: #D86E13;
}
.BgClassName
{
background-color: #D86E13;
}
</style>
border-color css
<style>
span { border-color: #D86E13; }
span { border-color: rgb(216,110,19); }
td.TdClassName
{
border-color: #D86E13;
}
.TagClassName
{
border-color: #D86E13;
}
</style>