Shades of Chocolate #D87511
Tints of Chocolate #D87511
RGB
CMYK
RGB Variations
Color information
#D87511 (or 0xD87511) is known color: Chocolate. HEX triplet: D8, 75 and 11. RGB value is (216,117,17). Sum of RGB (Red+Green+Blue) = 216+117+17=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D87511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87511 is #278AEE. Grayscale: #878787. Windows color (decimal): -2591471 or 1144280. OLE color: 1144280.
HSL color Cylindrical-coordinate representation of color #D87511: hue angle of 30.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D87511 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 30.15º | 0.85% | 0.46% | - |
| HSV(B) | 30.15º | 0.92% | 0.85% | - |
| XYZ | 34.78 | 27.36 | 3.98 | - |
| YUV | 135.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 17 | 0 | 0.46 | 0.92 | 0.15 | 30.15 | 0.85 | 0.46 |
| Hex | D8 | 75 | 11 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 330 | 165 | 21 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011000 | 1110101 | 10001 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D87511
Complementary color
Monochromatic Colors of #D87511
Black with #D87511
Text Example
Text Example
White with #D87511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87511; }
p { color: rgb(216,117,17); }
H1.HeaderClassName
{
color: #D87511;
}
.AnyTagClassName
{
color: #D87511;
}
</style>
background-color css
<style>
a { background-color: #D87511; }
a { background-color: rgb(216,117,17); }
div.DivClassName
{
background-color: #D87511;
}
.BgClassName
{
background-color: #D87511;
}
</style>
border-color css
<style>
span { border-color: #D87511; }
span { border-color: rgb(216,117,17); }
td.TdClassName
{
border-color: #D87511;
}
.TagClassName
{
border-color: #D87511;
}
</style>