Shades of Chocolate #D36011
Tints of Chocolate #D36011
RGB
CMYK
RGB Variations
Color information
#D36011 (or 0xD36011) is known color: Chocolate. HEX triplet: D3, 60 and 11. RGB value is (211,96,17). Sum of RGB (Red+Green+Blue) = 211+96+17=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D36011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36011 is #2C9FEE. Grayscale: #797979. Windows color (decimal): -2924527 or 1138899. OLE color: 1138899.
HSL color Cylindrical-coordinate representation of color #D36011: hue angle of 24.43º 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 #D36011 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.17 |
| HSL | 24.43º | 0.85% | 0.45% | - |
| HSV(B) | 24.43º | 0.92% | 0.83% | - |
| XYZ | 31.15 | 22.26 | 3.18 | - |
| YUV | 121.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 17 | 0 | 0.55 | 0.92 | 0.17 | 24.43 | 0.85 | 0.45 |
| Hex | D3 | 60 | 11 | 0 | 37 | 5C | 11 | 18 | 55 | 2D |
| Octal | 323 | 140 | 21 | 0 | 67 | 134 | 21 | 30 | 125 | 55 |
| Binary | 11010011 | 1100000 | 10001 | 0 | 110111 | 1011100 | 10001 | 11000 | 1010101 | 101101 |
Color Harmonies of #D36011
Complementary color
Monochromatic Colors of #D36011
Black with #D36011
Text Example
Text Example
White with #D36011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36011; }
p { color: rgb(211,96,17); }
H1.HeaderClassName
{
color: #D36011;
}
.AnyTagClassName
{
color: #D36011;
}
</style>
background-color css
<style>
a { background-color: #D36011; }
a { background-color: rgb(211,96,17); }
div.DivClassName
{
background-color: #D36011;
}
.BgClassName
{
background-color: #D36011;
}
</style>
border-color css
<style>
span { border-color: #D36011; }
span { border-color: rgb(211,96,17); }
td.TdClassName
{
border-color: #D36011;
}
.TagClassName
{
border-color: #D36011;
}
</style>