Shades of Chocolate #DA5D18
Tints of Chocolate #DA5D18
RGB
CMYK
RGB Variations
Color information
#DA5D18 (or 0xDA5D18) is known color: Chocolate. HEX triplet: DA, 5D and 18. RGB value is (218,93,24). Sum of RGB (Red+Green+Blue) = 218+93+24=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D18 is #25A2E7. Grayscale: #7A7A7A. Windows color (decimal): -2466536 or 1596890. OLE color: 1596890.
HSL color Cylindrical-coordinate representation of color #DA5D18: hue angle of 21.34º 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 #DA5D18 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.15 |
| HSL | 21.34º | 0.8% | 0.47% | - |
| HSV(B) | 21.34º | 0.89% | 0.85% | - |
| XYZ | 32.99 | 22.8 | 3.53 | - |
| YUV | 122.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 24 | 0 | 0.57 | 0.89 | 0.15 | 21.34 | 0.8 | 0.47 |
| Hex | DA | 5D | 18 | 0 | 39 | 59 | F | 15 | 50 | 2F |
| Octal | 332 | 135 | 30 | 0 | 71 | 131 | 17 | 25 | 120 | 57 |
| Binary | 11011010 | 1011101 | 11000 | 0 | 111001 | 1011001 | 1111 | 10101 | 1010000 | 101111 |
Color Harmonies of #DA5D18
Complementary color
Monochromatic Colors of #DA5D18
Black with #DA5D18
Text Example
Text Example
White with #DA5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D18; }
p { color: rgb(218,93,24); }
H1.HeaderClassName
{
color: #DA5D18;
}
.AnyTagClassName
{
color: #DA5D18;
}
</style>
background-color css
<style>
a { background-color: #DA5D18; }
a { background-color: rgb(218,93,24); }
div.DivClassName
{
background-color: #DA5D18;
}
.BgClassName
{
background-color: #DA5D18;
}
</style>
border-color css
<style>
span { border-color: #DA5D18; }
span { border-color: rgb(218,93,24); }
td.TdClassName
{
border-color: #DA5D18;
}
.TagClassName
{
border-color: #DA5D18;
}
</style>