Shades of Chocolate #DA6411
Tints of Chocolate #DA6411
RGB
CMYK
RGB Variations
Color information
#DA6411 (or 0xDA6411) is known color: Chocolate. HEX triplet: DA, 64 and 11. RGB value is (218,100,17). Sum of RGB (Red+Green+Blue) = 218+100+17=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6411 is #259BEE. Grayscale: #7E7E7E. Windows color (decimal): -2464751 or 1139930. OLE color: 1139930.
HSL color Cylindrical-coordinate representation of color #DA6411: hue angle of 24.78º 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 #DA6411 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.15 |
| HSL | 24.78º | 0.86% | 0.46% | - |
| HSV(B) | 24.78º | 0.92% | 0.85% | - |
| XYZ | 33.57 | 24.06 | 3.4 | - |
| YUV | 125.82 | 66.59 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 17 | 0 | 0.54 | 0.92 | 0.15 | 24.78 | 0.86 | 0.46 |
| Hex | DA | 64 | 11 | 0 | 36 | 5C | F | 19 | 56 | 2E |
| Octal | 332 | 144 | 21 | 0 | 66 | 134 | 17 | 31 | 126 | 56 |
| Binary | 11011010 | 1100100 | 10001 | 0 | 110110 | 1011100 | 1111 | 11001 | 1010110 | 101110 |
Color Harmonies of #DA6411
Complementary color
Monochromatic Colors of #DA6411
Black with #DA6411
Text Example
Text Example
White with #DA6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6411; }
p { color: rgb(218,100,17); }
H1.HeaderClassName
{
color: #DA6411;
}
.AnyTagClassName
{
color: #DA6411;
}
</style>
background-color css
<style>
a { background-color: #DA6411; }
a { background-color: rgb(218,100,17); }
div.DivClassName
{
background-color: #DA6411;
}
.BgClassName
{
background-color: #DA6411;
}
</style>
border-color css
<style>
span { border-color: #DA6411; }
span { border-color: rgb(218,100,17); }
td.TdClassName
{
border-color: #DA6411;
}
.TagClassName
{
border-color: #DA6411;
}
</style>