Shades of Chocolate #D16411
Tints of Chocolate #D16411
RGB
CMYK
RGB Variations
Color information
#D16411 (or 0xD16411) is known color: Chocolate. HEX triplet: D1, 64 and 11. RGB value is (209,100,17). Sum of RGB (Red+Green+Blue) = 209+100+17=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16411 is #2E9BEE. Grayscale: #7B7B7B. Windows color (decimal): -3054575 or 1139921. OLE color: 1139921.
HSL color Cylindrical-coordinate representation of color #D16411: hue angle of 25.94º 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 #D16411 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.18 |
| HSL | 25.94º | 0.85% | 0.44% | - |
| HSV(B) | 25.94º | 0.92% | 0.82% | - |
| XYZ | 30.95 | 22.71 | 3.28 | - |
| YUV | 123.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 17 | 0 | 0.52 | 0.92 | 0.18 | 25.94 | 0.85 | 0.44 |
| Hex | D1 | 64 | 11 | 0 | 34 | 5C | 12 | 1A | 55 | 2C |
| Octal | 321 | 144 | 21 | 0 | 64 | 134 | 22 | 32 | 125 | 54 |
| Binary | 11010001 | 1100100 | 10001 | 0 | 110100 | 1011100 | 10010 | 11010 | 1010101 | 101100 |
Color Harmonies of #D16411
Complementary color
Monochromatic Colors of #D16411
Black with #D16411
Text Example
Text Example
White with #D16411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16411; }
p { color: rgb(209,100,17); }
H1.HeaderClassName
{
color: #D16411;
}
.AnyTagClassName
{
color: #D16411;
}
</style>
background-color css
<style>
a { background-color: #D16411; }
a { background-color: rgb(209,100,17); }
div.DivClassName
{
background-color: #D16411;
}
.BgClassName
{
background-color: #D16411;
}
</style>
border-color css
<style>
span { border-color: #D16411; }
span { border-color: rgb(209,100,17); }
td.TdClassName
{
border-color: #D16411;
}
.TagClassName
{
border-color: #D16411;
}
</style>