Shades of Chocolate #DA5C1D
Tints of Chocolate #DA5C1D
RGB
CMYK
RGB Variations
Color information
#DA5C1D (or 0xDA5C1D) is known color: Chocolate. HEX triplet: DA, 5C and 1D. RGB value is (218,92,29). Sum of RGB (Red+Green+Blue) = 218+92+29=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C1D is #25A3E2. Grayscale: #7A7A7A. Windows color (decimal): -2466787 or 1924314. OLE color: 1924314.
HSL color Cylindrical-coordinate representation of color #DA5C1D: hue angle of 20º 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 #DA5C1D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 29 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.15 |
| HSL | 20º | 0.77% | 0.48% | - |
| HSV(B) | 20º | 0.87% | 0.85% | - |
| XYZ | 32.96 | 22.65 | 3.8 | - |
| YUV | 122.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 29 | 0 | 0.58 | 0.87 | 0.15 | 20 | 0.77 | 0.48 |
| Hex | DA | 5C | 1D | 0 | 3A | 57 | F | 14 | 4D | 30 |
| Octal | 332 | 134 | 35 | 0 | 72 | 127 | 17 | 24 | 115 | 60 |
| Binary | 11011010 | 1011100 | 11101 | 0 | 111010 | 1010111 | 1111 | 10100 | 1001101 | 110000 |
Color Harmonies of #DA5C1D
Complementary color
Monochromatic Colors of #DA5C1D
Black with #DA5C1D
Text Example
Text Example
White with #DA5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C1D; }
p { color: rgb(218,92,29); }
H1.HeaderClassName
{
color: #DA5C1D;
}
.AnyTagClassName
{
color: #DA5C1D;
}
</style>
background-color css
<style>
a { background-color: #DA5C1D; }
a { background-color: rgb(218,92,29); }
div.DivClassName
{
background-color: #DA5C1D;
}
.BgClassName
{
background-color: #DA5C1D;
}
</style>
border-color css
<style>
span { border-color: #DA5C1D; }
span { border-color: rgb(218,92,29); }
td.TdClassName
{
border-color: #DA5C1D;
}
.TagClassName
{
border-color: #DA5C1D;
}
</style>