Shades of Chocolate #D76D11
Tints of Chocolate #D76D11
RGB
CMYK
RGB Variations
Color information
#D76D11 (or 0xD76D11) is known color: Chocolate. HEX triplet: D7, 6D and 11. RGB value is (215,109,17). Sum of RGB (Red+Green+Blue) = 215+109+17=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D11 is #2892EE. Grayscale: #828282. Windows color (decimal): -2659055 or 1142231. OLE color: 1142231.
HSL color Cylindrical-coordinate representation of color #D76D11: hue angle of 27.88º 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 #D76D11 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.16 |
| HSL | 27.88º | 0.85% | 0.45% | - |
| HSV(B) | 27.88º | 0.92% | 0.84% | - |
| XYZ | 33.59 | 25.42 | 3.67 | - |
| YUV | 130.21 | 64.12 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 17 | 0 | 0.49 | 0.92 | 0.16 | 27.88 | 0.85 | 0.45 |
| Hex | D7 | 6D | 11 | 0 | 31 | 5C | 10 | 1C | 55 | 2D |
| Octal | 327 | 155 | 21 | 0 | 61 | 134 | 20 | 34 | 125 | 55 |
| Binary | 11010111 | 1101101 | 10001 | 0 | 110001 | 1011100 | 10000 | 11100 | 1010101 | 101101 |
Color Harmonies of #D76D11
Complementary color
Monochromatic Colors of #D76D11
Black with #D76D11
Text Example
Text Example
White with #D76D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D11; }
p { color: rgb(215,109,17); }
H1.HeaderClassName
{
color: #D76D11;
}
.AnyTagClassName
{
color: #D76D11;
}
</style>
background-color css
<style>
a { background-color: #D76D11; }
a { background-color: rgb(215,109,17); }
div.DivClassName
{
background-color: #D76D11;
}
.BgClassName
{
background-color: #D76D11;
}
</style>
border-color css
<style>
span { border-color: #D76D11; }
span { border-color: rgb(215,109,17); }
td.TdClassName
{
border-color: #D76D11;
}
.TagClassName
{
border-color: #D76D11;
}
</style>