Shades of Chocolate #D16110
Tints of Chocolate #D16110
RGB
CMYK
RGB Variations
Color information
#D16110 (or 0xD16110) is known color: Chocolate. HEX triplet: D1, 61 and 10. RGB value is (209,97,16). Sum of RGB (Red+Green+Blue) = 209+97+16=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D16110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16110 is #2E9EEF. Grayscale: #797979. Windows color (decimal): -3055344 or 1073617. OLE color: 1073617.
HSL color Cylindrical-coordinate representation of color #D16110: hue angle of 25.18º degrees, saturation: 0.86, 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 #D16110 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 16 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.18 |
| HSL | 25.18º | 0.86% | 0.44% | - |
| HSV(B) | 25.18º | 0.92% | 0.82% | - |
| XYZ | 30.66 | 22.14 | 3.15 | - |
| YUV | 121.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 16 | 0 | 0.54 | 0.92 | 0.18 | 25.18 | 0.86 | 0.44 |
| Hex | D1 | 61 | 10 | 0 | 36 | 5C | 12 | 19 | 56 | 2C |
| Octal | 321 | 141 | 20 | 0 | 66 | 134 | 22 | 31 | 126 | 54 |
| Binary | 11010001 | 1100001 | 10000 | 0 | 110110 | 1011100 | 10010 | 11001 | 1010110 | 101100 |
Color Harmonies of #D16110
Complementary color
Monochromatic Colors of #D16110
Black with #D16110
Text Example
Text Example
White with #D16110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16110; }
p { color: rgb(209,97,16); }
H1.HeaderClassName
{
color: #D16110;
}
.AnyTagClassName
{
color: #D16110;
}
</style>
background-color css
<style>
a { background-color: #D16110; }
a { background-color: rgb(209,97,16); }
div.DivClassName
{
background-color: #D16110;
}
.BgClassName
{
background-color: #D16110;
}
</style>
border-color css
<style>
span { border-color: #D16110; }
span { border-color: rgb(209,97,16); }
td.TdClassName
{
border-color: #D16110;
}
.TagClassName
{
border-color: #D16110;
}
</style>