Shades of Chocolate #DA5E18
Tints of Chocolate #DA5E18
RGB
CMYK
RGB Variations
Color information
#DA5E18 (or 0xDA5E18) is known color: Chocolate. HEX triplet: DA, 5E and 18. RGB value is (218,94,24). Sum of RGB (Red+Green+Blue) = 218+94+24=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E18 is #25A1E7. Grayscale: #7B7B7B. Windows color (decimal): -2466280 or 1597146. OLE color: 1597146.
HSL color Cylindrical-coordinate representation of color #DA5E18: hue angle of 21.65º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA5E18 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.15 |
| HSL | 21.65º | 0.8% | 0.47% | - |
| HSV(B) | 21.65º | 0.89% | 0.85% | - |
| XYZ | 33.08 | 22.98 | 3.56 | - |
| YUV | 123.1 | 72.08 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 24 | 0 | 0.57 | 0.89 | 0.15 | 21.65 | 0.8 | 0.47 |
| Hex | DA | 5E | 18 | 0 | 39 | 59 | F | 16 | 50 | 2F |
| Octal | 332 | 136 | 30 | 0 | 71 | 131 | 17 | 26 | 120 | 57 |
| Binary | 11011010 | 1011110 | 11000 | 0 | 111001 | 1011001 | 1111 | 10110 | 1010000 | 101111 |
Color Harmonies of #DA5E18
Complementary color
Monochromatic Colors of #DA5E18
Black with #DA5E18
Text Example
Text Example
White with #DA5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E18; }
p { color: rgb(218,94,24); }
H1.HeaderClassName
{
color: #DA5E18;
}
.AnyTagClassName
{
color: #DA5E18;
}
</style>
background-color css
<style>
a { background-color: #DA5E18; }
a { background-color: rgb(218,94,24); }
div.DivClassName
{
background-color: #DA5E18;
}
.BgClassName
{
background-color: #DA5E18;
}
</style>
border-color css
<style>
span { border-color: #DA5E18; }
span { border-color: rgb(218,94,24); }
td.TdClassName
{
border-color: #DA5E18;
}
.TagClassName
{
border-color: #DA5E18;
}
</style>