Shades of Chocolate #D96117
Tints of Chocolate #D96117
RGB
CMYK
RGB Variations
Color information
#D96117 (or 0xD96117) is known color: Chocolate. HEX triplet: D9, 61 and 17. RGB value is (217,97,23). Sum of RGB (Red+Green+Blue) = 217+97+23=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96117 is #269EE8. Grayscale: #7C7C7C. Windows color (decimal): -2531049 or 1532377. OLE color: 1532377.
HSL color Cylindrical-coordinate representation of color #D96117: hue angle of 22.89º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D96117 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 23 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.15 |
| HSL | 22.89º | 0.81% | 0.47% | - |
| HSV(B) | 22.89º | 0.89% | 0.85% | - |
| XYZ | 33.04 | 23.36 | 3.58 | - |
| YUV | 124.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 23 | 0 | 0.55 | 0.89 | 0.15 | 22.89 | 0.81 | 0.47 |
| Hex | D9 | 61 | 17 | 0 | 37 | 59 | F | 17 | 51 | 2F |
| Octal | 331 | 141 | 27 | 0 | 67 | 131 | 17 | 27 | 121 | 57 |
| Binary | 11011001 | 1100001 | 10111 | 0 | 110111 | 1011001 | 1111 | 10111 | 1010001 | 101111 |
Color Harmonies of #D96117
Complementary color
Monochromatic Colors of #D96117
Black with #D96117
Text Example
Text Example
White with #D96117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96117; }
p { color: rgb(217,97,23); }
H1.HeaderClassName
{
color: #D96117;
}
.AnyTagClassName
{
color: #D96117;
}
</style>
background-color css
<style>
a { background-color: #D96117; }
a { background-color: rgb(217,97,23); }
div.DivClassName
{
background-color: #D96117;
}
.BgClassName
{
background-color: #D96117;
}
</style>
border-color css
<style>
span { border-color: #D96117; }
span { border-color: rgb(217,97,23); }
td.TdClassName
{
border-color: #D96117;
}
.TagClassName
{
border-color: #D96117;
}
</style>