Shades of Chocolate #DA6611
Tints of Chocolate #DA6611
RGB
CMYK
RGB Variations
Color information
#DA6611 (or 0xDA6611) is known color: Chocolate. HEX triplet: DA, 66 and 11. RGB value is (218,102,17). Sum of RGB (Red+Green+Blue) = 218+102+17=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6611 is #2599EE. Grayscale: #7F7F7F. Windows color (decimal): -2464239 or 1140442. OLE color: 1140442.
HSL color Cylindrical-coordinate representation of color #DA6611: hue angle of 25.37º 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 #DA6611 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.15 |
| HSL | 25.37º | 0.86% | 0.46% | - |
| HSV(B) | 25.37º | 0.92% | 0.85% | - |
| XYZ | 33.77 | 24.45 | 3.47 | - |
| YUV | 126.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 17 | 0 | 0.53 | 0.92 | 0.15 | 25.37 | 0.86 | 0.46 |
| Hex | DA | 66 | 11 | 0 | 35 | 5C | F | 19 | 56 | 2E |
| Octal | 332 | 146 | 21 | 0 | 65 | 134 | 17 | 31 | 126 | 56 |
| Binary | 11011010 | 1100110 | 10001 | 0 | 110101 | 1011100 | 1111 | 11001 | 1010110 | 101110 |
Color Harmonies of #DA6611
Complementary color
Monochromatic Colors of #DA6611
Black with #DA6611
Text Example
Text Example
White with #DA6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6611; }
p { color: rgb(218,102,17); }
H1.HeaderClassName
{
color: #DA6611;
}
.AnyTagClassName
{
color: #DA6611;
}
</style>
background-color css
<style>
a { background-color: #DA6611; }
a { background-color: rgb(218,102,17); }
div.DivClassName
{
background-color: #DA6611;
}
.BgClassName
{
background-color: #DA6611;
}
</style>
border-color css
<style>
span { border-color: #DA6611; }
span { border-color: rgb(218,102,17); }
td.TdClassName
{
border-color: #DA6611;
}
.TagClassName
{
border-color: #DA6611;
}
</style>