Shades of Chocolate #DA541E
Tints of Chocolate #DA541E
RGB
CMYK
RGB Variations
Color information
#DA541E (or 0xDA541E) is known color: Chocolate. HEX triplet: DA, 54 and 1E. RGB value is (218,84,30). Sum of RGB (Red+Green+Blue) = 218+84+30=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA541E is #25ABE1. Grayscale: #767676. Windows color (decimal): -2468834 or 1987802. OLE color: 1987802.
HSL color Cylindrical-coordinate representation of color #DA541E: hue angle of 17.23º 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 #DA541E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.15 |
| HSL | 17.23º | 0.76% | 0.49% | - |
| HSV(B) | 17.23º | 0.86% | 0.85% | - |
| XYZ | 32.32 | 21.34 | 3.64 | - |
| YUV | 117.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 30 | 0 | 0.61 | 0.86 | 0.15 | 17.23 | 0.76 | 0.49 |
| Hex | DA | 54 | 1E | 0 | 3D | 56 | F | 11 | 4C | 31 |
| Octal | 332 | 124 | 36 | 0 | 75 | 126 | 17 | 21 | 114 | 61 |
| Binary | 11011010 | 1010100 | 11110 | 0 | 111101 | 1010110 | 1111 | 10001 | 1001100 | 110001 |
Color Harmonies of #DA541E
Complementary color
Monochromatic Colors of #DA541E
Black with #DA541E
Text Example
Text Example
White with #DA541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA541E; }
p { color: rgb(218,84,30); }
H1.HeaderClassName
{
color: #DA541E;
}
.AnyTagClassName
{
color: #DA541E;
}
</style>
background-color css
<style>
a { background-color: #DA541E; }
a { background-color: rgb(218,84,30); }
div.DivClassName
{
background-color: #DA541E;
}
.BgClassName
{
background-color: #DA541E;
}
</style>
border-color css
<style>
span { border-color: #DA541E; }
span { border-color: rgb(218,84,30); }
td.TdClassName
{
border-color: #DA541E;
}
.TagClassName
{
border-color: #DA541E;
}
</style>