Shades of Chocolate #DA5E23
Tints of Chocolate #DA5E23
RGB
CMYK
RGB Variations
Color information
#DA5E23 (or 0xDA5E23) is known color: Chocolate. HEX triplet: DA, 5E and 23. RGB value is (218,94,35). Sum of RGB (Red+Green+Blue) = 218+94+35=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E23 is #25A1DC. Grayscale: #7C7C7C. Windows color (decimal): -2466269 or 2318042. OLE color: 2318042.
HSL color Cylindrical-coordinate representation of color #DA5E23: hue angle of 19.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA5E23 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 35 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.15 |
| HSL | 19.34º | 0.72% | 0.5% | - |
| HSV(B) | 19.34º | 0.84% | 0.85% | - |
| XYZ | 33.22 | 23.03 | 4.28 | - |
| YUV | 124.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 35 | 0 | 0.57 | 0.84 | 0.15 | 19.34 | 0.72 | 0.5 |
| Hex | DA | 5E | 23 | 0 | 39 | 54 | F | 13 | 48 | 32 |
| Octal | 332 | 136 | 43 | 0 | 71 | 124 | 17 | 23 | 110 | 62 |
| Binary | 11011010 | 1011110 | 100011 | 0 | 111001 | 1010100 | 1111 | 10011 | 1001000 | 110010 |
Color Harmonies of #DA5E23
Complementary color
Monochromatic Colors of #DA5E23
Black with #DA5E23
Text Example
Text Example
White with #DA5E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E23; }
p { color: rgb(218,94,35); }
H1.HeaderClassName
{
color: #DA5E23;
}
.AnyTagClassName
{
color: #DA5E23;
}
</style>
background-color css
<style>
a { background-color: #DA5E23; }
a { background-color: rgb(218,94,35); }
div.DivClassName
{
background-color: #DA5E23;
}
.BgClassName
{
background-color: #DA5E23;
}
</style>
border-color css
<style>
span { border-color: #DA5E23; }
span { border-color: rgb(218,94,35); }
td.TdClassName
{
border-color: #DA5E23;
}
.TagClassName
{
border-color: #DA5E23;
}
</style>