Shades of Chocolate #DA5620
Tints of Chocolate #DA5620
RGB
CMYK
RGB Variations
Color information
#DA5620 (or 0xDA5620) is known color: Chocolate. HEX triplet: DA, 56 and 20. RGB value is (218,86,32). Sum of RGB (Red+Green+Blue) = 218+86+32=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5620 is #25A9DF. Grayscale: #777777. Windows color (decimal): -2468320 or 2119386. OLE color: 2119386.
HSL color Cylindrical-coordinate representation of color #DA5620: hue angle of 17.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA5620 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 32 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.15 |
| HSL | 17.42º | 0.74% | 0.49% | - |
| HSV(B) | 17.42º | 0.85% | 0.85% | - |
| XYZ | 32.5 | 21.67 | 3.84 | - |
| YUV | 119.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 32 | 0 | 0.61 | 0.85 | 0.15 | 17.42 | 0.74 | 0.49 |
| Hex | DA | 56 | 20 | 0 | 3D | 55 | F | 11 | 4A | 31 |
| Octal | 332 | 126 | 40 | 0 | 75 | 125 | 17 | 21 | 112 | 61 |
| Binary | 11011010 | 1010110 | 100000 | 0 | 111101 | 1010101 | 1111 | 10001 | 1001010 | 110001 |
Color Harmonies of #DA5620
Complementary color
Monochromatic Colors of #DA5620
Black with #DA5620
Text Example
Text Example
White with #DA5620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5620; }
p { color: rgb(218,86,32); }
H1.HeaderClassName
{
color: #DA5620;
}
.AnyTagClassName
{
color: #DA5620;
}
</style>
background-color css
<style>
a { background-color: #DA5620; }
a { background-color: rgb(218,86,32); }
div.DivClassName
{
background-color: #DA5620;
}
.BgClassName
{
background-color: #DA5620;
}
</style>
border-color css
<style>
span { border-color: #DA5620; }
span { border-color: rgb(218,86,32); }
td.TdClassName
{
border-color: #DA5620;
}
.TagClassName
{
border-color: #DA5620;
}
</style>