Shades of Chocolate #D16417
Tints of Chocolate #D16417
RGB
CMYK
RGB Variations
Color information
#D16417 (or 0xD16417) is known color: Chocolate. HEX triplet: D1, 64 and 17. RGB value is (209,100,23). Sum of RGB (Red+Green+Blue) = 209+100+23=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16417 is #2E9BE8. Grayscale: #7C7C7C. Windows color (decimal): -3054569 or 1533137. OLE color: 1533137.
HSL color Cylindrical-coordinate representation of color #D16417: hue angle of 24.84º degrees, saturation: 0.8, 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 #D16417 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.18 |
| HSL | 24.84º | 0.8% | 0.45% | - |
| HSV(B) | 24.84º | 0.89% | 0.82% | - |
| XYZ | 31.01 | 22.73 | 3.56 | - |
| YUV | 123.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 23 | 0 | 0.52 | 0.89 | 0.18 | 24.84 | 0.8 | 0.45 |
| Hex | D1 | 64 | 17 | 0 | 34 | 59 | 12 | 19 | 50 | 2D |
| Octal | 321 | 144 | 27 | 0 | 64 | 131 | 22 | 31 | 120 | 55 |
| Binary | 11010001 | 1100100 | 10111 | 0 | 110100 | 1011001 | 10010 | 11001 | 1010000 | 101101 |
Color Harmonies of #D16417
Complementary color
Monochromatic Colors of #D16417
Black with #D16417
Text Example
Text Example
White with #D16417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16417; }
p { color: rgb(209,100,23); }
H1.HeaderClassName
{
color: #D16417;
}
.AnyTagClassName
{
color: #D16417;
}
</style>
background-color css
<style>
a { background-color: #D16417; }
a { background-color: rgb(209,100,23); }
div.DivClassName
{
background-color: #D16417;
}
.BgClassName
{
background-color: #D16417;
}
</style>
border-color css
<style>
span { border-color: #D16417; }
span { border-color: rgb(209,100,23); }
td.TdClassName
{
border-color: #D16417;
}
.TagClassName
{
border-color: #D16417;
}
</style>