Shades of Chocolate #DA5C16
Tints of Chocolate #DA5C16
RGB
CMYK
RGB Variations
Color information
#DA5C16 (or 0xDA5C16) is known color: Chocolate. HEX triplet: DA, 5C and 16. RGB value is (218,92,22). Sum of RGB (Red+Green+Blue) = 218+92+22=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5C16 is #25A3E9. Grayscale: #7A7A7A. Windows color (decimal): -2466794 or 1465562. OLE color: 1465562.
HSL color Cylindrical-coordinate representation of color #DA5C16: hue angle of 21.43º 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 #DA5C16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.15 |
| HSL | 21.43º | 0.82% | 0.47% | - |
| HSV(B) | 21.43º | 0.9% | 0.85% | - |
| XYZ | 32.89 | 22.62 | 3.39 | - |
| YUV | 121.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 22 | 0 | 0.58 | 0.90 | 0.15 | 21.43 | 0.82 | 0.47 |
| Hex | DA | 5C | 16 | 0 | 3A | 5A | F | 15 | 52 | 2F |
| Octal | 332 | 134 | 26 | 0 | 72 | 132 | 17 | 25 | 122 | 57 |
| Binary | 11011010 | 1011100 | 10110 | 0 | 111010 | 1011010 | 1111 | 10101 | 1010010 | 101111 |
Color Harmonies of #DA5C16
Complementary color
Monochromatic Colors of #DA5C16
Black with #DA5C16
Text Example
Text Example
White with #DA5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C16; }
p { color: rgb(218,92,22); }
H1.HeaderClassName
{
color: #DA5C16;
}
.AnyTagClassName
{
color: #DA5C16;
}
</style>
background-color css
<style>
a { background-color: #DA5C16; }
a { background-color: rgb(218,92,22); }
div.DivClassName
{
background-color: #DA5C16;
}
.BgClassName
{
background-color: #DA5C16;
}
</style>
border-color css
<style>
span { border-color: #DA5C16; }
span { border-color: rgb(218,92,22); }
td.TdClassName
{
border-color: #DA5C16;
}
.TagClassName
{
border-color: #DA5C16;
}
</style>