Shades of Chocolate #DA7112
Tints of Chocolate #DA7112
RGB
CMYK
RGB Variations
Color information
#DA7112 (or 0xDA7112) is known color: Chocolate. HEX triplet: DA, 71 and 12. RGB value is (218,113,18). Sum of RGB (Red+Green+Blue) = 218+113+18=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7112 is #258EED. Grayscale: #868686. Windows color (decimal): -2461422 or 1208794. OLE color: 1208794.
HSL color Cylindrical-coordinate representation of color #DA7112: hue angle of 28.5º 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 #DA7112 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 18 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.15 |
| HSL | 28.5º | 0.85% | 0.46% | - |
| HSV(B) | 28.5º | 0.92% | 0.85% | - |
| XYZ | 34.93 | 26.76 | 3.9 | - |
| YUV | 133.57 | 62.79 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 18 | 0 | 0.48 | 0.92 | 0.15 | 28.5 | 0.85 | 0.46 |
| Hex | DA | 71 | 12 | 0 | 30 | 5C | F | 1C | 55 | 2E |
| Octal | 332 | 161 | 22 | 0 | 60 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011010 | 1110001 | 10010 | 0 | 110000 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #DA7112
Complementary color
Monochromatic Colors of #DA7112
Black with #DA7112
Text Example
Text Example
White with #DA7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7112; }
p { color: rgb(218,113,18); }
H1.HeaderClassName
{
color: #DA7112;
}
.AnyTagClassName
{
color: #DA7112;
}
</style>
background-color css
<style>
a { background-color: #DA7112; }
a { background-color: rgb(218,113,18); }
div.DivClassName
{
background-color: #DA7112;
}
.BgClassName
{
background-color: #DA7112;
}
</style>
border-color css
<style>
span { border-color: #DA7112; }
span { border-color: rgb(218,113,18); }
td.TdClassName
{
border-color: #DA7112;
}
.TagClassName
{
border-color: #DA7112;
}
</style>