Shades of Chocolate #DA6E12
Tints of Chocolate #DA6E12
RGB
CMYK
RGB Variations
Color information
#DA6E12 (or 0xDA6E12) is known color: Chocolate. HEX triplet: DA, 6E and 12. RGB value is (218,110,18). Sum of RGB (Red+Green+Blue) = 218+110+18=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6E12 is #2591ED. Grayscale: #848484. Windows color (decimal): -2462190 or 1208026. OLE color: 1208026.
HSL color Cylindrical-coordinate representation of color #DA6E12: hue angle of 27.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 #DA6E12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.15 |
| HSL | 27.6º | 0.85% | 0.46% | - |
| HSV(B) | 27.6º | 0.92% | 0.85% | - |
| XYZ | 34.6 | 26.1 | 3.79 | - |
| YUV | 131.8 | 63.78 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 18 | 0 | 0.50 | 0.92 | 0.15 | 27.6 | 0.85 | 0.46 |
| Hex | DA | 6E | 12 | 0 | 32 | 5C | F | 1C | 55 | 2E |
| Octal | 332 | 156 | 22 | 0 | 62 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011010 | 1101110 | 10010 | 0 | 110010 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #DA6E12
Complementary color
Monochromatic Colors of #DA6E12
Black with #DA6E12
Text Example
Text Example
White with #DA6E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E12; }
p { color: rgb(218,110,18); }
H1.HeaderClassName
{
color: #DA6E12;
}
.AnyTagClassName
{
color: #DA6E12;
}
</style>
background-color css
<style>
a { background-color: #DA6E12; }
a { background-color: rgb(218,110,18); }
div.DivClassName
{
background-color: #DA6E12;
}
.BgClassName
{
background-color: #DA6E12;
}
</style>
border-color css
<style>
span { border-color: #DA6E12; }
span { border-color: rgb(218,110,18); }
td.TdClassName
{
border-color: #DA6E12;
}
.TagClassName
{
border-color: #DA6E12;
}
</style>