Shades of Chocolate #D86311
Tints of Chocolate #D86311
RGB
CMYK
RGB Variations
Color information
#D86311 (or 0xD86311) is known color: Chocolate. HEX triplet: D8, 63 and 11. RGB value is (216,99,17). Sum of RGB (Red+Green+Blue) = 216+99+17=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D86311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86311 is #279CEE. Grayscale: #7D7D7D. Windows color (decimal): -2596079 or 1139672. OLE color: 1139672.
HSL color Cylindrical-coordinate representation of color #D86311: hue angle of 24.72º 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 #D86311 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.15 |
| HSL | 24.72º | 0.85% | 0.46% | - |
| HSV(B) | 24.72º | 0.92% | 0.85% | - |
| XYZ | 32.88 | 23.56 | 3.35 | - |
| YUV | 124.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 17 | 0 | 0.54 | 0.92 | 0.15 | 24.72 | 0.85 | 0.46 |
| Hex | D8 | 63 | 11 | 0 | 36 | 5C | F | 19 | 55 | 2E |
| Octal | 330 | 143 | 21 | 0 | 66 | 134 | 17 | 31 | 125 | 56 |
| Binary | 11011000 | 1100011 | 10001 | 0 | 110110 | 1011100 | 1111 | 11001 | 1010101 | 101110 |
Color Harmonies of #D86311
Complementary color
Monochromatic Colors of #D86311
Black with #D86311
Text Example
Text Example
White with #D86311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86311; }
p { color: rgb(216,99,17); }
H1.HeaderClassName
{
color: #D86311;
}
.AnyTagClassName
{
color: #D86311;
}
</style>
background-color css
<style>
a { background-color: #D86311; }
a { background-color: rgb(216,99,17); }
div.DivClassName
{
background-color: #D86311;
}
.BgClassName
{
background-color: #D86311;
}
</style>
border-color css
<style>
span { border-color: #D86311; }
span { border-color: rgb(216,99,17); }
td.TdClassName
{
border-color: #D86311;
}
.TagClassName
{
border-color: #D86311;
}
</style>