Shades of Chocolate #D77115
Tints of Chocolate #D77115
RGB
CMYK
RGB Variations
Color information
#D77115 (or 0xD77115) is known color: Chocolate. HEX triplet: D7, 71 and 15. RGB value is (215,113,21). Sum of RGB (Red+Green+Blue) = 215+113+21=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D77115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77115 is #288EEA. Grayscale: #858585. Windows color (decimal): -2658027 or 1405399. OLE color: 1405399.
HSL color Cylindrical-coordinate representation of color #D77115: hue angle of 28.45º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77115 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.16 |
| HSL | 28.45º | 0.82% | 0.46% | - |
| HSV(B) | 28.45º | 0.9% | 0.84% | - |
| XYZ | 34.06 | 26.31 | 3.99 | - |
| YUV | 133.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 21 | 0 | 0.47 | 0.90 | 0.16 | 28.45 | 0.82 | 0.46 |
| Hex | D7 | 71 | 15 | 0 | 2F | 5A | 10 | 1C | 52 | 2E |
| Octal | 327 | 161 | 25 | 0 | 57 | 132 | 20 | 34 | 122 | 56 |
| Binary | 11010111 | 1110001 | 10101 | 0 | 101111 | 1011010 | 10000 | 11100 | 1010010 | 101110 |
Color Harmonies of #D77115
Complementary color
Monochromatic Colors of #D77115
Black with #D77115
Text Example
Text Example
White with #D77115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77115; }
p { color: rgb(215,113,21); }
H1.HeaderClassName
{
color: #D77115;
}
.AnyTagClassName
{
color: #D77115;
}
</style>
background-color css
<style>
a { background-color: #D77115; }
a { background-color: rgb(215,113,21); }
div.DivClassName
{
background-color: #D77115;
}
.BgClassName
{
background-color: #D77115;
}
</style>
border-color css
<style>
span { border-color: #D77115; }
span { border-color: rgb(215,113,21); }
td.TdClassName
{
border-color: #D77115;
}
.TagClassName
{
border-color: #D77115;
}
</style>