Shades of Chocolate #D56C1C
Tints of Chocolate #D56C1C
RGB
CMYK
RGB Variations
Color information
#D56C1C (or 0xD56C1C) is known color: Chocolate. HEX triplet: D5, 6C and 1C. RGB value is (213,108,28). Sum of RGB (Red+Green+Blue) = 213+108+28=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C1C is #2A93E3. Grayscale: #828282. Windows color (decimal): -2790372 or 1862869. OLE color: 1862869.
HSL color Cylindrical-coordinate representation of color #D56C1C: hue angle of 25.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D56C1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.16 |
| HSL | 25.95º | 0.77% | 0.47% | - |
| HSV(B) | 25.95º | 0.87% | 0.84% | - |
| XYZ | 33.01 | 24.96 | 4.18 | - |
| YUV | 130.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 28 | 0 | 0.49 | 0.87 | 0.16 | 25.95 | 0.77 | 0.47 |
| Hex | D5 | 6C | 1C | 0 | 31 | 57 | 10 | 1A | 4D | 2F |
| Octal | 325 | 154 | 34 | 0 | 61 | 127 | 20 | 32 | 115 | 57 |
| Binary | 11010101 | 1101100 | 11100 | 0 | 110001 | 1010111 | 10000 | 11010 | 1001101 | 101111 |
Color Harmonies of #D56C1C
Complementary color
Monochromatic Colors of #D56C1C
Black with #D56C1C
Text Example
Text Example
White with #D56C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C1C; }
p { color: rgb(213,108,28); }
H1.HeaderClassName
{
color: #D56C1C;
}
.AnyTagClassName
{
color: #D56C1C;
}
</style>
background-color css
<style>
a { background-color: #D56C1C; }
a { background-color: rgb(213,108,28); }
div.DivClassName
{
background-color: #D56C1C;
}
.BgClassName
{
background-color: #D56C1C;
}
</style>
border-color css
<style>
span { border-color: #D56C1C; }
span { border-color: rgb(213,108,28); }
td.TdClassName
{
border-color: #D56C1C;
}
.TagClassName
{
border-color: #D56C1C;
}
</style>