Shades of Chocolate #D56E16
Tints of Chocolate #D56E16
RGB
CMYK
RGB Variations
Color information
#D56E16 (or 0xD56E16) is known color: Chocolate. HEX triplet: D5, 6E and 16. RGB value is (213,110,22). Sum of RGB (Red+Green+Blue) = 213+110+22=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E16 is #2A91E9. Grayscale: #838383. Windows color (decimal): -2789866 or 1470165. OLE color: 1470165.
HSL color Cylindrical-coordinate representation of color #D56E16: hue angle of 27.64º 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 #D56E16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.16 |
| HSL | 27.64º | 0.81% | 0.46% | - |
| HSV(B) | 27.64º | 0.9% | 0.84% | - |
| XYZ | 33.16 | 25.36 | 3.91 | - |
| YUV | 130.77 | 66.62 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 22 | 0 | 0.48 | 0.90 | 0.16 | 27.64 | 0.81 | 0.46 |
| Hex | D5 | 6E | 16 | 0 | 30 | 5A | 10 | 1C | 51 | 2E |
| Octal | 325 | 156 | 26 | 0 | 60 | 132 | 20 | 34 | 121 | 56 |
| Binary | 11010101 | 1101110 | 10110 | 0 | 110000 | 1011010 | 10000 | 11100 | 1010001 | 101110 |
Color Harmonies of #D56E16
Complementary color
Monochromatic Colors of #D56E16
Black with #D56E16
Text Example
Text Example
White with #D56E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E16; }
p { color: rgb(213,110,22); }
H1.HeaderClassName
{
color: #D56E16;
}
.AnyTagClassName
{
color: #D56E16;
}
</style>
background-color css
<style>
a { background-color: #D56E16; }
a { background-color: rgb(213,110,22); }
div.DivClassName
{
background-color: #D56E16;
}
.BgClassName
{
background-color: #D56E16;
}
</style>
border-color css
<style>
span { border-color: #D56E16; }
span { border-color: rgb(213,110,22); }
td.TdClassName
{
border-color: #D56E16;
}
.TagClassName
{
border-color: #D56E16;
}
</style>