Shades of Chocolate #D95717
Tints of Chocolate #D95717
RGB
CMYK
RGB Variations
Color information
#D95717 (or 0xD95717) is known color: Chocolate. HEX triplet: D9, 57 and 17. RGB value is (217,87,23). Sum of RGB (Red+Green+Blue) = 217+87+23=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D95717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95717 is #26A8E8. Grayscale: #767676. Windows color (decimal): -2533609 or 1529817. OLE color: 1529817.
HSL color Cylindrical-coordinate representation of color #D95717: hue angle of 19.79º 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 #D95717 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.15 |
| HSL | 19.79º | 0.81% | 0.47% | - |
| HSV(B) | 19.79º | 0.89% | 0.85% | - |
| XYZ | 32.18 | 21.63 | 3.29 | - |
| YUV | 118.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 23 | 0 | 0.60 | 0.89 | 0.15 | 19.79 | 0.81 | 0.47 |
| Hex | D9 | 57 | 17 | 0 | 3C | 59 | F | 14 | 51 | 2F |
| Octal | 331 | 127 | 27 | 0 | 74 | 131 | 17 | 24 | 121 | 57 |
| Binary | 11011001 | 1010111 | 10111 | 0 | 111100 | 1011001 | 1111 | 10100 | 1010001 | 101111 |
Color Harmonies of #D95717
Complementary color
Monochromatic Colors of #D95717
Black with #D95717
Text Example
Text Example
White with #D95717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95717; }
p { color: rgb(217,87,23); }
H1.HeaderClassName
{
color: #D95717;
}
.AnyTagClassName
{
color: #D95717;
}
</style>
background-color css
<style>
a { background-color: #D95717; }
a { background-color: rgb(217,87,23); }
div.DivClassName
{
background-color: #D95717;
}
.BgClassName
{
background-color: #D95717;
}
</style>
border-color css
<style>
span { border-color: #D95717; }
span { border-color: rgb(217,87,23); }
td.TdClassName
{
border-color: #D95717;
}
.TagClassName
{
border-color: #D95717;
}
</style>