Shades of Chocolate #D76B11
Tints of Chocolate #D76B11
RGB
CMYK
RGB Variations
Color information
#D76B11 (or 0xD76B11) is known color: Chocolate. HEX triplet: D7, 6B and 11. RGB value is (215,107,17). Sum of RGB (Red+Green+Blue) = 215+107+17=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B11 is #2894EE. Grayscale: #818181. Windows color (decimal): -2659567 or 1141719. OLE color: 1141719.
HSL color Cylindrical-coordinate representation of color #D76B11: hue angle of 27.27º 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 #D76B11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.16 |
| HSL | 27.27º | 0.85% | 0.45% | - |
| HSV(B) | 27.27º | 0.92% | 0.84% | - |
| XYZ | 33.38 | 25 | 3.6 | - |
| YUV | 129.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 17 | 0 | 0.50 | 0.92 | 0.16 | 27.27 | 0.85 | 0.45 |
| Hex | D7 | 6B | 11 | 0 | 32 | 5C | 10 | 1B | 55 | 2D |
| Octal | 327 | 153 | 21 | 0 | 62 | 134 | 20 | 33 | 125 | 55 |
| Binary | 11010111 | 1101011 | 10001 | 0 | 110010 | 1011100 | 10000 | 11011 | 1010101 | 101101 |
Color Harmonies of #D76B11
Complementary color
Monochromatic Colors of #D76B11
Black with #D76B11
Text Example
Text Example
White with #D76B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B11; }
p { color: rgb(215,107,17); }
H1.HeaderClassName
{
color: #D76B11;
}
.AnyTagClassName
{
color: #D76B11;
}
</style>
background-color css
<style>
a { background-color: #D76B11; }
a { background-color: rgb(215,107,17); }
div.DivClassName
{
background-color: #D76B11;
}
.BgClassName
{
background-color: #D76B11;
}
</style>
border-color css
<style>
span { border-color: #D76B11; }
span { border-color: rgb(215,107,17); }
td.TdClassName
{
border-color: #D76B11;
}
.TagClassName
{
border-color: #D76B11;
}
</style>