Shades of Chocolate #D16911
Tints of Chocolate #D16911
RGB
CMYK
RGB Variations
Color information
#D16911 (or 0xD16911) is known color: Chocolate. HEX triplet: D1, 69 and 11. RGB value is (209,105,17). Sum of RGB (Red+Green+Blue) = 209+105+17=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16911 is #2E96EE. Grayscale: #7E7E7E. Windows color (decimal): -3053295 or 1141201. OLE color: 1141201.
HSL color Cylindrical-coordinate representation of color #D16911: hue angle of 27.5º 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 #D16911 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.18 |
| HSL | 27.5º | 0.85% | 0.44% | - |
| HSV(B) | 27.5º | 0.92% | 0.82% | - |
| XYZ | 31.45 | 23.7 | 3.45 | - |
| YUV | 126.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 17 | 0 | 0.50 | 0.92 | 0.18 | 27.5 | 0.85 | 0.44 |
| Hex | D1 | 69 | 11 | 0 | 32 | 5C | 12 | 1C | 55 | 2C |
| Octal | 321 | 151 | 21 | 0 | 62 | 134 | 22 | 34 | 125 | 54 |
| Binary | 11010001 | 1101001 | 10001 | 0 | 110010 | 1011100 | 10010 | 11100 | 1010101 | 101100 |
Color Harmonies of #D16911
Complementary color
Monochromatic Colors of #D16911
Black with #D16911
Text Example
Text Example
White with #D16911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16911; }
p { color: rgb(209,105,17); }
H1.HeaderClassName
{
color: #D16911;
}
.AnyTagClassName
{
color: #D16911;
}
</style>
background-color css
<style>
a { background-color: #D16911; }
a { background-color: rgb(209,105,17); }
div.DivClassName
{
background-color: #D16911;
}
.BgClassName
{
background-color: #D16911;
}
</style>
border-color css
<style>
span { border-color: #D16911; }
span { border-color: rgb(209,105,17); }
td.TdClassName
{
border-color: #D16911;
}
.TagClassName
{
border-color: #D16911;
}
</style>