Shades of Chocolate #D76A15
Tints of Chocolate #D76A15
RGB
CMYK
RGB Variations
Color information
#D76A15 (or 0xD76A15) is known color: Chocolate. HEX triplet: D7, 6A and 15. RGB value is (215,106,21). Sum of RGB (Red+Green+Blue) = 215+106+21=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A15 is #2895EA. Grayscale: #818181. Windows color (decimal): -2659819 or 1403607. OLE color: 1403607.
HSL color Cylindrical-coordinate representation of color #D76A15: hue angle of 26.29º 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 #D76A15 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.16 |
| HSL | 26.29º | 0.82% | 0.46% | - |
| HSV(B) | 26.29º | 0.9% | 0.84% | - |
| XYZ | 33.31 | 24.81 | 3.74 | - |
| YUV | 128.9 | 67.11 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 21 | 0 | 0.51 | 0.90 | 0.16 | 26.29 | 0.82 | 0.46 |
| Hex | D7 | 6A | 15 | 0 | 33 | 5A | 10 | 1A | 52 | 2E |
| Octal | 327 | 152 | 25 | 0 | 63 | 132 | 20 | 32 | 122 | 56 |
| Binary | 11010111 | 1101010 | 10101 | 0 | 110011 | 1011010 | 10000 | 11010 | 1010010 | 101110 |
Color Harmonies of #D76A15
Complementary color
Monochromatic Colors of #D76A15
Black with #D76A15
Text Example
Text Example
White with #D76A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A15; }
p { color: rgb(215,106,21); }
H1.HeaderClassName
{
color: #D76A15;
}
.AnyTagClassName
{
color: #D76A15;
}
</style>
background-color css
<style>
a { background-color: #D76A15; }
a { background-color: rgb(215,106,21); }
div.DivClassName
{
background-color: #D76A15;
}
.BgClassName
{
background-color: #D76A15;
}
</style>
border-color css
<style>
span { border-color: #D76A15; }
span { border-color: rgb(215,106,21); }
td.TdClassName
{
border-color: #D76A15;
}
.TagClassName
{
border-color: #D76A15;
}
</style>