Shades of Chocolate #DA7012
Tints of Chocolate #DA7012
RGB
CMYK
RGB Variations
Color information
#DA7012 (or 0xDA7012) is known color: Chocolate. HEX triplet: DA, 70 and 12. RGB value is (218,112,18). Sum of RGB (Red+Green+Blue) = 218+112+18=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7012 is #258FED. Grayscale: #858585. Windows color (decimal): -2461678 or 1208538. OLE color: 1208538.
HSL color Cylindrical-coordinate representation of color #DA7012: hue angle of 28.2º 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 #DA7012 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.15 |
| HSL | 28.2º | 0.85% | 0.46% | - |
| HSV(B) | 28.2º | 0.92% | 0.85% | - |
| XYZ | 34.82 | 26.54 | 3.86 | - |
| YUV | 132.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 18 | 0 | 0.49 | 0.92 | 0.15 | 28.2 | 0.85 | 0.46 |
| Hex | DA | 70 | 12 | 0 | 31 | 5C | F | 1C | 55 | 2E |
| Octal | 332 | 160 | 22 | 0 | 61 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011010 | 1110000 | 10010 | 0 | 110001 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #DA7012
Complementary color
Monochromatic Colors of #DA7012
Black with #DA7012
Text Example
Text Example
White with #DA7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7012; }
p { color: rgb(218,112,18); }
H1.HeaderClassName
{
color: #DA7012;
}
.AnyTagClassName
{
color: #DA7012;
}
</style>
background-color css
<style>
a { background-color: #DA7012; }
a { background-color: rgb(218,112,18); }
div.DivClassName
{
background-color: #DA7012;
}
.BgClassName
{
background-color: #DA7012;
}
</style>
border-color css
<style>
span { border-color: #DA7012; }
span { border-color: rgb(218,112,18); }
td.TdClassName
{
border-color: #DA7012;
}
.TagClassName
{
border-color: #DA7012;
}
</style>