Shades of Chocolate #D16415
Tints of Chocolate #D16415
RGB
CMYK
RGB Variations
Color information
#D16415 (or 0xD16415) is known color: Chocolate. HEX triplet: D1, 64 and 15. RGB value is (209,100,21). Sum of RGB (Red+Green+Blue) = 209+100+21=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16415 is #2E9BEA. Grayscale: #7C7C7C. Windows color (decimal): -3054571 or 1402065. OLE color: 1402065.
HSL color Cylindrical-coordinate representation of color #D16415: hue angle of 25.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D16415 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 21 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.18 |
| HSL | 25.21º | 0.82% | 0.45% | - |
| HSV(B) | 25.21º | 0.9% | 0.82% | - |
| XYZ | 30.99 | 22.72 | 3.46 | - |
| YUV | 123.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 21 | 0 | 0.52 | 0.90 | 0.18 | 25.21 | 0.82 | 0.45 |
| Hex | D1 | 64 | 15 | 0 | 34 | 5A | 12 | 19 | 52 | 2D |
| Octal | 321 | 144 | 25 | 0 | 64 | 132 | 22 | 31 | 122 | 55 |
| Binary | 11010001 | 1100100 | 10101 | 0 | 110100 | 1011010 | 10010 | 11001 | 1010010 | 101101 |
Color Harmonies of #D16415
Complementary color
Monochromatic Colors of #D16415
Black with #D16415
Text Example
Text Example
White with #D16415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16415; }
p { color: rgb(209,100,21); }
H1.HeaderClassName
{
color: #D16415;
}
.AnyTagClassName
{
color: #D16415;
}
</style>
background-color css
<style>
a { background-color: #D16415; }
a { background-color: rgb(209,100,21); }
div.DivClassName
{
background-color: #D16415;
}
.BgClassName
{
background-color: #D16415;
}
</style>
border-color css
<style>
span { border-color: #D16415; }
span { border-color: rgb(209,100,21); }
td.TdClassName
{
border-color: #D16415;
}
.TagClassName
{
border-color: #D16415;
}
</style>