Shades of Chocolate #D35E11
Tints of Chocolate #D35E11
RGB
CMYK
RGB Variations
Color information
#D35E11 (or 0xD35E11) is known color: Chocolate. HEX triplet: D3, 5E and 11. RGB value is (211,94,17). Sum of RGB (Red+Green+Blue) = 211+94+17=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35E11 is #2CA1EE. Grayscale: #787878. Windows color (decimal): -2925039 or 1138387. OLE color: 1138387.
HSL color Cylindrical-coordinate representation of color #D35E11: hue angle of 23.81º 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 #D35E11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.17 |
| HSL | 23.81º | 0.85% | 0.45% | - |
| HSV(B) | 23.81º | 0.92% | 0.83% | - |
| XYZ | 30.97 | 21.89 | 3.12 | - |
| YUV | 120.21 | 69.76 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 17 | 0 | 0.55 | 0.92 | 0.17 | 23.81 | 0.85 | 0.45 |
| Hex | D3 | 5E | 11 | 0 | 37 | 5C | 11 | 18 | 55 | 2D |
| Octal | 323 | 136 | 21 | 0 | 67 | 134 | 21 | 30 | 125 | 55 |
| Binary | 11010011 | 1011110 | 10001 | 0 | 110111 | 1011100 | 10001 | 11000 | 1010101 | 101101 |
Color Harmonies of #D35E11
Complementary color
Monochromatic Colors of #D35E11
Black with #D35E11
Text Example
Text Example
White with #D35E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E11; }
p { color: rgb(211,94,17); }
H1.HeaderClassName
{
color: #D35E11;
}
.AnyTagClassName
{
color: #D35E11;
}
</style>
background-color css
<style>
a { background-color: #D35E11; }
a { background-color: rgb(211,94,17); }
div.DivClassName
{
background-color: #D35E11;
}
.BgClassName
{
background-color: #D35E11;
}
</style>
border-color css
<style>
span { border-color: #D35E11; }
span { border-color: rgb(211,94,17); }
td.TdClassName
{
border-color: #D35E11;
}
.TagClassName
{
border-color: #D35E11;
}
</style>