Shades of Chocolate #D56016
Tints of Chocolate #D56016
RGB
CMYK
RGB Variations
Color information
#D56016 (or 0xD56016) is known color: Chocolate. HEX triplet: D5, 60 and 16. RGB value is (213,96,22). Sum of RGB (Red+Green+Blue) = 213+96+22=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56016 is #2A9FE9. Grayscale: #7A7A7A. Windows color (decimal): -2793450 or 1466581. OLE color: 1466581.
HSL color Cylindrical-coordinate representation of color #D56016: hue angle of 23.25º 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 #D56016 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 22 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.16 |
| HSL | 23.25º | 0.81% | 0.46% | - |
| HSV(B) | 23.25º | 0.9% | 0.84% | - |
| XYZ | 31.77 | 22.57 | 3.44 | - |
| YUV | 122.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 22 | 0 | 0.55 | 0.90 | 0.16 | 23.25 | 0.81 | 0.46 |
| Hex | D5 | 60 | 16 | 0 | 37 | 5A | 10 | 17 | 51 | 2E |
| Octal | 325 | 140 | 26 | 0 | 67 | 132 | 20 | 27 | 121 | 56 |
| Binary | 11010101 | 1100000 | 10110 | 0 | 110111 | 1011010 | 10000 | 10111 | 1010001 | 101110 |
Color Harmonies of #D56016
Complementary color
Monochromatic Colors of #D56016
Black with #D56016
Text Example
Text Example
White with #D56016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56016; }
p { color: rgb(213,96,22); }
H1.HeaderClassName
{
color: #D56016;
}
.AnyTagClassName
{
color: #D56016;
}
</style>
background-color css
<style>
a { background-color: #D56016; }
a { background-color: rgb(213,96,22); }
div.DivClassName
{
background-color: #D56016;
}
.BgClassName
{
background-color: #D56016;
}
</style>
border-color css
<style>
span { border-color: #D56016; }
span { border-color: rgb(213,96,22); }
td.TdClassName
{
border-color: #D56016;
}
.TagClassName
{
border-color: #D56016;
}
</style>