Shades of Chocolate #D56D1E
Tints of Chocolate #D56D1E
RGB
CMYK
RGB Variations
Color information
#D56D1E (or 0xD56D1E) is known color: Chocolate. HEX triplet: D5, 6D and 1E. RGB value is (213,109,30). Sum of RGB (Red+Green+Blue) = 213+109+30=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D1E is #2A92E1. Grayscale: #838383. Windows color (decimal): -2790114 or 1994197. OLE color: 1994197.
HSL color Cylindrical-coordinate representation of color #D56D1E: hue angle of 25.9º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D56D1E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.16 |
| HSL | 25.9º | 0.75% | 0.48% | - |
| HSV(B) | 25.9º | 0.86% | 0.84% | - |
| XYZ | 33.14 | 25.18 | 4.34 | - |
| YUV | 131.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 30 | 0 | 0.49 | 0.86 | 0.16 | 25.9 | 0.75 | 0.48 |
| Hex | D5 | 6D | 1E | 0 | 31 | 56 | 10 | 1A | 4B | 30 |
| Octal | 325 | 155 | 36 | 0 | 61 | 126 | 20 | 32 | 113 | 60 |
| Binary | 11010101 | 1101101 | 11110 | 0 | 110001 | 1010110 | 10000 | 11010 | 1001011 | 110000 |
Color Harmonies of #D56D1E
Complementary color
Monochromatic Colors of #D56D1E
Black with #D56D1E
Text Example
Text Example
White with #D56D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D1E; }
p { color: rgb(213,109,30); }
H1.HeaderClassName
{
color: #D56D1E;
}
.AnyTagClassName
{
color: #D56D1E;
}
</style>
background-color css
<style>
a { background-color: #D56D1E; }
a { background-color: rgb(213,109,30); }
div.DivClassName
{
background-color: #D56D1E;
}
.BgClassName
{
background-color: #D56D1E;
}
</style>
border-color css
<style>
span { border-color: #D56D1E; }
span { border-color: rgb(213,109,30); }
td.TdClassName
{
border-color: #D56D1E;
}
.TagClassName
{
border-color: #D56D1E;
}
</style>