Shades of Chocolate #DA5519
Tints of Chocolate #DA5519
RGB
CMYK
RGB Variations
Color information
#DA5519 (or 0xDA5519) is known color: Chocolate. HEX triplet: DA, 55 and 19. RGB value is (218,85,25). Sum of RGB (Red+Green+Blue) = 218+85+25=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5519 is #25AAE6. Grayscale: #767676. Windows color (decimal): -2468583 or 1660378. OLE color: 1660378.
HSL color Cylindrical-coordinate representation of color #DA5519: hue angle of 18.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA5519 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 25 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.15 |
| HSL | 18.65º | 0.79% | 0.48% | - |
| HSV(B) | 18.65º | 0.89% | 0.85% | - |
| XYZ | 32.34 | 21.47 | 3.36 | - |
| YUV | 117.93 | 75.56 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 25 | 0 | 0.61 | 0.89 | 0.15 | 18.65 | 0.79 | 0.48 |
| Hex | DA | 55 | 19 | 0 | 3D | 59 | F | 13 | 4F | 30 |
| Octal | 332 | 125 | 31 | 0 | 75 | 131 | 17 | 23 | 117 | 60 |
| Binary | 11011010 | 1010101 | 11001 | 0 | 111101 | 1011001 | 1111 | 10011 | 1001111 | 110000 |
Color Harmonies of #DA5519
Complementary color
Monochromatic Colors of #DA5519
Black with #DA5519
Text Example
Text Example
White with #DA5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5519; }
p { color: rgb(218,85,25); }
H1.HeaderClassName
{
color: #DA5519;
}
.AnyTagClassName
{
color: #DA5519;
}
</style>
background-color css
<style>
a { background-color: #DA5519; }
a { background-color: rgb(218,85,25); }
div.DivClassName
{
background-color: #DA5519;
}
.BgClassName
{
background-color: #DA5519;
}
</style>
border-color css
<style>
span { border-color: #DA5519; }
span { border-color: rgb(218,85,25); }
td.TdClassName
{
border-color: #DA5519;
}
.TagClassName
{
border-color: #DA5519;
}
</style>