Shades of Chocolate #D76115
Tints of Chocolate #D76115
RGB
CMYK
RGB Variations
Color information
#D76115 (or 0xD76115) is known color: Chocolate. HEX triplet: D7, 61 and 15. RGB value is (215,97,21). Sum of RGB (Red+Green+Blue) = 215+97+21=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D76115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76115 is #289EEA. Grayscale: #7C7C7C. Windows color (decimal): -2662123 or 1401303. OLE color: 1401303.
HSL color Cylindrical-coordinate representation of color #D76115: hue angle of 23.51º 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 #D76115 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.16 |
| HSL | 23.51º | 0.82% | 0.46% | - |
| HSV(B) | 23.51º | 0.9% | 0.84% | - |
| XYZ | 32.43 | 23.05 | 3.45 | - |
| YUV | 123.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 21 | 0 | 0.55 | 0.90 | 0.16 | 23.51 | 0.82 | 0.46 |
| Hex | D7 | 61 | 15 | 0 | 37 | 5A | 10 | 18 | 52 | 2E |
| Octal | 327 | 141 | 25 | 0 | 67 | 132 | 20 | 30 | 122 | 56 |
| Binary | 11010111 | 1100001 | 10101 | 0 | 110111 | 1011010 | 10000 | 11000 | 1010010 | 101110 |
Color Harmonies of #D76115
Complementary color
Monochromatic Colors of #D76115
Black with #D76115
Text Example
Text Example
White with #D76115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76115; }
p { color: rgb(215,97,21); }
H1.HeaderClassName
{
color: #D76115;
}
.AnyTagClassName
{
color: #D76115;
}
</style>
background-color css
<style>
a { background-color: #D76115; }
a { background-color: rgb(215,97,21); }
div.DivClassName
{
background-color: #D76115;
}
.BgClassName
{
background-color: #D76115;
}
</style>
border-color css
<style>
span { border-color: #D76115; }
span { border-color: rgb(215,97,21); }
td.TdClassName
{
border-color: #D76115;
}
.TagClassName
{
border-color: #D76115;
}
</style>