Shades of Chocolate #DA6F11
Tints of Chocolate #DA6F11
RGB
CMYK
RGB Variations
Color information
#DA6F11 (or 0xDA6F11) is known color: Chocolate. HEX triplet: DA, 6F and 11. RGB value is (218,111,17). Sum of RGB (Red+Green+Blue) = 218+111+17=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F11 is #2590EE. Grayscale: #848484. Windows color (decimal): -2461935 or 1142746. OLE color: 1142746.
HSL color Cylindrical-coordinate representation of color #DA6F11: hue angle of 28.06º degrees, saturation: 0.86, 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 #DA6F11 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.15 |
| HSL | 28.06º | 0.86% | 0.46% | - |
| HSV(B) | 28.06º | 0.92% | 0.85% | - |
| XYZ | 34.7 | 26.31 | 3.78 | - |
| YUV | 132.28 | 62.95 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 17 | 0 | 0.49 | 0.92 | 0.15 | 28.06 | 0.86 | 0.46 |
| Hex | DA | 6F | 11 | 0 | 31 | 5C | F | 1C | 56 | 2E |
| Octal | 332 | 157 | 21 | 0 | 61 | 134 | 17 | 34 | 126 | 56 |
| Binary | 11011010 | 1101111 | 10001 | 0 | 110001 | 1011100 | 1111 | 11100 | 1010110 | 101110 |
Color Harmonies of #DA6F11
Complementary color
Monochromatic Colors of #DA6F11
Black with #DA6F11
Text Example
Text Example
White with #DA6F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F11; }
p { color: rgb(218,111,17); }
H1.HeaderClassName
{
color: #DA6F11;
}
.AnyTagClassName
{
color: #DA6F11;
}
</style>
background-color css
<style>
a { background-color: #DA6F11; }
a { background-color: rgb(218,111,17); }
div.DivClassName
{
background-color: #DA6F11;
}
.BgClassName
{
background-color: #DA6F11;
}
</style>
border-color css
<style>
span { border-color: #DA6F11; }
span { border-color: rgb(218,111,17); }
td.TdClassName
{
border-color: #DA6F11;
}
.TagClassName
{
border-color: #DA6F11;
}
</style>