Shades of Chocolate #DA6C12
Tints of Chocolate #DA6C12
RGB
CMYK
RGB Variations
Color information
#DA6C12 (or 0xDA6C12) is known color: Chocolate. HEX triplet: DA, 6C and 12. RGB value is (218,108,18). Sum of RGB (Red+Green+Blue) = 218+108+18=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C12 is #2593ED. Grayscale: #838383. Windows color (decimal): -2462702 or 1207514. OLE color: 1207514.
HSL color Cylindrical-coordinate representation of color #DA6C12: hue angle of 27º 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 #DA6C12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.15 |
| HSL | 27º | 0.85% | 0.46% | - |
| HSV(B) | 27º | 0.92% | 0.85% | - |
| XYZ | 34.39 | 25.67 | 3.72 | - |
| YUV | 130.63 | 64.44 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 18 | 0 | 0.50 | 0.92 | 0.15 | 27 | 0.85 | 0.46 |
| Hex | DA | 6C | 12 | 0 | 32 | 5C | F | 1B | 55 | 2E |
| Octal | 332 | 154 | 22 | 0 | 62 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011010 | 1101100 | 10010 | 0 | 110010 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #DA6C12
Complementary color
Monochromatic Colors of #DA6C12
Black with #DA6C12
Text Example
Text Example
White with #DA6C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C12; }
p { color: rgb(218,108,18); }
H1.HeaderClassName
{
color: #DA6C12;
}
.AnyTagClassName
{
color: #DA6C12;
}
</style>
background-color css
<style>
a { background-color: #DA6C12; }
a { background-color: rgb(218,108,18); }
div.DivClassName
{
background-color: #DA6C12;
}
.BgClassName
{
background-color: #DA6C12;
}
</style>
border-color css
<style>
span { border-color: #DA6C12; }
span { border-color: rgb(218,108,18); }
td.TdClassName
{
border-color: #DA6C12;
}
.TagClassName
{
border-color: #DA6C12;
}
</style>