Shades of Chocolate #D16316
Tints of Chocolate #D16316
RGB
CMYK
RGB Variations
Color information
#D16316 (or 0xD16316) is known color: Chocolate. HEX triplet: D1, 63 and 16. RGB value is (209,99,22). Sum of RGB (Red+Green+Blue) = 209+99+22=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16316 is #2E9CE9. Grayscale: #7B7B7B. Windows color (decimal): -3054826 or 1467345. OLE color: 1467345.
HSL color Cylindrical-coordinate representation of color #D16316: hue angle of 24.71º 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 #D16316 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.18 |
| HSL | 24.71º | 0.81% | 0.45% | - |
| HSV(B) | 24.71º | 0.89% | 0.82% | - |
| XYZ | 30.9 | 22.54 | 3.48 | - |
| YUV | 123.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 22 | 0 | 0.53 | 0.89 | 0.18 | 24.71 | 0.81 | 0.45 |
| Hex | D1 | 63 | 16 | 0 | 35 | 59 | 12 | 19 | 51 | 2D |
| Octal | 321 | 143 | 26 | 0 | 65 | 131 | 22 | 31 | 121 | 55 |
| Binary | 11010001 | 1100011 | 10110 | 0 | 110101 | 1011001 | 10010 | 11001 | 1010001 | 101101 |
Color Harmonies of #D16316
Complementary color
Monochromatic Colors of #D16316
Black with #D16316
Text Example
Text Example
White with #D16316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16316; }
p { color: rgb(209,99,22); }
H1.HeaderClassName
{
color: #D16316;
}
.AnyTagClassName
{
color: #D16316;
}
</style>
background-color css
<style>
a { background-color: #D16316; }
a { background-color: rgb(209,99,22); }
div.DivClassName
{
background-color: #D16316;
}
.BgClassName
{
background-color: #D16316;
}
</style>
border-color css
<style>
span { border-color: #D16316; }
span { border-color: rgb(209,99,22); }
td.TdClassName
{
border-color: #D16316;
}
.TagClassName
{
border-color: #D16316;
}
</style>