Shades of Chocolate #DA6510
Tints of Chocolate #DA6510
RGB
CMYK
RGB Variations
Color information
#DA6510 (or 0xDA6510) is known color: Chocolate. HEX triplet: DA, 65 and 10. RGB value is (218,101,16). Sum of RGB (Red+Green+Blue) = 218+101+16=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6510 is #259AEF. Grayscale: #7E7E7E. Windows color (decimal): -2464496 or 1074650. OLE color: 1074650.
HSL color Cylindrical-coordinate representation of color #DA6510: hue angle of 25.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA6510 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.15 |
| HSL | 25.25º | 0.86% | 0.46% | - |
| HSV(B) | 25.25º | 0.93% | 0.85% | - |
| XYZ | 33.66 | 24.25 | 3.4 | - |
| YUV | 126.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 16 | 0 | 0.54 | 0.93 | 0.15 | 25.25 | 0.86 | 0.46 |
| Hex | DA | 65 | 10 | 0 | 36 | 5D | F | 19 | 56 | 2E |
| Octal | 332 | 145 | 20 | 0 | 66 | 135 | 17 | 31 | 126 | 56 |
| Binary | 11011010 | 1100101 | 10000 | 0 | 110110 | 1011101 | 1111 | 11001 | 1010110 | 101110 |
Color Harmonies of #DA6510
Complementary color
Monochromatic Colors of #DA6510
Black with #DA6510
Text Example
Text Example
White with #DA6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6510; }
p { color: rgb(218,101,16); }
H1.HeaderClassName
{
color: #DA6510;
}
.AnyTagClassName
{
color: #DA6510;
}
</style>
background-color css
<style>
a { background-color: #DA6510; }
a { background-color: rgb(218,101,16); }
div.DivClassName
{
background-color: #DA6510;
}
.BgClassName
{
background-color: #DA6510;
}
</style>
border-color css
<style>
span { border-color: #DA6510; }
span { border-color: rgb(218,101,16); }
td.TdClassName
{
border-color: #DA6510;
}
.TagClassName
{
border-color: #DA6510;
}
</style>