Shades of Chocolate #D56C0D
Tints of Chocolate #D56C0D
RGB
CMYK
RGB Variations
Color information
#D56C0D (or 0xD56C0D) is known color: Chocolate. HEX triplet: D5, 6C and 0D. RGB value is (213,108,13). Sum of RGB (Red+Green+Blue) = 213+108+13=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C0D is #2A93F2. Grayscale: #818181. Windows color (decimal): -2790387 or 879829. OLE color: 879829.
HSL color Cylindrical-coordinate representation of color #D56C0D: hue angle of 28.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D56C0D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.16 |
| HSL | 28.5º | 0.88% | 0.44% | - |
| HSV(B) | 28.5º | 0.94% | 0.84% | - |
| XYZ | 32.88 | 24.9 | 3.45 | - |
| YUV | 128.57 | 62.79 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 13 | 0 | 0.49 | 0.94 | 0.16 | 28.5 | 0.88 | 0.44 |
| Hex | D5 | 6C | D | 0 | 31 | 5E | 10 | 1C | 58 | 2C |
| Octal | 325 | 154 | 15 | 0 | 61 | 136 | 20 | 34 | 130 | 54 |
| Binary | 11010101 | 1101100 | 1101 | 0 | 110001 | 1011110 | 10000 | 11100 | 1011000 | 101100 |
Color Harmonies of #D56C0D
Complementary color
Monochromatic Colors of #D56C0D
Black with #D56C0D
Text Example
Text Example
White with #D56C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C0D; }
p { color: rgb(213,108,13); }
H1.HeaderClassName
{
color: #D56C0D;
}
.AnyTagClassName
{
color: #D56C0D;
}
</style>
background-color css
<style>
a { background-color: #D56C0D; }
a { background-color: rgb(213,108,13); }
div.DivClassName
{
background-color: #D56C0D;
}
.BgClassName
{
background-color: #D56C0D;
}
</style>
border-color css
<style>
span { border-color: #D56C0D; }
span { border-color: rgb(213,108,13); }
td.TdClassName
{
border-color: #D56C0D;
}
.TagClassName
{
border-color: #D56C0D;
}
</style>