Shades of Chocolate #D16D17
Tints of Chocolate #D16D17
RGB
CMYK
RGB Variations
Color information
#D16D17 (or 0xD16D17) is known color: Chocolate. HEX triplet: D1, 6D and 17. RGB value is (209,109,23). Sum of RGB (Red+Green+Blue) = 209+109+23=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D17 is #2E92E8. Grayscale: #818181. Windows color (decimal): -3052265 or 1535441. OLE color: 1535441.
HSL color Cylindrical-coordinate representation of color #D16D17: hue angle of 27.74º 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 #D16D17 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.18 |
| HSL | 27.74º | 0.8% | 0.45% | - |
| HSV(B) | 27.74º | 0.89% | 0.82% | - |
| XYZ | 31.92 | 24.55 | 3.87 | - |
| YUV | 129.1 | 68.13 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 23 | 0 | 0.48 | 0.89 | 0.18 | 27.74 | 0.8 | 0.45 |
| Hex | D1 | 6D | 17 | 0 | 30 | 59 | 12 | 1C | 50 | 2D |
| Octal | 321 | 155 | 27 | 0 | 60 | 131 | 22 | 34 | 120 | 55 |
| Binary | 11010001 | 1101101 | 10111 | 0 | 110000 | 1011001 | 10010 | 11100 | 1010000 | 101101 |
Color Harmonies of #D16D17
Complementary color
Monochromatic Colors of #D16D17
Black with #D16D17
Text Example
Text Example
White with #D16D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D17; }
p { color: rgb(209,109,23); }
H1.HeaderClassName
{
color: #D16D17;
}
.AnyTagClassName
{
color: #D16D17;
}
</style>
background-color css
<style>
a { background-color: #D16D17; }
a { background-color: rgb(209,109,23); }
div.DivClassName
{
background-color: #D16D17;
}
.BgClassName
{
background-color: #D16D17;
}
</style>
border-color css
<style>
span { border-color: #D16D17; }
span { border-color: rgb(209,109,23); }
td.TdClassName
{
border-color: #D16D17;
}
.TagClassName
{
border-color: #D16D17;
}
</style>