Shades of Chocolate #D36511
Tints of Chocolate #D36511
RGB
CMYK
RGB Variations
Color information
#D36511 (or 0xD36511) is known color: Chocolate. HEX triplet: D3, 65 and 11. RGB value is (211,101,17). Sum of RGB (Red+Green+Blue) = 211+101+17=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D36511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36511 is #2C9AEE. Grayscale: #7C7C7C. Windows color (decimal): -2923247 or 1140179. OLE color: 1140179.
HSL color Cylindrical-coordinate representation of color #D36511: hue angle of 25.98º 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 #D36511 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.17 |
| HSL | 25.98º | 0.85% | 0.45% | - |
| HSV(B) | 25.98º | 0.92% | 0.83% | - |
| XYZ | 31.62 | 23.2 | 3.34 | - |
| YUV | 124.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 17 | 0 | 0.52 | 0.92 | 0.17 | 25.98 | 0.85 | 0.45 |
| Hex | D3 | 65 | 11 | 0 | 34 | 5C | 11 | 1A | 55 | 2D |
| Octal | 323 | 145 | 21 | 0 | 64 | 134 | 21 | 32 | 125 | 55 |
| Binary | 11010011 | 1100101 | 10001 | 0 | 110100 | 1011100 | 10001 | 11010 | 1010101 | 101101 |
Color Harmonies of #D36511
Complementary color
Monochromatic Colors of #D36511
Black with #D36511
Text Example
Text Example
White with #D36511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36511; }
p { color: rgb(211,101,17); }
H1.HeaderClassName
{
color: #D36511;
}
.AnyTagClassName
{
color: #D36511;
}
</style>
background-color css
<style>
a { background-color: #D36511; }
a { background-color: rgb(211,101,17); }
div.DivClassName
{
background-color: #D36511;
}
.BgClassName
{
background-color: #D36511;
}
</style>
border-color css
<style>
span { border-color: #D36511; }
span { border-color: rgb(211,101,17); }
td.TdClassName
{
border-color: #D36511;
}
.TagClassName
{
border-color: #D36511;
}
</style>