Shades of Chocolate #D76A18
Tints of Chocolate #D76A18
RGB
CMYK
RGB Variations
Color information
#D76A18 (or 0xD76A18) is known color: Chocolate. HEX triplet: D7, 6A and 18. RGB value is (215,106,24). Sum of RGB (Red+Green+Blue) = 215+106+24=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A18 is #2895E7. Grayscale: #818181. Windows color (decimal): -2659816 or 1600215. OLE color: 1600215.
HSL color Cylindrical-coordinate representation of color #D76A18: hue angle of 25.76º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D76A18 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 24 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.16 |
| HSL | 25.76º | 0.8% | 0.47% | - |
| HSV(B) | 25.76º | 0.89% | 0.84% | - |
| XYZ | 33.34 | 24.82 | 3.9 | - |
| YUV | 129.24 | 68.61 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 24 | 0 | 0.51 | 0.89 | 0.16 | 25.76 | 0.8 | 0.47 |
| Hex | D7 | 6A | 18 | 0 | 33 | 59 | 10 | 1A | 50 | 2F |
| Octal | 327 | 152 | 30 | 0 | 63 | 131 | 20 | 32 | 120 | 57 |
| Binary | 11010111 | 1101010 | 11000 | 0 | 110011 | 1011001 | 10000 | 11010 | 1010000 | 101111 |
Color Harmonies of #D76A18
Complementary color
Monochromatic Colors of #D76A18
Black with #D76A18
Text Example
Text Example
White with #D76A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A18; }
p { color: rgb(215,106,24); }
H1.HeaderClassName
{
color: #D76A18;
}
.AnyTagClassName
{
color: #D76A18;
}
</style>
background-color css
<style>
a { background-color: #D76A18; }
a { background-color: rgb(215,106,24); }
div.DivClassName
{
background-color: #D76A18;
}
.BgClassName
{
background-color: #D76A18;
}
</style>
border-color css
<style>
span { border-color: #D76A18; }
span { border-color: rgb(215,106,24); }
td.TdClassName
{
border-color: #D76A18;
}
.TagClassName
{
border-color: #D76A18;
}
</style>