Shades of Chocolate #D56D1D
Tints of Chocolate #D56D1D
RGB
CMYK
RGB Variations
Color information
#D56D1D (or 0xD56D1D) is known color: Chocolate. HEX triplet: D5, 6D and 1D. RGB value is (213,109,29). Sum of RGB (Red+Green+Blue) = 213+109+29=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D1D is #2A92E2. Grayscale: #838383. Windows color (decimal): -2790115 or 1928661. OLE color: 1928661.
HSL color Cylindrical-coordinate representation of color #D56D1D: hue angle of 26.09º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D56D1D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.16 |
| HSL | 26.09º | 0.76% | 0.47% | - |
| HSV(B) | 26.09º | 0.86% | 0.84% | - |
| XYZ | 33.13 | 25.17 | 4.27 | - |
| YUV | 130.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 29 | 0 | 0.49 | 0.86 | 0.16 | 26.09 | 0.76 | 0.47 |
| Hex | D5 | 6D | 1D | 0 | 31 | 56 | 10 | 1A | 4C | 2F |
| Octal | 325 | 155 | 35 | 0 | 61 | 126 | 20 | 32 | 114 | 57 |
| Binary | 11010101 | 1101101 | 11101 | 0 | 110001 | 1010110 | 10000 | 11010 | 1001100 | 101111 |
Color Harmonies of #D56D1D
Complementary color
Monochromatic Colors of #D56D1D
Black with #D56D1D
Text Example
Text Example
White with #D56D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D1D; }
p { color: rgb(213,109,29); }
H1.HeaderClassName
{
color: #D56D1D;
}
.AnyTagClassName
{
color: #D56D1D;
}
</style>
background-color css
<style>
a { background-color: #D56D1D; }
a { background-color: rgb(213,109,29); }
div.DivClassName
{
background-color: #D56D1D;
}
.BgClassName
{
background-color: #D56D1D;
}
</style>
border-color css
<style>
span { border-color: #D56D1D; }
span { border-color: rgb(213,109,29); }
td.TdClassName
{
border-color: #D56D1D;
}
.TagClassName
{
border-color: #D56D1D;
}
</style>