Shades of Chocolate #D76812
Tints of Chocolate #D76812
RGB
CMYK
RGB Variations
Color information
#D76812 (or 0xD76812) is known color: Chocolate. HEX triplet: D7, 68 and 12. RGB value is (215,104,18). Sum of RGB (Red+Green+Blue) = 215+104+18=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76812 is #2897ED. Grayscale: #7F7F7F. Windows color (decimal): -2660334 or 1206487. OLE color: 1206487.
HSL color Cylindrical-coordinate representation of color #D76812: hue angle of 26.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D76812 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.16 |
| HSL | 26.19º | 0.85% | 0.46% | - |
| HSV(B) | 26.19º | 0.92% | 0.84% | - |
| XYZ | 33.08 | 24.39 | 3.54 | - |
| YUV | 127.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 18 | 0 | 0.52 | 0.92 | 0.16 | 26.19 | 0.85 | 0.46 |
| Hex | D7 | 68 | 12 | 0 | 34 | 5C | 10 | 1A | 55 | 2E |
| Octal | 327 | 150 | 22 | 0 | 64 | 134 | 20 | 32 | 125 | 56 |
| Binary | 11010111 | 1101000 | 10010 | 0 | 110100 | 1011100 | 10000 | 11010 | 1010101 | 101110 |
Color Harmonies of #D76812
Complementary color
Monochromatic Colors of #D76812
Black with #D76812
Text Example
Text Example
White with #D76812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76812; }
p { color: rgb(215,104,18); }
H1.HeaderClassName
{
color: #D76812;
}
.AnyTagClassName
{
color: #D76812;
}
</style>
background-color css
<style>
a { background-color: #D76812; }
a { background-color: rgb(215,104,18); }
div.DivClassName
{
background-color: #D76812;
}
.BgClassName
{
background-color: #D76812;
}
</style>
border-color css
<style>
span { border-color: #D76812; }
span { border-color: rgb(215,104,18); }
td.TdClassName
{
border-color: #D76812;
}
.TagClassName
{
border-color: #D76812;
}
</style>