Shades of Red Damask #DA6E4C
Tints of Red Damask #DA6E4C
RGB
CMYK
RGB Variations
Color information
#DA6E4C (or 0xDA6E4C) is known color: Red Damask. HEX triplet: DA, 6E and 4C. RGB value is (218,110,76). Sum of RGB (Red+Green+Blue) = 218+110+76=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E4C is #2591B3. Grayscale: #8A8A8A. Windows color (decimal): -2462132 or 5009114. OLE color: 5009114.
HSL color Cylindrical-coordinate representation of color #DA6E4C: hue angle of 14.37º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA6E4C is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 76 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.15 |
| HSL | 14.37º | 0.66% | 0.58% | - |
| HSV(B) | 14.37º | 0.65% | 0.85% | - |
| XYZ | 35.79 | 26.58 | 10.08 | - |
| YUV | 138.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 76 | 0 | 0.50 | 0.65 | 0.15 | 14.37 | 0.66 | 0.58 |
| Hex | DA | 6E | 4C | 0 | 32 | 41 | F | E | 42 | 3A |
| Octal | 332 | 156 | 114 | 0 | 62 | 101 | 17 | 16 | 102 | 72 |
| Binary | 11011010 | 1101110 | 1001100 | 0 | 110010 | 1000001 | 1111 | 1110 | 1000010 | 111010 |
Color Harmonies of #DA6E4C
Complementary color
Monochromatic Colors of #DA6E4C
Black with #DA6E4C
Text Example
Text Example
White with #DA6E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E4C; }
p { color: rgb(218,110,76); }
H1.HeaderClassName
{
color: #DA6E4C;
}
.AnyTagClassName
{
color: #DA6E4C;
}
</style>
background-color css
<style>
a { background-color: #DA6E4C; }
a { background-color: rgb(218,110,76); }
div.DivClassName
{
background-color: #DA6E4C;
}
.BgClassName
{
background-color: #DA6E4C;
}
</style>
border-color css
<style>
span { border-color: #DA6E4C; }
span { border-color: rgb(218,110,76); }
td.TdClassName
{
border-color: #DA6E4C;
}
.TagClassName
{
border-color: #DA6E4C;
}
</style>