Shades of Chocolate #D16E11
Tints of Chocolate #D16E11
RGB
CMYK
RGB Variations
Color information
#D16E11 (or 0xD16E11) is known color: Chocolate. HEX triplet: D1, 6E and 11. RGB value is (209,110,17). Sum of RGB (Red+Green+Blue) = 209+110+17=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E11 is #2E91EE. Grayscale: #818181. Windows color (decimal): -3052015 or 1142481. OLE color: 1142481.
HSL color Cylindrical-coordinate representation of color #D16E11: hue angle of 29.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D16E11 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.18 |
| HSL | 29.06º | 0.85% | 0.44% | - |
| HSV(B) | 29.06º | 0.92% | 0.82% | - |
| XYZ | 31.97 | 24.75 | 3.62 | - |
| YUV | 129 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 17 | 0 | 0.47 | 0.92 | 0.18 | 29.06 | 0.85 | 0.44 |
| Hex | D1 | 6E | 11 | 0 | 2F | 5C | 12 | 1D | 55 | 2C |
| Octal | 321 | 156 | 21 | 0 | 57 | 134 | 22 | 35 | 125 | 54 |
| Binary | 11010001 | 1101110 | 10001 | 0 | 101111 | 1011100 | 10010 | 11101 | 1010101 | 101100 |
Color Harmonies of #D16E11
Complementary color
Monochromatic Colors of #D16E11
Black with #D16E11
Text Example
Text Example
White with #D16E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E11; }
p { color: rgb(209,110,17); }
H1.HeaderClassName
{
color: #D16E11;
}
.AnyTagClassName
{
color: #D16E11;
}
</style>
background-color css
<style>
a { background-color: #D16E11; }
a { background-color: rgb(209,110,17); }
div.DivClassName
{
background-color: #D16E11;
}
.BgClassName
{
background-color: #D16E11;
}
</style>
border-color css
<style>
span { border-color: #D16E11; }
span { border-color: rgb(209,110,17); }
td.TdClassName
{
border-color: #D16E11;
}
.TagClassName
{
border-color: #D16E11;
}
</style>