Shades of Chocolate #DA5A13
Tints of Chocolate #DA5A13
RGB
CMYK
RGB Variations
Color information
#DA5A13 (or 0xDA5A13) is known color: Chocolate. HEX triplet: DA, 5A and 13. RGB value is (218,90,19). Sum of RGB (Red+Green+Blue) = 218+90+19=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A13 is #25A5EC. Grayscale: #787878. Windows color (decimal): -2467309 or 1268442. OLE color: 1268442.
HSL color Cylindrical-coordinate representation of color #DA5A13: hue angle of 21.41º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA5A13 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.15 |
| HSL | 21.41º | 0.84% | 0.46% | - |
| HSV(B) | 21.41º | 0.91% | 0.85% | - |
| XYZ | 32.69 | 22.26 | 3.19 | - |
| YUV | 120.18 | 70.91 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 19 | 0 | 0.59 | 0.91 | 0.15 | 21.41 | 0.84 | 0.46 |
| Hex | DA | 5A | 13 | 0 | 3B | 5B | F | 15 | 54 | 2E |
| Octal | 332 | 132 | 23 | 0 | 73 | 133 | 17 | 25 | 124 | 56 |
| Binary | 11011010 | 1011010 | 10011 | 0 | 111011 | 1011011 | 1111 | 10101 | 1010100 | 101110 |
Color Harmonies of #DA5A13
Complementary color
Monochromatic Colors of #DA5A13
Black with #DA5A13
Text Example
Text Example
White with #DA5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A13; }
p { color: rgb(218,90,19); }
H1.HeaderClassName
{
color: #DA5A13;
}
.AnyTagClassName
{
color: #DA5A13;
}
</style>
background-color css
<style>
a { background-color: #DA5A13; }
a { background-color: rgb(218,90,19); }
div.DivClassName
{
background-color: #DA5A13;
}
.BgClassName
{
background-color: #DA5A13;
}
</style>
border-color css
<style>
span { border-color: #DA5A13; }
span { border-color: rgb(218,90,19); }
td.TdClassName
{
border-color: #DA5A13;
}
.TagClassName
{
border-color: #DA5A13;
}
</style>