Shades of Chocolate #DA6424
Tints of Chocolate #DA6424
RGB
CMYK
RGB Variations
Color information
#DA6424 (or 0xDA6424) is known color: Chocolate. HEX triplet: DA, 64 and 24. RGB value is (218,100,36). Sum of RGB (Red+Green+Blue) = 218+100+36=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6424 is #259BDB. Grayscale: #808080. Windows color (decimal): -2464732 or 2385114. OLE color: 2385114.
HSL color Cylindrical-coordinate representation of color #DA6424: hue angle of 21.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6424 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 36 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.15 |
| HSL | 21.1º | 0.72% | 0.5% | - |
| HSV(B) | 21.1º | 0.83% | 0.85% | - |
| XYZ | 33.79 | 24.15 | 4.55 | - |
| YUV | 127.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 36 | 0 | 0.54 | 0.83 | 0.15 | 21.1 | 0.72 | 0.5 |
| Hex | DA | 64 | 24 | 0 | 36 | 53 | F | 15 | 48 | 32 |
| Octal | 332 | 144 | 44 | 0 | 66 | 123 | 17 | 25 | 110 | 62 |
| Binary | 11011010 | 1100100 | 100100 | 0 | 110110 | 1010011 | 1111 | 10101 | 1001000 | 110010 |
Color Harmonies of #DA6424
Complementary color
Monochromatic Colors of #DA6424
Black with #DA6424
Text Example
Text Example
White with #DA6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6424; }
p { color: rgb(218,100,36); }
H1.HeaderClassName
{
color: #DA6424;
}
.AnyTagClassName
{
color: #DA6424;
}
</style>
background-color css
<style>
a { background-color: #DA6424; }
a { background-color: rgb(218,100,36); }
div.DivClassName
{
background-color: #DA6424;
}
.BgClassName
{
background-color: #DA6424;
}
</style>
border-color css
<style>
span { border-color: #DA6424; }
span { border-color: rgb(218,100,36); }
td.TdClassName
{
border-color: #DA6424;
}
.TagClassName
{
border-color: #DA6424;
}
</style>