Shades of Chocolate #D36E11
Tints of Chocolate #D36E11
RGB
CMYK
RGB Variations
Color information
#D36E11 (or 0xD36E11) is known color: Chocolate. HEX triplet: D3, 6E and 11. RGB value is (211,110,17). Sum of RGB (Red+Green+Blue) = 211+110+17=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36E11 is #2C91EE. Grayscale: #828282. Windows color (decimal): -2920943 or 1142483. OLE color: 1142483.
HSL color Cylindrical-coordinate representation of color #D36E11: hue angle of 28.76º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D36E11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.17 |
| HSL | 28.76º | 0.85% | 0.45% | - |
| HSV(B) | 28.76º | 0.92% | 0.83% | - |
| XYZ | 32.54 | 25.04 | 3.65 | - |
| YUV | 129.6 | 64.46 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 17 | 0 | 0.48 | 0.92 | 0.17 | 28.76 | 0.85 | 0.45 |
| Hex | D3 | 6E | 11 | 0 | 30 | 5C | 11 | 1D | 55 | 2D |
| Octal | 323 | 156 | 21 | 0 | 60 | 134 | 21 | 35 | 125 | 55 |
| Binary | 11010011 | 1101110 | 10001 | 0 | 110000 | 1011100 | 10001 | 11101 | 1010101 | 101101 |
Color Harmonies of #D36E11
Complementary color
Monochromatic Colors of #D36E11
Black with #D36E11
Text Example
Text Example
White with #D36E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36E11; }
p { color: rgb(211,110,17); }
H1.HeaderClassName
{
color: #D36E11;
}
.AnyTagClassName
{
color: #D36E11;
}
</style>
background-color css
<style>
a { background-color: #D36E11; }
a { background-color: rgb(211,110,17); }
div.DivClassName
{
background-color: #D36E11;
}
.BgClassName
{
background-color: #D36E11;
}
</style>
border-color css
<style>
span { border-color: #D36E11; }
span { border-color: rgb(211,110,17); }
td.TdClassName
{
border-color: #D36E11;
}
.TagClassName
{
border-color: #D36E11;
}
</style>