Shades of Red Damask #DA704D
Tints of Red Damask #DA704D
RGB
CMYK
RGB Variations
Color information
#DA704D (or 0xDA704D) is known color: Red Damask. HEX triplet: DA, 70 and 4D. RGB value is (218,112,77). Sum of RGB (Red+Green+Blue) = 218+112+77=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA704D is #258FB2. Grayscale: #8B8B8B. Windows color (decimal): -2461619 or 5075162. OLE color: 5075162.
HSL color Cylindrical-coordinate representation of color #DA704D: hue angle of 14.89º 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 #DA704D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 77 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.15 |
| HSL | 14.89º | 0.66% | 0.58% | - |
| HSV(B) | 14.89º | 0.65% | 0.85% | - |
| XYZ | 36.05 | 27.03 | 10.34 | - |
| YUV | 139.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 77 | 0 | 0.49 | 0.65 | 0.15 | 14.89 | 0.66 | 0.58 |
| Hex | DA | 70 | 4D | 0 | 31 | 41 | F | F | 42 | 3A |
| Octal | 332 | 160 | 115 | 0 | 61 | 101 | 17 | 17 | 102 | 72 |
| Binary | 11011010 | 1110000 | 1001101 | 0 | 110001 | 1000001 | 1111 | 1111 | 1000010 | 111010 |
Color Harmonies of #DA704D
Complementary color
Monochromatic Colors of #DA704D
Black with #DA704D
Text Example
Text Example
White with #DA704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA704D; }
p { color: rgb(218,112,77); }
H1.HeaderClassName
{
color: #DA704D;
}
.AnyTagClassName
{
color: #DA704D;
}
</style>
background-color css
<style>
a { background-color: #DA704D; }
a { background-color: rgb(218,112,77); }
div.DivClassName
{
background-color: #DA704D;
}
.BgClassName
{
background-color: #DA704D;
}
</style>
border-color css
<style>
span { border-color: #DA704D; }
span { border-color: rgb(218,112,77); }
td.TdClassName
{
border-color: #DA704D;
}
.TagClassName
{
border-color: #DA704D;
}
</style>