Shades of Chocolate #DA561C
Tints of Chocolate #DA561C
RGB
CMYK
RGB Variations
Color information
#DA561C (or 0xDA561C) is known color: Chocolate. HEX triplet: DA, 56 and 1C. RGB value is (218,86,28). Sum of RGB (Red+Green+Blue) = 218+86+28=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA561C is #25A9E3. Grayscale: #777777. Windows color (decimal): -2468324 or 1857242. OLE color: 1857242.
HSL color Cylindrical-coordinate representation of color #DA561C: hue angle of 18.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA561C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.15 |
| HSL | 18.32º | 0.77% | 0.48% | - |
| HSV(B) | 18.32º | 0.87% | 0.85% | - |
| XYZ | 32.45 | 21.64 | 3.57 | - |
| YUV | 118.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 28 | 0 | 0.61 | 0.87 | 0.15 | 18.32 | 0.77 | 0.48 |
| Hex | DA | 56 | 1C | 0 | 3D | 57 | F | 12 | 4D | 30 |
| Octal | 332 | 126 | 34 | 0 | 75 | 127 | 17 | 22 | 115 | 60 |
| Binary | 11011010 | 1010110 | 11100 | 0 | 111101 | 1010111 | 1111 | 10010 | 1001101 | 110000 |
Color Harmonies of #DA561C
Complementary color
Monochromatic Colors of #DA561C
Black with #DA561C
Text Example
Text Example
White with #DA561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA561C; }
p { color: rgb(218,86,28); }
H1.HeaderClassName
{
color: #DA561C;
}
.AnyTagClassName
{
color: #DA561C;
}
</style>
background-color css
<style>
a { background-color: #DA561C; }
a { background-color: rgb(218,86,28); }
div.DivClassName
{
background-color: #DA561C;
}
.BgClassName
{
background-color: #DA561C;
}
</style>
border-color css
<style>
span { border-color: #DA561C; }
span { border-color: rgb(218,86,28); }
td.TdClassName
{
border-color: #DA561C;
}
.TagClassName
{
border-color: #DA561C;
}
</style>