Shades of Chocolate #D76110
Tints of Chocolate #D76110
RGB
CMYK
RGB Variations
Color information
#D76110 (or 0xD76110) is known color: Chocolate. HEX triplet: D7, 61 and 10. RGB value is (215,97,16). Sum of RGB (Red+Green+Blue) = 215+97+16=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D76110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76110 is #289EEF. Grayscale: #7B7B7B. Windows color (decimal): -2662128 or 1073623. OLE color: 1073623.
HSL color Cylindrical-coordinate representation of color #D76110: hue angle of 24.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D76110 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.16 |
| HSL | 24.42º | 0.86% | 0.45% | - |
| HSV(B) | 24.42º | 0.93% | 0.84% | - |
| XYZ | 32.39 | 23.03 | 3.23 | - |
| YUV | 123.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 16 | 0 | 0.55 | 0.93 | 0.16 | 24.42 | 0.86 | 0.45 |
| Hex | D7 | 61 | 10 | 0 | 37 | 5D | 10 | 18 | 56 | 2D |
| Octal | 327 | 141 | 20 | 0 | 67 | 135 | 20 | 30 | 126 | 55 |
| Binary | 11010111 | 1100001 | 10000 | 0 | 110111 | 1011101 | 10000 | 11000 | 1010110 | 101101 |
Color Harmonies of #D76110
Complementary color
Monochromatic Colors of #D76110
Black with #D76110
Text Example
Text Example
White with #D76110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76110; }
p { color: rgb(215,97,16); }
H1.HeaderClassName
{
color: #D76110;
}
.AnyTagClassName
{
color: #D76110;
}
</style>
background-color css
<style>
a { background-color: #D76110; }
a { background-color: rgb(215,97,16); }
div.DivClassName
{
background-color: #D76110;
}
.BgClassName
{
background-color: #D76110;
}
</style>
border-color css
<style>
span { border-color: #D76110; }
span { border-color: rgb(215,97,16); }
td.TdClassName
{
border-color: #D76110;
}
.TagClassName
{
border-color: #D76110;
}
</style>