Shades of Chocolate #D76216
Tints of Chocolate #D76216
RGB
CMYK
RGB Variations
Color information
#D76216 (or 0xD76216) is known color: Chocolate. HEX triplet: D7, 62 and 16. RGB value is (215,98,22). Sum of RGB (Red+Green+Blue) = 215+98+22=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76216 is #289DE9. Grayscale: #7C7C7C. Windows color (decimal): -2661866 or 1467095. OLE color: 1467095.
HSL color Cylindrical-coordinate representation of color #D76216: hue angle of 23.63º 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 #D76216 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.16 |
| HSL | 23.63º | 0.81% | 0.46% | - |
| HSV(B) | 23.63º | 0.9% | 0.84% | - |
| XYZ | 32.54 | 23.24 | 3.53 | - |
| YUV | 124.32 | 70.26 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 22 | 0 | 0.54 | 0.90 | 0.16 | 23.63 | 0.81 | 0.46 |
| Hex | D7 | 62 | 16 | 0 | 36 | 5A | 10 | 18 | 51 | 2E |
| Octal | 327 | 142 | 26 | 0 | 66 | 132 | 20 | 30 | 121 | 56 |
| Binary | 11010111 | 1100010 | 10110 | 0 | 110110 | 1011010 | 10000 | 11000 | 1010001 | 101110 |
Color Harmonies of #D76216
Complementary color
Monochromatic Colors of #D76216
Black with #D76216
Text Example
Text Example
White with #D76216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76216; }
p { color: rgb(215,98,22); }
H1.HeaderClassName
{
color: #D76216;
}
.AnyTagClassName
{
color: #D76216;
}
</style>
background-color css
<style>
a { background-color: #D76216; }
a { background-color: rgb(215,98,22); }
div.DivClassName
{
background-color: #D76216;
}
.BgClassName
{
background-color: #D76216;
}
</style>
border-color css
<style>
span { border-color: #D76216; }
span { border-color: rgb(215,98,22); }
td.TdClassName
{
border-color: #D76216;
}
.TagClassName
{
border-color: #D76216;
}
</style>