Shades of Chocolate #DA6012
Tints of Chocolate #DA6012
RGB
CMYK
RGB Variations
Color information
#DA6012 (or 0xDA6012) is known color: Chocolate. HEX triplet: DA, 60 and 12. RGB value is (218,96,18). Sum of RGB (Red+Green+Blue) = 218+96+18=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6012 is #259FED. Grayscale: #7C7C7C. Windows color (decimal): -2465774 or 1204442. OLE color: 1204442.
HSL color Cylindrical-coordinate representation of color #DA6012: hue angle of 23.4º 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 #DA6012 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.15 |
| HSL | 23.4º | 0.85% | 0.46% | - |
| HSV(B) | 23.4º | 0.92% | 0.85% | - |
| XYZ | 33.21 | 23.31 | 3.32 | - |
| YUV | 123.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 18 | 0 | 0.56 | 0.92 | 0.15 | 23.4 | 0.85 | 0.46 |
| Hex | DA | 60 | 12 | 0 | 38 | 5C | F | 17 | 55 | 2E |
| Octal | 332 | 140 | 22 | 0 | 70 | 134 | 17 | 27 | 125 | 56 |
| Binary | 11011010 | 1100000 | 10010 | 0 | 111000 | 1011100 | 1111 | 10111 | 1010101 | 101110 |
Color Harmonies of #DA6012
Complementary color
Monochromatic Colors of #DA6012
Black with #DA6012
Text Example
Text Example
White with #DA6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6012; }
p { color: rgb(218,96,18); }
H1.HeaderClassName
{
color: #DA6012;
}
.AnyTagClassName
{
color: #DA6012;
}
</style>
background-color css
<style>
a { background-color: #DA6012; }
a { background-color: rgb(218,96,18); }
div.DivClassName
{
background-color: #DA6012;
}
.BgClassName
{
background-color: #DA6012;
}
</style>
border-color css
<style>
span { border-color: #DA6012; }
span { border-color: rgb(218,96,18); }
td.TdClassName
{
border-color: #DA6012;
}
.TagClassName
{
border-color: #DA6012;
}
</style>