Shades of Chocolate #D87119
Tints of Chocolate #D87119
RGB
CMYK
RGB Variations
Color information
#D87119 (or 0xD87119) is known color: Chocolate. HEX triplet: D8, 71 and 19. RGB value is (216,113,25). Sum of RGB (Red+Green+Blue) = 216+113+25=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D87119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87119 is #278EE6. Grayscale: #868686. Windows color (decimal): -2592487 or 1667544. OLE color: 1667544.
HSL color Cylindrical-coordinate representation of color #D87119: hue angle of 27.64º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D87119 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 25 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.15 |
| HSL | 27.64º | 0.79% | 0.47% | - |
| HSV(B) | 27.64º | 0.88% | 0.85% | - |
| XYZ | 34.4 | 26.48 | 4.22 | - |
| YUV | 133.77 | 66.62 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 25 | 0 | 0.48 | 0.88 | 0.15 | 27.64 | 0.79 | 0.47 |
| Hex | D8 | 71 | 19 | 0 | 30 | 58 | F | 1C | 4F | 2F |
| Octal | 330 | 161 | 31 | 0 | 60 | 130 | 17 | 34 | 117 | 57 |
| Binary | 11011000 | 1110001 | 11001 | 0 | 110000 | 1011000 | 1111 | 11100 | 1001111 | 101111 |
Color Harmonies of #D87119
Complementary color
Monochromatic Colors of #D87119
Black with #D87119
Text Example
Text Example
White with #D87119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87119; }
p { color: rgb(216,113,25); }
H1.HeaderClassName
{
color: #D87119;
}
.AnyTagClassName
{
color: #D87119;
}
</style>
background-color css
<style>
a { background-color: #D87119; }
a { background-color: rgb(216,113,25); }
div.DivClassName
{
background-color: #D87119;
}
.BgClassName
{
background-color: #D87119;
}
</style>
border-color css
<style>
span { border-color: #D87119; }
span { border-color: rgb(216,113,25); }
td.TdClassName
{
border-color: #D87119;
}
.TagClassName
{
border-color: #D87119;
}
</style>