Shades of Chocolate #DA5716
Tints of Chocolate #DA5716
RGB
CMYK
RGB Variations
Color information
#DA5716 (or 0xDA5716) is known color: Chocolate. HEX triplet: DA, 57 and 16. RGB value is (218,87,22). Sum of RGB (Red+Green+Blue) = 218+87+22=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5716 is #25A8E9. Grayscale: #777777. Windows color (decimal): -2468074 or 1464282. OLE color: 1464282.
HSL color Cylindrical-coordinate representation of color #DA5716: hue angle of 19.9º 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 #DA5716 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.15 |
| HSL | 19.9º | 0.82% | 0.47% | - |
| HSV(B) | 19.9º | 0.9% | 0.85% | - |
| XYZ | 32.47 | 21.78 | 3.25 | - |
| YUV | 118.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 22 | 0 | 0.60 | 0.90 | 0.15 | 19.9 | 0.82 | 0.47 |
| Hex | DA | 57 | 16 | 0 | 3C | 5A | F | 14 | 52 | 2F |
| Octal | 332 | 127 | 26 | 0 | 74 | 132 | 17 | 24 | 122 | 57 |
| Binary | 11011010 | 1010111 | 10110 | 0 | 111100 | 1011010 | 1111 | 10100 | 1010010 | 101111 |
Color Harmonies of #DA5716
Complementary color
Monochromatic Colors of #DA5716
Black with #DA5716
Text Example
Text Example
White with #DA5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5716; }
p { color: rgb(218,87,22); }
H1.HeaderClassName
{
color: #DA5716;
}
.AnyTagClassName
{
color: #DA5716;
}
</style>
background-color css
<style>
a { background-color: #DA5716; }
a { background-color: rgb(218,87,22); }
div.DivClassName
{
background-color: #DA5716;
}
.BgClassName
{
background-color: #DA5716;
}
</style>
border-color css
<style>
span { border-color: #DA5716; }
span { border-color: rgb(218,87,22); }
td.TdClassName
{
border-color: #DA5716;
}
.TagClassName
{
border-color: #DA5716;
}
</style>