Shades of Chocolate #D56C1E
Tints of Chocolate #D56C1E
RGB
CMYK
RGB Variations
Color information
#D56C1E (or 0xD56C1E) is known color: Chocolate. HEX triplet: D5, 6C and 1E. RGB value is (213,108,30). Sum of RGB (Red+Green+Blue) = 213+108+30=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C1E is #2A93E1. Grayscale: #828282. Windows color (decimal): -2790370 or 1993941. OLE color: 1993941.
HSL color Cylindrical-coordinate representation of color #D56C1E: hue angle of 25.57º 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 #D56C1E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.16 |
| HSL | 25.57º | 0.75% | 0.48% | - |
| HSV(B) | 25.57º | 0.86% | 0.84% | - |
| XYZ | 33.04 | 24.97 | 4.31 | - |
| YUV | 130.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 30 | 0 | 0.49 | 0.86 | 0.16 | 25.57 | 0.75 | 0.48 |
| Hex | D5 | 6C | 1E | 0 | 31 | 56 | 10 | 1A | 4B | 30 |
| Octal | 325 | 154 | 36 | 0 | 61 | 126 | 20 | 32 | 113 | 60 |
| Binary | 11010101 | 1101100 | 11110 | 0 | 110001 | 1010110 | 10000 | 11010 | 1001011 | 110000 |
Color Harmonies of #D56C1E
Complementary color
Monochromatic Colors of #D56C1E
Black with #D56C1E
Text Example
Text Example
White with #D56C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C1E; }
p { color: rgb(213,108,30); }
H1.HeaderClassName
{
color: #D56C1E;
}
.AnyTagClassName
{
color: #D56C1E;
}
</style>
background-color css
<style>
a { background-color: #D56C1E; }
a { background-color: rgb(213,108,30); }
div.DivClassName
{
background-color: #D56C1E;
}
.BgClassName
{
background-color: #D56C1E;
}
</style>
border-color css
<style>
span { border-color: #D56C1E; }
span { border-color: rgb(213,108,30); }
td.TdClassName
{
border-color: #D56C1E;
}
.TagClassName
{
border-color: #D56C1E;
}
</style>