Shades of Red Damask #D06E4C
Tints of Red Damask #D06E4C
RGB
CMYK
RGB Variations
Color information
#D06E4C (or 0xD06E4C) is known color: Red Damask. HEX triplet: D0, 6E and 4C. RGB value is (208,110,76). Sum of RGB (Red+Green+Blue) = 208+110+76=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E4C is #2F91B3. Grayscale: #878787. Windows color (decimal): -3117492 or 5009104. OLE color: 5009104.
HSL color Cylindrical-coordinate representation of color #D06E4C: hue angle of 15.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D06E4C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 76 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.18 |
| HSL | 15.45º | 0.58% | 0.56% | - |
| HSV(B) | 15.45º | 0.63% | 0.82% | - |
| XYZ | 32.89 | 25.08 | 9.95 | - |
| YUV | 135.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 76 | 0 | 0.47 | 0.63 | 0.18 | 15.45 | 0.58 | 0.56 |
| Hex | D0 | 6E | 4C | 0 | 2F | 3F | 12 | F | 3A | 38 |
| Octal | 320 | 156 | 114 | 0 | 57 | 77 | 22 | 17 | 72 | 70 |
| Binary | 11010000 | 1101110 | 1001100 | 0 | 101111 | 111111 | 10010 | 1111 | 111010 | 111000 |
Color Harmonies of #D06E4C
Complementary color
Monochromatic Colors of #D06E4C
Black with #D06E4C
Text Example
Text Example
White with #D06E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E4C; }
p { color: rgb(208,110,76); }
H1.HeaderClassName
{
color: #D06E4C;
}
.AnyTagClassName
{
color: #D06E4C;
}
</style>
background-color css
<style>
a { background-color: #D06E4C; }
a { background-color: rgb(208,110,76); }
div.DivClassName
{
background-color: #D06E4C;
}
.BgClassName
{
background-color: #D06E4C;
}
</style>
border-color css
<style>
span { border-color: #D06E4C; }
span { border-color: rgb(208,110,76); }
td.TdClassName
{
border-color: #D06E4C;
}
.TagClassName
{
border-color: #D06E4C;
}
</style>