Shades of Chocolate #D76E15
Tints of Chocolate #D76E15
RGB
CMYK
RGB Variations
Color information
#D76E15 (or 0xD76E15) is known color: Chocolate. HEX triplet: D7, 6E and 15. RGB value is (215,110,21). Sum of RGB (Red+Green+Blue) = 215+110+21=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E15 is #2891EA. Grayscale: #838383. Windows color (decimal): -2658795 or 1404631. OLE color: 1404631.
HSL color Cylindrical-coordinate representation of color #D76E15: hue angle of 27.53º 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 #D76E15 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.16 |
| HSL | 27.53º | 0.82% | 0.46% | - |
| HSV(B) | 27.53º | 0.9% | 0.84% | - |
| XYZ | 33.74 | 25.65 | 3.88 | - |
| YUV | 131.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 21 | 0 | 0.49 | 0.90 | 0.16 | 27.53 | 0.82 | 0.46 |
| Hex | D7 | 6E | 15 | 0 | 31 | 5A | 10 | 1C | 52 | 2E |
| Octal | 327 | 156 | 25 | 0 | 61 | 132 | 20 | 34 | 122 | 56 |
| Binary | 11010111 | 1101110 | 10101 | 0 | 110001 | 1011010 | 10000 | 11100 | 1010010 | 101110 |
Color Harmonies of #D76E15
Complementary color
Monochromatic Colors of #D76E15
Black with #D76E15
Text Example
Text Example
White with #D76E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E15; }
p { color: rgb(215,110,21); }
H1.HeaderClassName
{
color: #D76E15;
}
.AnyTagClassName
{
color: #D76E15;
}
</style>
background-color css
<style>
a { background-color: #D76E15; }
a { background-color: rgb(215,110,21); }
div.DivClassName
{
background-color: #D76E15;
}
.BgClassName
{
background-color: #D76E15;
}
</style>
border-color css
<style>
span { border-color: #D76E15; }
span { border-color: rgb(215,110,21); }
td.TdClassName
{
border-color: #D76E15;
}
.TagClassName
{
border-color: #D76E15;
}
</style>