Shades of Chocolate #DA5E10
Tints of Chocolate #DA5E10
RGB
CMYK
RGB Variations
Color information
#DA5E10 (or 0xDA5E10) is known color: Chocolate. HEX triplet: DA, 5E and 10. RGB value is (218,94,16). Sum of RGB (Red+Green+Blue) = 218+94+16=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E10 is #25A1EF. Grayscale: #7A7A7A. Windows color (decimal): -2466288 or 1072858. OLE color: 1072858.
HSL color Cylindrical-coordinate representation of color #DA5E10: hue angle of 23.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA5E10 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.15 |
| HSL | 23.17º | 0.86% | 0.46% | - |
| HSV(B) | 23.17º | 0.93% | 0.85% | - |
| XYZ | 33.01 | 22.95 | 3.18 | - |
| YUV | 122.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 16 | 0 | 0.57 | 0.93 | 0.15 | 23.17 | 0.86 | 0.46 |
| Hex | DA | 5E | 10 | 0 | 39 | 5D | F | 17 | 56 | 2E |
| Octal | 332 | 136 | 20 | 0 | 71 | 135 | 17 | 27 | 126 | 56 |
| Binary | 11011010 | 1011110 | 10000 | 0 | 111001 | 1011101 | 1111 | 10111 | 1010110 | 101110 |
Color Harmonies of #DA5E10
Complementary color
Monochromatic Colors of #DA5E10
Black with #DA5E10
Text Example
Text Example
White with #DA5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E10; }
p { color: rgb(218,94,16); }
H1.HeaderClassName
{
color: #DA5E10;
}
.AnyTagClassName
{
color: #DA5E10;
}
</style>
background-color css
<style>
a { background-color: #DA5E10; }
a { background-color: rgb(218,94,16); }
div.DivClassName
{
background-color: #DA5E10;
}
.BgClassName
{
background-color: #DA5E10;
}
</style>
border-color css
<style>
span { border-color: #DA5E10; }
span { border-color: rgb(218,94,16); }
td.TdClassName
{
border-color: #DA5E10;
}
.TagClassName
{
border-color: #DA5E10;
}
</style>