Shades of Chocolate #D87120
Tints of Chocolate #D87120
RGB
CMYK
RGB Variations
Color information
#D87120 (or 0xD87120) is known color: Chocolate. HEX triplet: D8, 71 and 20. RGB value is (216,113,32). Sum of RGB (Red+Green+Blue) = 216+113+32=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87120 is #278EDF. Grayscale: #868686. Windows color (decimal): -2592480 or 2126296. OLE color: 2126296.
HSL color Cylindrical-coordinate representation of color #D87120: hue angle of 26.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87120 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.15 |
| HSL | 26.41º | 0.74% | 0.49% | - |
| HSV(B) | 26.41º | 0.85% | 0.85% | - |
| XYZ | 34.48 | 26.51 | 4.67 | - |
| YUV | 134.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 32 | 0 | 0.48 | 0.85 | 0.15 | 26.41 | 0.74 | 0.49 |
| Hex | D8 | 71 | 20 | 0 | 30 | 55 | F | 1A | 4A | 31 |
| Octal | 330 | 161 | 40 | 0 | 60 | 125 | 17 | 32 | 112 | 61 |
| Binary | 11011000 | 1110001 | 100000 | 0 | 110000 | 1010101 | 1111 | 11010 | 1001010 | 110001 |
Color Harmonies of #D87120
Complementary color
Monochromatic Colors of #D87120
Black with #D87120
Text Example
Text Example
White with #D87120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87120; }
p { color: rgb(216,113,32); }
H1.HeaderClassName
{
color: #D87120;
}
.AnyTagClassName
{
color: #D87120;
}
</style>
background-color css
<style>
a { background-color: #D87120; }
a { background-color: rgb(216,113,32); }
div.DivClassName
{
background-color: #D87120;
}
.BgClassName
{
background-color: #D87120;
}
</style>
border-color css
<style>
span { border-color: #D87120; }
span { border-color: rgb(216,113,32); }
td.TdClassName
{
border-color: #D87120;
}
.TagClassName
{
border-color: #D87120;
}
</style>