Shades of Chocolate #D16211
Tints of Chocolate #D16211
RGB
CMYK
RGB Variations
Color information
#D16211 (or 0xD16211) is known color: Chocolate. HEX triplet: D1, 62 and 11. RGB value is (209,98,17). Sum of RGB (Red+Green+Blue) = 209+98+17=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D16211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16211 is #2E9DEE. Grayscale: #7A7A7A. Windows color (decimal): -3055087 or 1139409. OLE color: 1139409.
HSL color Cylindrical-coordinate representation of color #D16211: hue angle of 25.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D16211 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.18 |
| HSL | 25.31º | 0.85% | 0.44% | - |
| HSV(B) | 25.31º | 0.92% | 0.82% | - |
| XYZ | 30.76 | 22.33 | 3.22 | - |
| YUV | 121.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 17 | 0 | 0.53 | 0.92 | 0.18 | 25.31 | 0.85 | 0.44 |
| Hex | D1 | 62 | 11 | 0 | 35 | 5C | 12 | 19 | 55 | 2C |
| Octal | 321 | 142 | 21 | 0 | 65 | 134 | 22 | 31 | 125 | 54 |
| Binary | 11010001 | 1100010 | 10001 | 0 | 110101 | 1011100 | 10010 | 11001 | 1010101 | 101100 |
Color Harmonies of #D16211
Complementary color
Monochromatic Colors of #D16211
Black with #D16211
Text Example
Text Example
White with #D16211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16211; }
p { color: rgb(209,98,17); }
H1.HeaderClassName
{
color: #D16211;
}
.AnyTagClassName
{
color: #D16211;
}
</style>
background-color css
<style>
a { background-color: #D16211; }
a { background-color: rgb(209,98,17); }
div.DivClassName
{
background-color: #D16211;
}
.BgClassName
{
background-color: #D16211;
}
</style>
border-color css
<style>
span { border-color: #D16211; }
span { border-color: rgb(209,98,17); }
td.TdClassName
{
border-color: #D16211;
}
.TagClassName
{
border-color: #D16211;
}
</style>