Shades of Chocolate #D77011
Tints of Chocolate #D77011
RGB
CMYK
RGB Variations
Color information
#D77011 (or 0xD77011) is known color: Chocolate. HEX triplet: D7, 70 and 11. RGB value is (215,112,17). Sum of RGB (Red+Green+Blue) = 215+112+17=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D77011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77011 is #288FEE. Grayscale: #848484. Windows color (decimal): -2658287 or 1142999. OLE color: 1142999.
HSL color Cylindrical-coordinate representation of color #D77011: hue angle of 28.79º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D77011 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.16 |
| HSL | 28.79º | 0.85% | 0.45% | - |
| HSV(B) | 28.79º | 0.92% | 0.84% | - |
| XYZ | 33.92 | 26.08 | 3.78 | - |
| YUV | 131.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 17 | 0 | 0.48 | 0.92 | 0.16 | 28.79 | 0.85 | 0.45 |
| Hex | D7 | 70 | 11 | 0 | 30 | 5C | 10 | 1D | 55 | 2D |
| Octal | 327 | 160 | 21 | 0 | 60 | 134 | 20 | 35 | 125 | 55 |
| Binary | 11010111 | 1110000 | 10001 | 0 | 110000 | 1011100 | 10000 | 11101 | 1010101 | 101101 |
Color Harmonies of #D77011
Complementary color
Monochromatic Colors of #D77011
Black with #D77011
Text Example
Text Example
White with #D77011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77011; }
p { color: rgb(215,112,17); }
H1.HeaderClassName
{
color: #D77011;
}
.AnyTagClassName
{
color: #D77011;
}
</style>
background-color css
<style>
a { background-color: #D77011; }
a { background-color: rgb(215,112,17); }
div.DivClassName
{
background-color: #D77011;
}
.BgClassName
{
background-color: #D77011;
}
</style>
border-color css
<style>
span { border-color: #D77011; }
span { border-color: rgb(215,112,17); }
td.TdClassName
{
border-color: #D77011;
}
.TagClassName
{
border-color: #D77011;
}
</style>