Shades of Chocolate #DA5819
Tints of Chocolate #DA5819
RGB
CMYK
RGB Variations
Color information
#DA5819 (or 0xDA5819) is known color: Chocolate. HEX triplet: DA, 58 and 19. RGB value is (218,88,25). Sum of RGB (Red+Green+Blue) = 218+88+25=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5819 is #25A7E6. Grayscale: #787878. Windows color (decimal): -2467815 or 1661146. OLE color: 1661146.
HSL color Cylindrical-coordinate representation of color #DA5819: hue angle of 19.59º 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 #DA5819 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 25 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.15 |
| HSL | 19.59º | 0.79% | 0.48% | - |
| HSV(B) | 19.59º | 0.89% | 0.85% | - |
| XYZ | 32.58 | 21.96 | 3.44 | - |
| YUV | 119.69 | 74.57 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 25 | 0 | 0.60 | 0.89 | 0.15 | 19.59 | 0.79 | 0.48 |
| Hex | DA | 58 | 19 | 0 | 3C | 59 | F | 14 | 4F | 30 |
| Octal | 332 | 130 | 31 | 0 | 74 | 131 | 17 | 24 | 117 | 60 |
| Binary | 11011010 | 1011000 | 11001 | 0 | 111100 | 1011001 | 1111 | 10100 | 1001111 | 110000 |
Color Harmonies of #DA5819
Complementary color
Monochromatic Colors of #DA5819
Black with #DA5819
Text Example
Text Example
White with #DA5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5819; }
p { color: rgb(218,88,25); }
H1.HeaderClassName
{
color: #DA5819;
}
.AnyTagClassName
{
color: #DA5819;
}
</style>
background-color css
<style>
a { background-color: #DA5819; }
a { background-color: rgb(218,88,25); }
div.DivClassName
{
background-color: #DA5819;
}
.BgClassName
{
background-color: #DA5819;
}
</style>
border-color css
<style>
span { border-color: #DA5819; }
span { border-color: rgb(218,88,25); }
td.TdClassName
{
border-color: #DA5819;
}
.TagClassName
{
border-color: #DA5819;
}
</style>