Shades of Chocolate #DA5E1E
Tints of Chocolate #DA5E1E
RGB
CMYK
RGB Variations
Color information
#DA5E1E (or 0xDA5E1E) is known color: Chocolate. HEX triplet: DA, 5E and 1E. RGB value is (218,94,30). Sum of RGB (Red+Green+Blue) = 218+94+30=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E1E is #25A1E1. Grayscale: #7C7C7C. Windows color (decimal): -2466274 or 1990362. OLE color: 1990362.
HSL color Cylindrical-coordinate representation of color #DA5E1E: hue angle of 20.43º 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 #DA5E1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 30 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.15 |
| HSL | 20.43º | 0.76% | 0.49% | - |
| HSV(B) | 20.43º | 0.86% | 0.85% | - |
| XYZ | 33.15 | 23 | 3.92 | - |
| YUV | 123.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 30 | 0 | 0.57 | 0.86 | 0.15 | 20.43 | 0.76 | 0.49 |
| Hex | DA | 5E | 1E | 0 | 39 | 56 | F | 14 | 4C | 31 |
| Octal | 332 | 136 | 36 | 0 | 71 | 126 | 17 | 24 | 114 | 61 |
| Binary | 11011010 | 1011110 | 11110 | 0 | 111001 | 1010110 | 1111 | 10100 | 1001100 | 110001 |
Color Harmonies of #DA5E1E
Complementary color
Monochromatic Colors of #DA5E1E
Black with #DA5E1E
Text Example
Text Example
White with #DA5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E1E; }
p { color: rgb(218,94,30); }
H1.HeaderClassName
{
color: #DA5E1E;
}
.AnyTagClassName
{
color: #DA5E1E;
}
</style>
background-color css
<style>
a { background-color: #DA5E1E; }
a { background-color: rgb(218,94,30); }
div.DivClassName
{
background-color: #DA5E1E;
}
.BgClassName
{
background-color: #DA5E1E;
}
</style>
border-color css
<style>
span { border-color: #DA5E1E; }
span { border-color: rgb(218,94,30); }
td.TdClassName
{
border-color: #DA5E1E;
}
.TagClassName
{
border-color: #DA5E1E;
}
</style>