Shades of Chocolate #DA561E
Tints of Chocolate #DA561E
RGB
CMYK
RGB Variations
Color information
#DA561E (or 0xDA561E) is known color: Chocolate. HEX triplet: DA, 56 and 1E. RGB value is (218,86,30). Sum of RGB (Red+Green+Blue) = 218+86+30=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA561E is #25A9E1. Grayscale: #777777. Windows color (decimal): -2468322 or 1988314. OLE color: 1988314.
HSL color Cylindrical-coordinate representation of color #DA561E: hue angle of 17.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA561E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.15 |
| HSL | 17.87º | 0.76% | 0.49% | - |
| HSV(B) | 17.87º | 0.86% | 0.85% | - |
| XYZ | 32.48 | 21.65 | 3.7 | - |
| YUV | 119.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 30 | 0 | 0.61 | 0.86 | 0.15 | 17.87 | 0.76 | 0.49 |
| Hex | DA | 56 | 1E | 0 | 3D | 56 | F | 12 | 4C | 31 |
| Octal | 332 | 126 | 36 | 0 | 75 | 126 | 17 | 22 | 114 | 61 |
| Binary | 11011010 | 1010110 | 11110 | 0 | 111101 | 1010110 | 1111 | 10010 | 1001100 | 110001 |
Color Harmonies of #DA561E
Complementary color
Monochromatic Colors of #DA561E
Black with #DA561E
Text Example
Text Example
White with #DA561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA561E; }
p { color: rgb(218,86,30); }
H1.HeaderClassName
{
color: #DA561E;
}
.AnyTagClassName
{
color: #DA561E;
}
</style>
background-color css
<style>
a { background-color: #DA561E; }
a { background-color: rgb(218,86,30); }
div.DivClassName
{
background-color: #DA561E;
}
.BgClassName
{
background-color: #DA561E;
}
</style>
border-color css
<style>
span { border-color: #DA561E; }
span { border-color: rgb(218,86,30); }
td.TdClassName
{
border-color: #DA561E;
}
.TagClassName
{
border-color: #DA561E;
}
</style>