Shades of Chocolate #DA640B
Tints of Chocolate #DA640B
RGB
CMYK
RGB Variations
Color information
#DA640B (or 0xDA640B) is known color: Chocolate. HEX triplet: DA, 64 and 0B. RGB value is (218,100,11). Sum of RGB (Red+Green+Blue) = 218+100+11=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA640B is #259BF4. Grayscale: #7D7D7D. Windows color (decimal): -2464757 or 746714. OLE color: 746714.
HSL color Cylindrical-coordinate representation of color #DA640B: hue angle of 25.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA640B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.15 |
| HSL | 25.8º | 0.9% | 0.45% | - |
| HSV(B) | 25.8º | 0.95% | 0.85% | - |
| XYZ | 33.53 | 24.04 | 3.19 | - |
| YUV | 125.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 11 | 0 | 0.54 | 0.95 | 0.15 | 25.8 | 0.9 | 0.45 |
| Hex | DA | 64 | B | 0 | 36 | 5F | F | 1A | 5A | 2D |
| Octal | 332 | 144 | 13 | 0 | 66 | 137 | 17 | 32 | 132 | 55 |
| Binary | 11011010 | 1100100 | 1011 | 0 | 110110 | 1011111 | 1111 | 11010 | 1011010 | 101101 |
Color Harmonies of #DA640B
Complementary color
Monochromatic Colors of #DA640B
Black with #DA640B
Text Example
Text Example
White with #DA640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA640B; }
p { color: rgb(218,100,11); }
H1.HeaderClassName
{
color: #DA640B;
}
.AnyTagClassName
{
color: #DA640B;
}
</style>
background-color css
<style>
a { background-color: #DA640B; }
a { background-color: rgb(218,100,11); }
div.DivClassName
{
background-color: #DA640B;
}
.BgClassName
{
background-color: #DA640B;
}
</style>
border-color css
<style>
span { border-color: #DA640B; }
span { border-color: rgb(218,100,11); }
td.TdClassName
{
border-color: #DA640B;
}
.TagClassName
{
border-color: #DA640B;
}
</style>