Shades of Chocolate #DA5912
Tints of Chocolate #DA5912
RGB
CMYK
RGB Variations
Color information
#DA5912 (or 0xDA5912) is known color: Chocolate. HEX triplet: DA, 59 and 12. RGB value is (218,89,18). Sum of RGB (Red+Green+Blue) = 218+89+18=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5912 is #25A6ED. Grayscale: #777777. Windows color (decimal): -2467566 or 1202650. OLE color: 1202650.
HSL color Cylindrical-coordinate representation of color #DA5912: hue angle of 21.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5912 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.15 |
| HSL | 21.3º | 0.85% | 0.46% | - |
| HSV(B) | 21.3º | 0.92% | 0.85% | - |
| XYZ | 32.6 | 22.09 | 3.12 | - |
| YUV | 119.48 | 70.74 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 18 | 0 | 0.59 | 0.92 | 0.15 | 21.3 | 0.85 | 0.46 |
| Hex | DA | 59 | 12 | 0 | 3B | 5C | F | 15 | 55 | 2E |
| Octal | 332 | 131 | 22 | 0 | 73 | 134 | 17 | 25 | 125 | 56 |
| Binary | 11011010 | 1011001 | 10010 | 0 | 111011 | 1011100 | 1111 | 10101 | 1010101 | 101110 |
Color Harmonies of #DA5912
Complementary color
Monochromatic Colors of #DA5912
Black with #DA5912
Text Example
Text Example
White with #DA5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5912; }
p { color: rgb(218,89,18); }
H1.HeaderClassName
{
color: #DA5912;
}
.AnyTagClassName
{
color: #DA5912;
}
</style>
background-color css
<style>
a { background-color: #DA5912; }
a { background-color: rgb(218,89,18); }
div.DivClassName
{
background-color: #DA5912;
}
.BgClassName
{
background-color: #DA5912;
}
</style>
border-color css
<style>
span { border-color: #DA5912; }
span { border-color: rgb(218,89,18); }
td.TdClassName
{
border-color: #DA5912;
}
.TagClassName
{
border-color: #DA5912;
}
</style>