Shades of Chocolate #DA5A12
Tints of Chocolate #DA5A12
RGB
CMYK
RGB Variations
Color information
#DA5A12 (or 0xDA5A12) is known color: Chocolate. HEX triplet: DA, 5A and 12. RGB value is (218,90,18). Sum of RGB (Red+Green+Blue) = 218+90+18=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5A12 is #25A5ED. Grayscale: #787878. Windows color (decimal): -2467310 or 1202906. OLE color: 1202906.
HSL color Cylindrical-coordinate representation of color #DA5A12: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA5A12 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.15 |
| HSL | 21.6º | 0.85% | 0.46% | - |
| HSV(B) | 21.6º | 0.92% | 0.85% | - |
| XYZ | 32.68 | 22.26 | 3.15 | - |
| YUV | 120.06 | 70.41 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 18 | 0 | 0.59 | 0.92 | 0.15 | 21.6 | 0.85 | 0.46 |
| Hex | DA | 5A | 12 | 0 | 3B | 5C | F | 16 | 55 | 2E |
| Octal | 332 | 132 | 22 | 0 | 73 | 134 | 17 | 26 | 125 | 56 |
| Binary | 11011010 | 1011010 | 10010 | 0 | 111011 | 1011100 | 1111 | 10110 | 1010101 | 101110 |
Color Harmonies of #DA5A12
Complementary color
Monochromatic Colors of #DA5A12
Black with #DA5A12
Text Example
Text Example
White with #DA5A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A12; }
p { color: rgb(218,90,18); }
H1.HeaderClassName
{
color: #DA5A12;
}
.AnyTagClassName
{
color: #DA5A12;
}
</style>
background-color css
<style>
a { background-color: #DA5A12; }
a { background-color: rgb(218,90,18); }
div.DivClassName
{
background-color: #DA5A12;
}
.BgClassName
{
background-color: #DA5A12;
}
</style>
border-color css
<style>
span { border-color: #DA5A12; }
span { border-color: rgb(218,90,18); }
td.TdClassName
{
border-color: #DA5A12;
}
.TagClassName
{
border-color: #DA5A12;
}
</style>