Shades of Chocolate #D56F20
Tints of Chocolate #D56F20
RGB
CMYK
RGB Variations
Color information
#D56F20 (or 0xD56F20) is known color: Chocolate. HEX triplet: D5, 6F and 20. RGB value is (213,111,32). Sum of RGB (Red+Green+Blue) = 213+111+32=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F20 is #2A90DF. Grayscale: #848484. Windows color (decimal): -2789600 or 2125781. OLE color: 2125781.
HSL color Cylindrical-coordinate representation of color #D56F20: hue angle of 26.19º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D56F20 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.16 |
| HSL | 26.19º | 0.74% | 0.48% | - |
| HSV(B) | 26.19º | 0.85% | 0.84% | - |
| XYZ | 33.39 | 25.62 | 4.55 | - |
| YUV | 132.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 32 | 0 | 0.48 | 0.85 | 0.16 | 26.19 | 0.74 | 0.48 |
| Hex | D5 | 6F | 20 | 0 | 30 | 55 | 10 | 1A | 4A | 30 |
| Octal | 325 | 157 | 40 | 0 | 60 | 125 | 20 | 32 | 112 | 60 |
| Binary | 11010101 | 1101111 | 100000 | 0 | 110000 | 1010101 | 10000 | 11010 | 1001010 | 110000 |
Color Harmonies of #D56F20
Complementary color
Monochromatic Colors of #D56F20
Black with #D56F20
Text Example
Text Example
White with #D56F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F20; }
p { color: rgb(213,111,32); }
H1.HeaderClassName
{
color: #D56F20;
}
.AnyTagClassName
{
color: #D56F20;
}
</style>
background-color css
<style>
a { background-color: #D56F20; }
a { background-color: rgb(213,111,32); }
div.DivClassName
{
background-color: #D56F20;
}
.BgClassName
{
background-color: #D56F20;
}
</style>
border-color css
<style>
span { border-color: #D56F20; }
span { border-color: rgb(213,111,32); }
td.TdClassName
{
border-color: #D56F20;
}
.TagClassName
{
border-color: #D56F20;
}
</style>