Shades of Red Damask #DA6F4C
Tints of Red Damask #DA6F4C
RGB
CMYK
RGB Variations
Color information
#DA6F4C (or 0xDA6F4C) is known color: Red Damask. HEX triplet: DA, 6F and 4C. RGB value is (218,111,76). Sum of RGB (Red+Green+Blue) = 218+111+76=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F4C is #2590B3. Grayscale: #8B8B8B. Windows color (decimal): -2461876 or 5009370. OLE color: 5009370.
HSL color Cylindrical-coordinate representation of color #DA6F4C: hue angle of 14.79º 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 #DA6F4C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 76 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.15 |
| HSL | 14.79º | 0.66% | 0.58% | - |
| HSV(B) | 14.79º | 0.65% | 0.85% | - |
| XYZ | 35.9 | 26.8 | 10.12 | - |
| YUV | 139 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 76 | 0 | 0.49 | 0.65 | 0.15 | 14.79 | 0.66 | 0.58 |
| Hex | DA | 6F | 4C | 0 | 31 | 41 | F | F | 42 | 3A |
| Octal | 332 | 157 | 114 | 0 | 61 | 101 | 17 | 17 | 102 | 72 |
| Binary | 11011010 | 1101111 | 1001100 | 0 | 110001 | 1000001 | 1111 | 1111 | 1000010 | 111010 |
Color Harmonies of #DA6F4C
Complementary color
Monochromatic Colors of #DA6F4C
Black with #DA6F4C
Text Example
Text Example
White with #DA6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F4C; }
p { color: rgb(218,111,76); }
H1.HeaderClassName
{
color: #DA6F4C;
}
.AnyTagClassName
{
color: #DA6F4C;
}
</style>
background-color css
<style>
a { background-color: #DA6F4C; }
a { background-color: rgb(218,111,76); }
div.DivClassName
{
background-color: #DA6F4C;
}
.BgClassName
{
background-color: #DA6F4C;
}
</style>
border-color css
<style>
span { border-color: #DA6F4C; }
span { border-color: rgb(218,111,76); }
td.TdClassName
{
border-color: #DA6F4C;
}
.TagClassName
{
border-color: #DA6F4C;
}
</style>