Shades of Chocolate #D86911
Tints of Chocolate #D86911
RGB
CMYK
RGB Variations
Color information
#D86911 (or 0xD86911) is known color: Chocolate. HEX triplet: D8, 69 and 11. RGB value is (216,105,17). Sum of RGB (Red+Green+Blue) = 216+105+17=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86911 is #2796EE. Grayscale: #808080. Windows color (decimal): -2594543 or 1141208. OLE color: 1141208.
HSL color Cylindrical-coordinate representation of color #D86911: hue angle of 26.53º 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 #D86911 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.15 |
| HSL | 26.53º | 0.85% | 0.46% | - |
| HSV(B) | 26.53º | 0.92% | 0.85% | - |
| XYZ | 33.47 | 24.74 | 3.54 | - |
| YUV | 128.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 17 | 0 | 0.51 | 0.92 | 0.15 | 26.53 | 0.85 | 0.46 |
| Hex | D8 | 69 | 11 | 0 | 33 | 5C | F | 1B | 55 | 2E |
| Octal | 330 | 151 | 21 | 0 | 63 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011000 | 1101001 | 10001 | 0 | 110011 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #D86911
Complementary color
Monochromatic Colors of #D86911
Black with #D86911
Text Example
Text Example
White with #D86911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86911; }
p { color: rgb(216,105,17); }
H1.HeaderClassName
{
color: #D86911;
}
.AnyTagClassName
{
color: #D86911;
}
</style>
background-color css
<style>
a { background-color: #D86911; }
a { background-color: rgb(216,105,17); }
div.DivClassName
{
background-color: #D86911;
}
.BgClassName
{
background-color: #D86911;
}
</style>
border-color css
<style>
span { border-color: #D86911; }
span { border-color: rgb(216,105,17); }
td.TdClassName
{
border-color: #D86911;
}
.TagClassName
{
border-color: #D86911;
}
</style>