Shades of Chocolate #D76E16
Tints of Chocolate #D76E16
RGB
CMYK
RGB Variations
Color information
#D76E16 (or 0xD76E16) is known color: Chocolate. HEX triplet: D7, 6E and 16. RGB value is (215,110,22). Sum of RGB (Red+Green+Blue) = 215+110+22=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E16 is #2891E9. Grayscale: #838383. Windows color (decimal): -2658794 or 1470167. OLE color: 1470167.
HSL color Cylindrical-coordinate representation of color #D76E16: hue angle of 27.36º degrees, saturation: 0.81, 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 #D76E16 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.16 |
| HSL | 27.36º | 0.81% | 0.46% | - |
| HSV(B) | 27.36º | 0.9% | 0.84% | - |
| XYZ | 33.75 | 25.66 | 3.93 | - |
| YUV | 131.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 22 | 0 | 0.49 | 0.90 | 0.16 | 27.36 | 0.81 | 0.46 |
| Hex | D7 | 6E | 16 | 0 | 31 | 5A | 10 | 1B | 51 | 2E |
| Octal | 327 | 156 | 26 | 0 | 61 | 132 | 20 | 33 | 121 | 56 |
| Binary | 11010111 | 1101110 | 10110 | 0 | 110001 | 1011010 | 10000 | 11011 | 1010001 | 101110 |
Color Harmonies of #D76E16
Complementary color
Monochromatic Colors of #D76E16
Black with #D76E16
Text Example
Text Example
White with #D76E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E16; }
p { color: rgb(215,110,22); }
H1.HeaderClassName
{
color: #D76E16;
}
.AnyTagClassName
{
color: #D76E16;
}
</style>
background-color css
<style>
a { background-color: #D76E16; }
a { background-color: rgb(215,110,22); }
div.DivClassName
{
background-color: #D76E16;
}
.BgClassName
{
background-color: #D76E16;
}
</style>
border-color css
<style>
span { border-color: #D76E16; }
span { border-color: rgb(215,110,22); }
td.TdClassName
{
border-color: #D76E16;
}
.TagClassName
{
border-color: #D76E16;
}
</style>