Shades of Chocolate #DA6D16
Tints of Chocolate #DA6D16
RGB
CMYK
RGB Variations
Color information
#DA6D16 (or 0xDA6D16) is known color: Chocolate. HEX triplet: DA, 6D and 16. RGB value is (218,109,22). Sum of RGB (Red+Green+Blue) = 218+109+22=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6D16 is #2592E9. Grayscale: #848484. Windows color (decimal): -2462442 or 1469914. OLE color: 1469914.
HSL color Cylindrical-coordinate representation of color #DA6D16: hue angle of 26.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA6D16 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 22 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.15 |
| HSL | 26.63º | 0.82% | 0.47% | - |
| HSV(B) | 26.63º | 0.9% | 0.85% | - |
| XYZ | 34.53 | 25.9 | 3.94 | - |
| YUV | 131.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 22 | 0 | 0.5 | 0.90 | 0.15 | 26.63 | 0.82 | 0.47 |
| Hex | DA | 6D | 16 | 0 | 32 | 5A | F | 1B | 52 | 2F |
| Octal | 332 | 155 | 26 | 0 | 62 | 132 | 17 | 33 | 122 | 57 |
| Binary | 11011010 | 1101101 | 10110 | 0 | 110010 | 1011010 | 1111 | 11011 | 1010010 | 101111 |
Color Harmonies of #DA6D16
Complementary color
Monochromatic Colors of #DA6D16
Black with #DA6D16
Text Example
Text Example
White with #DA6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D16; }
p { color: rgb(218,109,22); }
H1.HeaderClassName
{
color: #DA6D16;
}
.AnyTagClassName
{
color: #DA6D16;
}
</style>
background-color css
<style>
a { background-color: #DA6D16; }
a { background-color: rgb(218,109,22); }
div.DivClassName
{
background-color: #DA6D16;
}
.BgClassName
{
background-color: #DA6D16;
}
</style>
border-color css
<style>
span { border-color: #DA6D16; }
span { border-color: rgb(218,109,22); }
td.TdClassName
{
border-color: #DA6D16;
}
.TagClassName
{
border-color: #DA6D16;
}
</style>