Shades of Chocolate #D56C0E
Tints of Chocolate #D56C0E
RGB
CMYK
RGB Variations
Color information
#D56C0E (or 0xD56C0E) is known color: Chocolate. HEX triplet: D5, 6C and 0E. RGB value is (213,108,14). Sum of RGB (Red+Green+Blue) = 213+108+14=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C0E is #2A93F1. Grayscale: #818181. Windows color (decimal): -2790386 or 945365. OLE color: 945365.
HSL color Cylindrical-coordinate representation of color #D56C0E: hue angle of 28.34º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D56C0E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 14 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.16 |
| HSL | 28.34º | 0.88% | 0.45% | - |
| HSV(B) | 28.34º | 0.93% | 0.84% | - |
| XYZ | 32.88 | 24.9 | 3.49 | - |
| YUV | 128.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 14 | 0 | 0.49 | 0.93 | 0.16 | 28.34 | 0.88 | 0.45 |
| Hex | D5 | 6C | E | 0 | 31 | 5D | 10 | 1C | 58 | 2D |
| Octal | 325 | 154 | 16 | 0 | 61 | 135 | 20 | 34 | 130 | 55 |
| Binary | 11010101 | 1101100 | 1110 | 0 | 110001 | 1011101 | 10000 | 11100 | 1011000 | 101101 |
Color Harmonies of #D56C0E
Complementary color
Monochromatic Colors of #D56C0E
Black with #D56C0E
Text Example
Text Example
White with #D56C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C0E; }
p { color: rgb(213,108,14); }
H1.HeaderClassName
{
color: #D56C0E;
}
.AnyTagClassName
{
color: #D56C0E;
}
</style>
background-color css
<style>
a { background-color: #D56C0E; }
a { background-color: rgb(213,108,14); }
div.DivClassName
{
background-color: #D56C0E;
}
.BgClassName
{
background-color: #D56C0E;
}
</style>
border-color css
<style>
span { border-color: #D56C0E; }
span { border-color: rgb(213,108,14); }
td.TdClassName
{
border-color: #D56C0E;
}
.TagClassName
{
border-color: #D56C0E;
}
</style>