Shades of Chocolate #DA5915
Tints of Chocolate #DA5915
RGB
CMYK
RGB Variations
Color information
#DA5915 (or 0xDA5915) is known color: Chocolate. HEX triplet: DA, 59 and 15. RGB value is (218,89,21). Sum of RGB (Red+Green+Blue) = 218+89+21=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5915 is #25A6EA. Grayscale: #787878. Windows color (decimal): -2467563 or 1399258. OLE color: 1399258.
HSL color Cylindrical-coordinate representation of color #DA5915: hue angle of 20.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA5915 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.15 |
| HSL | 20.71º | 0.82% | 0.47% | - |
| HSV(B) | 20.71º | 0.9% | 0.85% | - |
| XYZ | 32.62 | 22.1 | 3.26 | - |
| YUV | 119.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 21 | 0 | 0.59 | 0.90 | 0.15 | 20.71 | 0.82 | 0.47 |
| Hex | DA | 59 | 15 | 0 | 3B | 5A | F | 15 | 52 | 2F |
| Octal | 332 | 131 | 25 | 0 | 73 | 132 | 17 | 25 | 122 | 57 |
| Binary | 11011010 | 1011001 | 10101 | 0 | 111011 | 1011010 | 1111 | 10101 | 1010010 | 101111 |
Color Harmonies of #DA5915
Complementary color
Monochromatic Colors of #DA5915
Black with #DA5915
Text Example
Text Example
White with #DA5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5915; }
p { color: rgb(218,89,21); }
H1.HeaderClassName
{
color: #DA5915;
}
.AnyTagClassName
{
color: #DA5915;
}
</style>
background-color css
<style>
a { background-color: #DA5915; }
a { background-color: rgb(218,89,21); }
div.DivClassName
{
background-color: #DA5915;
}
.BgClassName
{
background-color: #DA5915;
}
</style>
border-color css
<style>
span { border-color: #DA5915; }
span { border-color: rgb(218,89,21); }
td.TdClassName
{
border-color: #DA5915;
}
.TagClassName
{
border-color: #DA5915;
}
</style>