Shades of Chocolate #DA5518
Tints of Chocolate #DA5518
RGB
CMYK
RGB Variations
Color information
#DA5518 (or 0xDA5518) is known color: Chocolate. HEX triplet: DA, 55 and 18. RGB value is (218,85,24). Sum of RGB (Red+Green+Blue) = 218+85+24=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5518 is #25AAE7. Grayscale: #767676. Windows color (decimal): -2468584 or 1594842. OLE color: 1594842.
HSL color Cylindrical-coordinate representation of color #DA5518: hue angle of 18.87º 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 #DA5518 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 24 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.15 |
| HSL | 18.87º | 0.8% | 0.47% | - |
| HSV(B) | 18.87º | 0.89% | 0.85% | - |
| XYZ | 32.33 | 21.47 | 3.3 | - |
| YUV | 117.81 | 75.06 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 24 | 0 | 0.61 | 0.89 | 0.15 | 18.87 | 0.8 | 0.47 |
| Hex | DA | 55 | 18 | 0 | 3D | 59 | F | 13 | 50 | 2F |
| Octal | 332 | 125 | 30 | 0 | 75 | 131 | 17 | 23 | 120 | 57 |
| Binary | 11011010 | 1010101 | 11000 | 0 | 111101 | 1011001 | 1111 | 10011 | 1010000 | 101111 |
Color Harmonies of #DA5518
Complementary color
Monochromatic Colors of #DA5518
Black with #DA5518
Text Example
Text Example
White with #DA5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5518; }
p { color: rgb(218,85,24); }
H1.HeaderClassName
{
color: #DA5518;
}
.AnyTagClassName
{
color: #DA5518;
}
</style>
background-color css
<style>
a { background-color: #DA5518; }
a { background-color: rgb(218,85,24); }
div.DivClassName
{
background-color: #DA5518;
}
.BgClassName
{
background-color: #DA5518;
}
</style>
border-color css
<style>
span { border-color: #DA5518; }
span { border-color: rgb(218,85,24); }
td.TdClassName
{
border-color: #DA5518;
}
.TagClassName
{
border-color: #DA5518;
}
</style>