Shades of Chocolate #D36911
Tints of Chocolate #D36911
RGB
CMYK
RGB Variations
Color information
#D36911 (or 0xD36911) is known color: Chocolate. HEX triplet: D3, 69 and 11. RGB value is (211,105,17). Sum of RGB (Red+Green+Blue) = 211+105+17=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D36911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36911 is #2C96EE. Grayscale: #7F7F7F. Windows color (decimal): -2922223 or 1141203. OLE color: 1141203.
HSL color Cylindrical-coordinate representation of color #D36911: hue angle of 27.22º 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 #D36911 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.17 |
| HSL | 27.22º | 0.85% | 0.45% | - |
| HSV(B) | 27.22º | 0.92% | 0.83% | - |
| XYZ | 32.02 | 23.99 | 3.47 | - |
| YUV | 126.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 17 | 0 | 0.50 | 0.92 | 0.17 | 27.22 | 0.85 | 0.45 |
| Hex | D3 | 69 | 11 | 0 | 32 | 5C | 11 | 1B | 55 | 2D |
| Octal | 323 | 151 | 21 | 0 | 62 | 134 | 21 | 33 | 125 | 55 |
| Binary | 11010011 | 1101001 | 10001 | 0 | 110010 | 1011100 | 10001 | 11011 | 1010101 | 101101 |
Color Harmonies of #D36911
Complementary color
Monochromatic Colors of #D36911
Black with #D36911
Text Example
Text Example
White with #D36911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36911; }
p { color: rgb(211,105,17); }
H1.HeaderClassName
{
color: #D36911;
}
.AnyTagClassName
{
color: #D36911;
}
</style>
background-color css
<style>
a { background-color: #D36911; }
a { background-color: rgb(211,105,17); }
div.DivClassName
{
background-color: #D36911;
}
.BgClassName
{
background-color: #D36911;
}
</style>
border-color css
<style>
span { border-color: #D36911; }
span { border-color: rgb(211,105,17); }
td.TdClassName
{
border-color: #D36911;
}
.TagClassName
{
border-color: #D36911;
}
</style>