Shades of Chocolate #D87611
Tints of Chocolate #D87611
RGB
CMYK
RGB Variations
Color information
#D87611 (or 0xD87611) is known color: Chocolate. HEX triplet: D8, 76 and 11. RGB value is (216,118,17). Sum of RGB (Red+Green+Blue) = 216+118+17=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87611 is #2789EE. Grayscale: #888888. Windows color (decimal): -2591215 or 1144536. OLE color: 1144536.
HSL color Cylindrical-coordinate representation of color #D87611: hue angle of 30.45º 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 #D87611 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.15 |
| HSL | 30.45º | 0.85% | 0.46% | - |
| HSV(B) | 30.45º | 0.92% | 0.85% | - |
| XYZ | 34.9 | 27.6 | 4.02 | - |
| YUV | 135.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 17 | 0 | 0.45 | 0.92 | 0.15 | 30.45 | 0.85 | 0.46 |
| Hex | D8 | 76 | 11 | 0 | 2D | 5C | F | 1E | 55 | 2E |
| Octal | 330 | 166 | 21 | 0 | 55 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011000 | 1110110 | 10001 | 0 | 101101 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #D87611
Complementary color
Monochromatic Colors of #D87611
Black with #D87611
Text Example
Text Example
White with #D87611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87611; }
p { color: rgb(216,118,17); }
H1.HeaderClassName
{
color: #D87611;
}
.AnyTagClassName
{
color: #D87611;
}
</style>
background-color css
<style>
a { background-color: #D87611; }
a { background-color: rgb(216,118,17); }
div.DivClassName
{
background-color: #D87611;
}
.BgClassName
{
background-color: #D87611;
}
</style>
border-color css
<style>
span { border-color: #D87611; }
span { border-color: rgb(216,118,17); }
td.TdClassName
{
border-color: #D87611;
}
.TagClassName
{
border-color: #D87611;
}
</style>