Shades of Chocolate #D16517
Tints of Chocolate #D16517
RGB
CMYK
RGB Variations
Color information
#D16517 (or 0xD16517) is known color: Chocolate. HEX triplet: D1, 65 and 17. RGB value is (209,101,23). Sum of RGB (Red+Green+Blue) = 209+101+23=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D16517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16517 is #2E9AE8. Grayscale: #7C7C7C. Windows color (decimal): -3054313 or 1533393. OLE color: 1533393.
HSL color Cylindrical-coordinate representation of color #D16517: hue angle of 25.16º 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 #D16517 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 23 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.18 |
| HSL | 25.16º | 0.8% | 0.45% | - |
| HSV(B) | 25.16º | 0.89% | 0.82% | - |
| XYZ | 31.1 | 22.92 | 3.6 | - |
| YUV | 124.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 23 | 0 | 0.52 | 0.89 | 0.18 | 25.16 | 0.8 | 0.45 |
| Hex | D1 | 65 | 17 | 0 | 34 | 59 | 12 | 19 | 50 | 2D |
| Octal | 321 | 145 | 27 | 0 | 64 | 131 | 22 | 31 | 120 | 55 |
| Binary | 11010001 | 1100101 | 10111 | 0 | 110100 | 1011001 | 10010 | 11001 | 1010000 | 101101 |
Color Harmonies of #D16517
Complementary color
Monochromatic Colors of #D16517
Black with #D16517
Text Example
Text Example
White with #D16517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16517; }
p { color: rgb(209,101,23); }
H1.HeaderClassName
{
color: #D16517;
}
.AnyTagClassName
{
color: #D16517;
}
</style>
background-color css
<style>
a { background-color: #D16517; }
a { background-color: rgb(209,101,23); }
div.DivClassName
{
background-color: #D16517;
}
.BgClassName
{
background-color: #D16517;
}
</style>
border-color css
<style>
span { border-color: #D16517; }
span { border-color: rgb(209,101,23); }
td.TdClassName
{
border-color: #D16517;
}
.TagClassName
{
border-color: #D16517;
}
</style>