Shades of Chocolate #DA5119
Tints of Chocolate #DA5119
RGB
CMYK
RGB Variations
Color information
#DA5119 (or 0xDA5119) is known color: Chocolate. HEX triplet: DA, 51 and 19. RGB value is (218,81,25). Sum of RGB (Red+Green+Blue) = 218+81+25=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5119 is #25AEE6. Grayscale: #737373. Windows color (decimal): -2469607 or 1659354. OLE color: 1659354.
HSL color Cylindrical-coordinate representation of color #DA5119: hue angle of 17.41º 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 #DA5119 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.15 |
| HSL | 17.41º | 0.79% | 0.48% | - |
| HSV(B) | 17.41º | 0.89% | 0.85% | - |
| XYZ | 32.03 | 20.86 | 3.26 | - |
| YUV | 115.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 25 | 0 | 0.63 | 0.89 | 0.15 | 17.41 | 0.79 | 0.48 |
| Hex | DA | 51 | 19 | 0 | 3F | 59 | F | 11 | 4F | 30 |
| Octal | 332 | 121 | 31 | 0 | 77 | 131 | 17 | 21 | 117 | 60 |
| Binary | 11011010 | 1010001 | 11001 | 0 | 111111 | 1011001 | 1111 | 10001 | 1001111 | 110000 |
Color Harmonies of #DA5119
Complementary color
Monochromatic Colors of #DA5119
Black with #DA5119
Text Example
Text Example
White with #DA5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5119; }
p { color: rgb(218,81,25); }
H1.HeaderClassName
{
color: #DA5119;
}
.AnyTagClassName
{
color: #DA5119;
}
</style>
background-color css
<style>
a { background-color: #DA5119; }
a { background-color: rgb(218,81,25); }
div.DivClassName
{
background-color: #DA5119;
}
.BgClassName
{
background-color: #DA5119;
}
</style>
border-color css
<style>
span { border-color: #DA5119; }
span { border-color: rgb(218,81,25); }
td.TdClassName
{
border-color: #DA5119;
}
.TagClassName
{
border-color: #DA5119;
}
</style>