Shades of Chocolate #DA5919
Tints of Chocolate #DA5919
RGB
CMYK
RGB Variations
Color information
#DA5919 (or 0xDA5919) is known color: Chocolate. HEX triplet: DA, 59 and 19. RGB value is (218,89,25). Sum of RGB (Red+Green+Blue) = 218+89+25=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5919 is #25A6E6. Grayscale: #787878. Windows color (decimal): -2467559 or 1661402. OLE color: 1661402.
HSL color Cylindrical-coordinate representation of color #DA5919: hue angle of 19.9º 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 #DA5919 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.15 |
| HSL | 19.9º | 0.79% | 0.48% | - |
| HSV(B) | 19.9º | 0.89% | 0.85% | - |
| XYZ | 32.66 | 22.12 | 3.47 | - |
| YUV | 120.28 | 74.24 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 25 | 0 | 0.59 | 0.89 | 0.15 | 19.9 | 0.79 | 0.48 |
| Hex | DA | 59 | 19 | 0 | 3B | 59 | F | 14 | 4F | 30 |
| Octal | 332 | 131 | 31 | 0 | 73 | 131 | 17 | 24 | 117 | 60 |
| Binary | 11011010 | 1011001 | 11001 | 0 | 111011 | 1011001 | 1111 | 10100 | 1001111 | 110000 |
Color Harmonies of #DA5919
Complementary color
Monochromatic Colors of #DA5919
Black with #DA5919
Text Example
Text Example
White with #DA5919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5919; }
p { color: rgb(218,89,25); }
H1.HeaderClassName
{
color: #DA5919;
}
.AnyTagClassName
{
color: #DA5919;
}
</style>
background-color css
<style>
a { background-color: #DA5919; }
a { background-color: rgb(218,89,25); }
div.DivClassName
{
background-color: #DA5919;
}
.BgClassName
{
background-color: #DA5919;
}
</style>
border-color css
<style>
span { border-color: #DA5919; }
span { border-color: rgb(218,89,25); }
td.TdClassName
{
border-color: #DA5919;
}
.TagClassName
{
border-color: #DA5919;
}
</style>