Shades of Chocolate #DA6D10
Tints of Chocolate #DA6D10
RGB
CMYK
RGB Variations
Color information
#DA6D10 (or 0xDA6D10) is known color: Chocolate. HEX triplet: DA, 6D and 10. RGB value is (218,109,16). Sum of RGB (Red+Green+Blue) = 218+109+16=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6D10 is #2592EF. Grayscale: #838383. Windows color (decimal): -2462448 or 1076698. OLE color: 1076698.
HSL color Cylindrical-coordinate representation of color #DA6D10: hue angle of 27.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA6D10 is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 16 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.15 |
| HSL | 27.62º | 0.86% | 0.46% | - |
| HSV(B) | 27.62º | 0.93% | 0.85% | - |
| XYZ | 34.48 | 25.88 | 3.67 | - |
| YUV | 130.99 | 63.11 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 16 | 0 | 0.5 | 0.93 | 0.15 | 27.62 | 0.86 | 0.46 |
| Hex | DA | 6D | 10 | 0 | 32 | 5D | F | 1C | 56 | 2E |
| Octal | 332 | 155 | 20 | 0 | 62 | 135 | 17 | 34 | 126 | 56 |
| Binary | 11011010 | 1101101 | 10000 | 0 | 110010 | 1011101 | 1111 | 11100 | 1010110 | 101110 |
Color Harmonies of #DA6D10
Complementary color
Monochromatic Colors of #DA6D10
Black with #DA6D10
Text Example
Text Example
White with #DA6D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D10; }
p { color: rgb(218,109,16); }
H1.HeaderClassName
{
color: #DA6D10;
}
.AnyTagClassName
{
color: #DA6D10;
}
</style>
background-color css
<style>
a { background-color: #DA6D10; }
a { background-color: rgb(218,109,16); }
div.DivClassName
{
background-color: #DA6D10;
}
.BgClassName
{
background-color: #DA6D10;
}
</style>
border-color css
<style>
span { border-color: #DA6D10; }
span { border-color: rgb(218,109,16); }
td.TdClassName
{
border-color: #DA6D10;
}
.TagClassName
{
border-color: #DA6D10;
}
</style>