Shades of Chocolate #DA6511
Tints of Chocolate #DA6511
RGB
CMYK
RGB Variations
Color information
#DA6511 (or 0xDA6511) is known color: Chocolate. HEX triplet: DA, 65 and 11. RGB value is (218,101,17). Sum of RGB (Red+Green+Blue) = 218+101+17=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6511 is #259AEE. Grayscale: #7E7E7E. Windows color (decimal): -2464495 or 1140186. OLE color: 1140186.
HSL color Cylindrical-coordinate representation of color #DA6511: hue angle of 25.07º 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 #DA6511 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 17 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.15 |
| HSL | 25.07º | 0.86% | 0.46% | - |
| HSV(B) | 25.07º | 0.92% | 0.85% | - |
| XYZ | 33.67 | 24.25 | 3.44 | - |
| YUV | 126.41 | 66.26 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 17 | 0 | 0.54 | 0.92 | 0.15 | 25.07 | 0.86 | 0.46 |
| Hex | DA | 65 | 11 | 0 | 36 | 5C | F | 19 | 56 | 2E |
| Octal | 332 | 145 | 21 | 0 | 66 | 134 | 17 | 31 | 126 | 56 |
| Binary | 11011010 | 1100101 | 10001 | 0 | 110110 | 1011100 | 1111 | 11001 | 1010110 | 101110 |
Color Harmonies of #DA6511
Complementary color
Monochromatic Colors of #DA6511
Black with #DA6511
Text Example
Text Example
White with #DA6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6511; }
p { color: rgb(218,101,17); }
H1.HeaderClassName
{
color: #DA6511;
}
.AnyTagClassName
{
color: #DA6511;
}
</style>
background-color css
<style>
a { background-color: #DA6511; }
a { background-color: rgb(218,101,17); }
div.DivClassName
{
background-color: #DA6511;
}
.BgClassName
{
background-color: #DA6511;
}
</style>
border-color css
<style>
span { border-color: #DA6511; }
span { border-color: rgb(218,101,17); }
td.TdClassName
{
border-color: #DA6511;
}
.TagClassName
{
border-color: #DA6511;
}
</style>