Shades of Chocolate #DA6010
Tints of Chocolate #DA6010
RGB
CMYK
RGB Variations
Color information
#DA6010 (or 0xDA6010) is known color: Chocolate. HEX triplet: DA, 60 and 10. RGB value is (218,96,16). Sum of RGB (Red+Green+Blue) = 218+96+16=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6010 is #259FEF. Grayscale: #7B7B7B. Windows color (decimal): -2465776 or 1073370. OLE color: 1073370.
HSL color Cylindrical-coordinate representation of color #DA6010: hue angle of 23.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA6010 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.15 |
| HSL | 23.76º | 0.86% | 0.46% | - |
| HSV(B) | 23.76º | 0.93% | 0.85% | - |
| XYZ | 33.19 | 23.31 | 3.24 | - |
| YUV | 123.36 | 67.42 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 16 | 0 | 0.56 | 0.93 | 0.15 | 23.76 | 0.86 | 0.46 |
| Hex | DA | 60 | 10 | 0 | 38 | 5D | F | 18 | 56 | 2E |
| Octal | 332 | 140 | 20 | 0 | 70 | 135 | 17 | 30 | 126 | 56 |
| Binary | 11011010 | 1100000 | 10000 | 0 | 111000 | 1011101 | 1111 | 11000 | 1010110 | 101110 |
Color Harmonies of #DA6010
Complementary color
Monochromatic Colors of #DA6010
Black with #DA6010
Text Example
Text Example
White with #DA6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6010; }
p { color: rgb(218,96,16); }
H1.HeaderClassName
{
color: #DA6010;
}
.AnyTagClassName
{
color: #DA6010;
}
</style>
background-color css
<style>
a { background-color: #DA6010; }
a { background-color: rgb(218,96,16); }
div.DivClassName
{
background-color: #DA6010;
}
.BgClassName
{
background-color: #DA6010;
}
</style>
border-color css
<style>
span { border-color: #DA6010; }
span { border-color: rgb(218,96,16); }
td.TdClassName
{
border-color: #DA6010;
}
.TagClassName
{
border-color: #DA6010;
}
</style>