Shades of Chocolate #DA5D1C
Tints of Chocolate #DA5D1C
RGB
CMYK
RGB Variations
Color information
#DA5D1C (or 0xDA5D1C) is known color: Chocolate. HEX triplet: DA, 5D and 1C. RGB value is (218,93,28). Sum of RGB (Red+Green+Blue) = 218+93+28=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D1C is #25A2E3. Grayscale: #7B7B7B. Windows color (decimal): -2466532 or 1859034. OLE color: 1859034.
HSL color Cylindrical-coordinate representation of color #DA5D1C: hue angle of 20.53º 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 #DA5D1C is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 28 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.15 |
| HSL | 20.53º | 0.77% | 0.48% | - |
| HSV(B) | 20.53º | 0.87% | 0.85% | - |
| XYZ | 33.04 | 22.82 | 3.76 | - |
| YUV | 122.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 28 | 0 | 0.57 | 0.87 | 0.15 | 20.53 | 0.77 | 0.48 |
| Hex | DA | 5D | 1C | 0 | 39 | 57 | F | 15 | 4D | 30 |
| Octal | 332 | 135 | 34 | 0 | 71 | 127 | 17 | 25 | 115 | 60 |
| Binary | 11011010 | 1011101 | 11100 | 0 | 111001 | 1010111 | 1111 | 10101 | 1001101 | 110000 |
Color Harmonies of #DA5D1C
Complementary color
Monochromatic Colors of #DA5D1C
Black with #DA5D1C
Text Example
Text Example
White with #DA5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D1C; }
p { color: rgb(218,93,28); }
H1.HeaderClassName
{
color: #DA5D1C;
}
.AnyTagClassName
{
color: #DA5D1C;
}
</style>
background-color css
<style>
a { background-color: #DA5D1C; }
a { background-color: rgb(218,93,28); }
div.DivClassName
{
background-color: #DA5D1C;
}
.BgClassName
{
background-color: #DA5D1C;
}
</style>
border-color css
<style>
span { border-color: #DA5D1C; }
span { border-color: rgb(218,93,28); }
td.TdClassName
{
border-color: #DA5D1C;
}
.TagClassName
{
border-color: #DA5D1C;
}
</style>