Shades of Chocolate #DA5E16
Tints of Chocolate #DA5E16
RGB
CMYK
RGB Variations
Color information
#DA5E16 (or 0xDA5E16) is known color: Chocolate. HEX triplet: DA, 5E and 16. RGB value is (218,94,22). Sum of RGB (Red+Green+Blue) = 218+94+22=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E16 is #25A1E9. Grayscale: #7B7B7B. Windows color (decimal): -2466282 or 1466074. OLE color: 1466074.
HSL color Cylindrical-coordinate representation of color #DA5E16: hue angle of 22.04º 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 #DA5E16 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 22 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.15 |
| HSL | 22.04º | 0.82% | 0.47% | - |
| HSV(B) | 22.04º | 0.9% | 0.85% | - |
| XYZ | 33.06 | 22.97 | 3.45 | - |
| YUV | 122.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 22 | 0 | 0.57 | 0.90 | 0.15 | 22.04 | 0.82 | 0.47 |
| Hex | DA | 5E | 16 | 0 | 39 | 5A | F | 16 | 52 | 2F |
| Octal | 332 | 136 | 26 | 0 | 71 | 132 | 17 | 26 | 122 | 57 |
| Binary | 11011010 | 1011110 | 10110 | 0 | 111001 | 1011010 | 1111 | 10110 | 1010010 | 101111 |
Color Harmonies of #DA5E16
Complementary color
Monochromatic Colors of #DA5E16
Black with #DA5E16
Text Example
Text Example
White with #DA5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E16; }
p { color: rgb(218,94,22); }
H1.HeaderClassName
{
color: #DA5E16;
}
.AnyTagClassName
{
color: #DA5E16;
}
</style>
background-color css
<style>
a { background-color: #DA5E16; }
a { background-color: rgb(218,94,22); }
div.DivClassName
{
background-color: #DA5E16;
}
.BgClassName
{
background-color: #DA5E16;
}
</style>
border-color css
<style>
span { border-color: #DA5E16; }
span { border-color: rgb(218,94,22); }
td.TdClassName
{
border-color: #DA5E16;
}
.TagClassName
{
border-color: #DA5E16;
}
</style>