Shades of Chocolate #D76E11
Tints of Chocolate #D76E11
RGB
CMYK
RGB Variations
Color information
#D76E11 (or 0xD76E11) is known color: Chocolate. HEX triplet: D7, 6E and 11. RGB value is (215,110,17). Sum of RGB (Red+Green+Blue) = 215+110+17=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E11 is #2891EE. Grayscale: #838383. Windows color (decimal): -2658799 or 1142487. OLE color: 1142487.
HSL color Cylindrical-coordinate representation of color #D76E11: hue angle of 28.18º 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 #D76E11 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.16 |
| HSL | 28.18º | 0.85% | 0.45% | - |
| HSV(B) | 28.18º | 0.92% | 0.84% | - |
| XYZ | 33.7 | 25.64 | 3.7 | - |
| YUV | 130.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 17 | 0 | 0.49 | 0.92 | 0.16 | 28.18 | 0.85 | 0.45 |
| Hex | D7 | 6E | 11 | 0 | 31 | 5C | 10 | 1C | 55 | 2D |
| Octal | 327 | 156 | 21 | 0 | 61 | 134 | 20 | 34 | 125 | 55 |
| Binary | 11010111 | 1101110 | 10001 | 0 | 110001 | 1011100 | 10000 | 11100 | 1010101 | 101101 |
Color Harmonies of #D76E11
Complementary color
Monochromatic Colors of #D76E11
Black with #D76E11
Text Example
Text Example
White with #D76E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E11; }
p { color: rgb(215,110,17); }
H1.HeaderClassName
{
color: #D76E11;
}
.AnyTagClassName
{
color: #D76E11;
}
</style>
background-color css
<style>
a { background-color: #D76E11; }
a { background-color: rgb(215,110,17); }
div.DivClassName
{
background-color: #D76E11;
}
.BgClassName
{
background-color: #D76E11;
}
</style>
border-color css
<style>
span { border-color: #D76E11; }
span { border-color: rgb(215,110,17); }
td.TdClassName
{
border-color: #D76E11;
}
.TagClassName
{
border-color: #D76E11;
}
</style>