Shades of Chocolate #D87117
Tints of Chocolate #D87117
RGB
CMYK
RGB Variations
Color information
#D87117 (or 0xD87117) is known color: Chocolate. HEX triplet: D8, 71 and 17. RGB value is (216,113,23). Sum of RGB (Red+Green+Blue) = 216+113+23=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D87117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87117 is #278EE8. Grayscale: #868686. Windows color (decimal): -2592489 or 1536472. OLE color: 1536472.
HSL color Cylindrical-coordinate representation of color #D87117: hue angle of 27.98º 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 #D87117 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.15 |
| HSL | 27.98º | 0.81% | 0.47% | - |
| HSV(B) | 27.98º | 0.89% | 0.85% | - |
| XYZ | 34.38 | 26.47 | 4.11 | - |
| YUV | 133.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 23 | 0 | 0.48 | 0.89 | 0.15 | 27.98 | 0.81 | 0.47 |
| Hex | D8 | 71 | 17 | 0 | 30 | 59 | F | 1C | 51 | 2F |
| Octal | 330 | 161 | 27 | 0 | 60 | 131 | 17 | 34 | 121 | 57 |
| Binary | 11011000 | 1110001 | 10111 | 0 | 110000 | 1011001 | 1111 | 11100 | 1010001 | 101111 |
Color Harmonies of #D87117
Complementary color
Monochromatic Colors of #D87117
Black with #D87117
Text Example
Text Example
White with #D87117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87117; }
p { color: rgb(216,113,23); }
H1.HeaderClassName
{
color: #D87117;
}
.AnyTagClassName
{
color: #D87117;
}
</style>
background-color css
<style>
a { background-color: #D87117; }
a { background-color: rgb(216,113,23); }
div.DivClassName
{
background-color: #D87117;
}
.BgClassName
{
background-color: #D87117;
}
</style>
border-color css
<style>
span { border-color: #D87117; }
span { border-color: rgb(216,113,23); }
td.TdClassName
{
border-color: #D87117;
}
.TagClassName
{
border-color: #D87117;
}
</style>