Shades of Chocolate #D76818
Tints of Chocolate #D76818
RGB
CMYK
RGB Variations
Color information
#D76818 (or 0xD76818) is known color: Chocolate. HEX triplet: D7, 68 and 18. RGB value is (215,104,24). Sum of RGB (Red+Green+Blue) = 215+104+24=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D76818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76818 is #2897E7. Grayscale: #808080. Windows color (decimal): -2660328 or 1599703. OLE color: 1599703.
HSL color Cylindrical-coordinate representation of color #D76818: hue angle of 25.13º 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 #D76818 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.16 |
| HSL | 25.13º | 0.8% | 0.47% | - |
| HSV(B) | 25.13º | 0.89% | 0.84% | - |
| XYZ | 33.14 | 24.41 | 3.83 | - |
| YUV | 128.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 24 | 0 | 0.52 | 0.89 | 0.16 | 25.13 | 0.8 | 0.47 |
| Hex | D7 | 68 | 18 | 0 | 34 | 59 | 10 | 19 | 50 | 2F |
| Octal | 327 | 150 | 30 | 0 | 64 | 131 | 20 | 31 | 120 | 57 |
| Binary | 11010111 | 1101000 | 11000 | 0 | 110100 | 1011001 | 10000 | 11001 | 1010000 | 101111 |
Color Harmonies of #D76818
Complementary color
Monochromatic Colors of #D76818
Black with #D76818
Text Example
Text Example
White with #D76818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76818; }
p { color: rgb(215,104,24); }
H1.HeaderClassName
{
color: #D76818;
}
.AnyTagClassName
{
color: #D76818;
}
</style>
background-color css
<style>
a { background-color: #D76818; }
a { background-color: rgb(215,104,24); }
div.DivClassName
{
background-color: #D76818;
}
.BgClassName
{
background-color: #D76818;
}
</style>
border-color css
<style>
span { border-color: #D76818; }
span { border-color: rgb(215,104,24); }
td.TdClassName
{
border-color: #D76818;
}
.TagClassName
{
border-color: #D76818;
}
</style>