Shades of Chocolate #D76A16
Tints of Chocolate #D76A16
RGB
CMYK
RGB Variations
Color information
#D76A16 (or 0xD76A16) is known color: Chocolate. HEX triplet: D7, 6A and 16. RGB value is (215,106,22). Sum of RGB (Red+Green+Blue) = 215+106+22=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A16 is #2895E9. Grayscale: #818181. Windows color (decimal): -2659818 or 1469143. OLE color: 1469143.
HSL color Cylindrical-coordinate representation of color #D76A16: hue angle of 26.11º 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 #D76A16 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.16 |
| HSL | 26.11º | 0.81% | 0.46% | - |
| HSV(B) | 26.11º | 0.9% | 0.84% | - |
| XYZ | 33.32 | 24.81 | 3.79 | - |
| YUV | 129.02 | 67.61 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 22 | 0 | 0.51 | 0.90 | 0.16 | 26.11 | 0.81 | 0.46 |
| Hex | D7 | 6A | 16 | 0 | 33 | 5A | 10 | 1A | 51 | 2E |
| Octal | 327 | 152 | 26 | 0 | 63 | 132 | 20 | 32 | 121 | 56 |
| Binary | 11010111 | 1101010 | 10110 | 0 | 110011 | 1011010 | 10000 | 11010 | 1010001 | 101110 |
Color Harmonies of #D76A16
Complementary color
Monochromatic Colors of #D76A16
Black with #D76A16
Text Example
Text Example
White with #D76A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A16; }
p { color: rgb(215,106,22); }
H1.HeaderClassName
{
color: #D76A16;
}
.AnyTagClassName
{
color: #D76A16;
}
</style>
background-color css
<style>
a { background-color: #D76A16; }
a { background-color: rgb(215,106,22); }
div.DivClassName
{
background-color: #D76A16;
}
.BgClassName
{
background-color: #D76A16;
}
</style>
border-color css
<style>
span { border-color: #D76A16; }
span { border-color: rgb(215,106,22); }
td.TdClassName
{
border-color: #D76A16;
}
.TagClassName
{
border-color: #D76A16;
}
</style>