Shades of Red Damask #D06D4E
Tints of Red Damask #D06D4E
RGB
CMYK
RGB Variations
Color information
#D06D4E (or 0xD06D4E) is known color: Red Damask. HEX triplet: D0, 6D and 4E. RGB value is (208,109,78). Sum of RGB (Red+Green+Blue) = 208+109+78=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D4E is #2F92B1. Grayscale: #878787. Windows color (decimal): -3117746 or 5139920. OLE color: 5139920.
HSL color Cylindrical-coordinate representation of color #D06D4E: hue angle of 14.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D06D4E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 78 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.18 |
| HSL | 14.31º | 0.58% | 0.56% | - |
| HSV(B) | 14.31º | 0.63% | 0.82% | - |
| XYZ | 32.86 | 24.9 | 10.28 | - |
| YUV | 135.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 78 | 0 | 0.48 | 0.62 | 0.18 | 14.31 | 0.58 | 0.56 |
| Hex | D0 | 6D | 4E | 0 | 30 | 3E | 12 | E | 3A | 38 |
| Octal | 320 | 155 | 116 | 0 | 60 | 76 | 22 | 16 | 72 | 70 |
| Binary | 11010000 | 1101101 | 1001110 | 0 | 110000 | 111110 | 10010 | 1110 | 111010 | 111000 |
Color Harmonies of #D06D4E
Complementary color
Monochromatic Colors of #D06D4E
Black with #D06D4E
Text Example
Text Example
White with #D06D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D4E; }
p { color: rgb(208,109,78); }
H1.HeaderClassName
{
color: #D06D4E;
}
.AnyTagClassName
{
color: #D06D4E;
}
</style>
background-color css
<style>
a { background-color: #D06D4E; }
a { background-color: rgb(208,109,78); }
div.DivClassName
{
background-color: #D06D4E;
}
.BgClassName
{
background-color: #D06D4E;
}
</style>
border-color css
<style>
span { border-color: #D06D4E; }
span { border-color: rgb(208,109,78); }
td.TdClassName
{
border-color: #D06D4E;
}
.TagClassName
{
border-color: #D06D4E;
}
</style>