Shades of Chocolate #D16A16
Tints of Chocolate #D16A16
RGB
CMYK
RGB Variations
Color information
#D16A16 (or 0xD16A16) is known color: Chocolate. HEX triplet: D1, 6A and 16. RGB value is (209,106,22). Sum of RGB (Red+Green+Blue) = 209+106+22=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A16 is #2E95E9. Grayscale: #7F7F7F. Windows color (decimal): -3053034 or 1469137. OLE color: 1469137.
HSL color Cylindrical-coordinate representation of color #D16A16: hue angle of 26.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16A16 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.18 |
| HSL | 26.95º | 0.81% | 0.45% | - |
| HSV(B) | 26.95º | 0.89% | 0.82% | - |
| XYZ | 31.59 | 23.92 | 3.71 | - |
| YUV | 127.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 22 | 0 | 0.49 | 0.89 | 0.18 | 26.95 | 0.81 | 0.45 |
| Hex | D1 | 6A | 16 | 0 | 31 | 59 | 12 | 1B | 51 | 2D |
| Octal | 321 | 152 | 26 | 0 | 61 | 131 | 22 | 33 | 121 | 55 |
| Binary | 11010001 | 1101010 | 10110 | 0 | 110001 | 1011001 | 10010 | 11011 | 1010001 | 101101 |
Color Harmonies of #D16A16
Complementary color
Monochromatic Colors of #D16A16
Black with #D16A16
Text Example
Text Example
White with #D16A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A16; }
p { color: rgb(209,106,22); }
H1.HeaderClassName
{
color: #D16A16;
}
.AnyTagClassName
{
color: #D16A16;
}
</style>
background-color css
<style>
a { background-color: #D16A16; }
a { background-color: rgb(209,106,22); }
div.DivClassName
{
background-color: #D16A16;
}
.BgClassName
{
background-color: #D16A16;
}
</style>
border-color css
<style>
span { border-color: #D16A16; }
span { border-color: rgb(209,106,22); }
td.TdClassName
{
border-color: #D16A16;
}
.TagClassName
{
border-color: #D16A16;
}
</style>