Shades of Chocolate #D77110
Tints of Chocolate #D77110
RGB
CMYK
RGB Variations
Color information
#D77110 (or 0xD77110) is known color: Chocolate. HEX triplet: D7, 71 and 10. RGB value is (215,113,16). Sum of RGB (Red+Green+Blue) = 215+113+16=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D77110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77110 is #288EEF. Grayscale: #848484. Windows color (decimal): -2658032 or 1077719. OLE color: 1077719.
HSL color Cylindrical-coordinate representation of color #D77110: hue angle of 29.25º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D77110 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.16 |
| HSL | 29.25º | 0.86% | 0.45% | - |
| HSV(B) | 29.25º | 0.93% | 0.84% | - |
| XYZ | 34.02 | 26.29 | 3.77 | - |
| YUV | 132.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 16 | 0 | 0.47 | 0.93 | 0.16 | 29.25 | 0.86 | 0.45 |
| Hex | D7 | 71 | 10 | 0 | 2F | 5D | 10 | 1D | 56 | 2D |
| Octal | 327 | 161 | 20 | 0 | 57 | 135 | 20 | 35 | 126 | 55 |
| Binary | 11010111 | 1110001 | 10000 | 0 | 101111 | 1011101 | 10000 | 11101 | 1010110 | 101101 |
Color Harmonies of #D77110
Complementary color
Monochromatic Colors of #D77110
Black with #D77110
Text Example
Text Example
White with #D77110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77110; }
p { color: rgb(215,113,16); }
H1.HeaderClassName
{
color: #D77110;
}
.AnyTagClassName
{
color: #D77110;
}
</style>
background-color css
<style>
a { background-color: #D77110; }
a { background-color: rgb(215,113,16); }
div.DivClassName
{
background-color: #D77110;
}
.BgClassName
{
background-color: #D77110;
}
</style>
border-color css
<style>
span { border-color: #D77110; }
span { border-color: rgb(215,113,16); }
td.TdClassName
{
border-color: #D77110;
}
.TagClassName
{
border-color: #D77110;
}
</style>