Shades of Chocolate #D16616
Tints of Chocolate #D16616
RGB
CMYK
RGB Variations
Color information
#D16616 (or 0xD16616) is known color: Chocolate. HEX triplet: D1, 66 and 16. RGB value is (209,102,22). Sum of RGB (Red+Green+Blue) = 209+102+22=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D16616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16616 is #2E99E9. Grayscale: #7D7D7D. Windows color (decimal): -3054058 or 1468113. OLE color: 1468113.
HSL color Cylindrical-coordinate representation of color #D16616: hue angle of 25.67º 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 #D16616 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 22 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.18 |
| HSL | 25.67º | 0.81% | 0.45% | - |
| HSV(B) | 25.67º | 0.89% | 0.82% | - |
| XYZ | 31.19 | 23.12 | 3.58 | - |
| YUV | 124.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 22 | 0 | 0.51 | 0.89 | 0.18 | 25.67 | 0.81 | 0.45 |
| Hex | D1 | 66 | 16 | 0 | 33 | 59 | 12 | 1A | 51 | 2D |
| Octal | 321 | 146 | 26 | 0 | 63 | 131 | 22 | 32 | 121 | 55 |
| Binary | 11010001 | 1100110 | 10110 | 0 | 110011 | 1011001 | 10010 | 11010 | 1010001 | 101101 |
Color Harmonies of #D16616
Complementary color
Monochromatic Colors of #D16616
Black with #D16616
Text Example
Text Example
White with #D16616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16616; }
p { color: rgb(209,102,22); }
H1.HeaderClassName
{
color: #D16616;
}
.AnyTagClassName
{
color: #D16616;
}
</style>
background-color css
<style>
a { background-color: #D16616; }
a { background-color: rgb(209,102,22); }
div.DivClassName
{
background-color: #D16616;
}
.BgClassName
{
background-color: #D16616;
}
</style>
border-color css
<style>
span { border-color: #D16616; }
span { border-color: rgb(209,102,22); }
td.TdClassName
{
border-color: #D16616;
}
.TagClassName
{
border-color: #D16616;
}
</style>