Shades of Chocolate #D16F11
Tints of Chocolate #D16F11
RGB
CMYK
RGB Variations
Color information
#D16F11 (or 0xD16F11) is known color: Chocolate. HEX triplet: D1, 6F and 11. RGB value is (209,111,17). Sum of RGB (Red+Green+Blue) = 209+111+17=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F11 is #2E90EE. Grayscale: #828282. Windows color (decimal): -3051759 or 1142737. OLE color: 1142737.
HSL color Cylindrical-coordinate representation of color #D16F11: hue angle of 29.38º 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 #D16F11 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.18 |
| HSL | 29.38º | 0.85% | 0.44% | - |
| HSV(B) | 29.38º | 0.92% | 0.82% | - |
| XYZ | 32.08 | 24.96 | 3.66 | - |
| YUV | 129.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 17 | 0 | 0.47 | 0.92 | 0.18 | 29.38 | 0.85 | 0.44 |
| Hex | D1 | 6F | 11 | 0 | 2F | 5C | 12 | 1D | 55 | 2C |
| Octal | 321 | 157 | 21 | 0 | 57 | 134 | 22 | 35 | 125 | 54 |
| Binary | 11010001 | 1101111 | 10001 | 0 | 101111 | 1011100 | 10010 | 11101 | 1010101 | 101100 |
Color Harmonies of #D16F11
Complementary color
Monochromatic Colors of #D16F11
Black with #D16F11
Text Example
Text Example
White with #D16F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F11; }
p { color: rgb(209,111,17); }
H1.HeaderClassName
{
color: #D16F11;
}
.AnyTagClassName
{
color: #D16F11;
}
</style>
background-color css
<style>
a { background-color: #D16F11; }
a { background-color: rgb(209,111,17); }
div.DivClassName
{
background-color: #D16F11;
}
.BgClassName
{
background-color: #D16F11;
}
</style>
border-color css
<style>
span { border-color: #D16F11; }
span { border-color: rgb(209,111,17); }
td.TdClassName
{
border-color: #D16F11;
}
.TagClassName
{
border-color: #D16F11;
}
</style>