Shades of Chocolate #DA5916
Tints of Chocolate #DA5916
RGB
CMYK
RGB Variations
Color information
#DA5916 (or 0xDA5916) is known color: Chocolate. HEX triplet: DA, 59 and 16. RGB value is (218,89,22). Sum of RGB (Red+Green+Blue) = 218+89+22=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5916 is #25A6E9. Grayscale: #787878. Windows color (decimal): -2467562 or 1464794. OLE color: 1464794.
HSL color Cylindrical-coordinate representation of color #DA5916: hue angle of 20.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA5916 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.15 |
| HSL | 20.51º | 0.82% | 0.47% | - |
| HSV(B) | 20.51º | 0.9% | 0.85% | - |
| XYZ | 32.63 | 22.11 | 3.31 | - |
| YUV | 119.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 22 | 0 | 0.59 | 0.90 | 0.15 | 20.51 | 0.82 | 0.47 |
| Hex | DA | 59 | 16 | 0 | 3B | 5A | F | 15 | 52 | 2F |
| Octal | 332 | 131 | 26 | 0 | 73 | 132 | 17 | 25 | 122 | 57 |
| Binary | 11011010 | 1011001 | 10110 | 0 | 111011 | 1011010 | 1111 | 10101 | 1010010 | 101111 |
Color Harmonies of #DA5916
Complementary color
Monochromatic Colors of #DA5916
Black with #DA5916
Text Example
Text Example
White with #DA5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5916; }
p { color: rgb(218,89,22); }
H1.HeaderClassName
{
color: #DA5916;
}
.AnyTagClassName
{
color: #DA5916;
}
</style>
background-color css
<style>
a { background-color: #DA5916; }
a { background-color: rgb(218,89,22); }
div.DivClassName
{
background-color: #DA5916;
}
.BgClassName
{
background-color: #DA5916;
}
</style>
border-color css
<style>
span { border-color: #DA5916; }
span { border-color: rgb(218,89,22); }
td.TdClassName
{
border-color: #DA5916;
}
.TagClassName
{
border-color: #DA5916;
}
</style>