Shades of Chocolate #DA640E
Tints of Chocolate #DA640E
RGB
CMYK
RGB Variations
Color information
#DA640E (or 0xDA640E) is known color: Chocolate. HEX triplet: DA, 64 and 0E. RGB value is (218,100,14). Sum of RGB (Red+Green+Blue) = 218+100+14=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA640E is #259BF1. Grayscale: #7D7D7D. Windows color (decimal): -2464754 or 943322. OLE color: 943322.
HSL color Cylindrical-coordinate representation of color #DA640E: hue angle of 25.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA640E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.15 |
| HSL | 25.29º | 0.88% | 0.45% | - |
| HSV(B) | 25.29º | 0.94% | 0.85% | - |
| XYZ | 33.55 | 24.05 | 3.29 | - |
| YUV | 125.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 14 | 0 | 0.54 | 0.94 | 0.15 | 25.29 | 0.88 | 0.45 |
| Hex | DA | 64 | E | 0 | 36 | 5E | F | 19 | 58 | 2D |
| Octal | 332 | 144 | 16 | 0 | 66 | 136 | 17 | 31 | 130 | 55 |
| Binary | 11011010 | 1100100 | 1110 | 0 | 110110 | 1011110 | 1111 | 11001 | 1011000 | 101101 |
Color Harmonies of #DA640E
Complementary color
Monochromatic Colors of #DA640E
Black with #DA640E
Text Example
Text Example
White with #DA640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA640E; }
p { color: rgb(218,100,14); }
H1.HeaderClassName
{
color: #DA640E;
}
.AnyTagClassName
{
color: #DA640E;
}
</style>
background-color css
<style>
a { background-color: #DA640E; }
a { background-color: rgb(218,100,14); }
div.DivClassName
{
background-color: #DA640E;
}
.BgClassName
{
background-color: #DA640E;
}
</style>
border-color css
<style>
span { border-color: #DA640E; }
span { border-color: rgb(218,100,14); }
td.TdClassName
{
border-color: #DA640E;
}
.TagClassName
{
border-color: #DA640E;
}
</style>