Shades of Red Damask #D06D4A
Tints of Red Damask #D06D4A
RGB
CMYK
RGB Variations
Color information
#D06D4A (or 0xD06D4A) is known color: Red Damask. HEX triplet: D0, 6D and 4A. RGB value is (208,109,74). Sum of RGB (Red+Green+Blue) = 208+109+74=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D4A is #2F92B5. Grayscale: #868686. Windows color (decimal): -3117750 or 4877776. OLE color: 4877776.
HSL color Cylindrical-coordinate representation of color #D06D4A: hue angle of 15.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D06D4A is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 74 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.18 |
| HSL | 15.67º | 0.59% | 0.55% | - |
| HSV(B) | 15.67º | 0.64% | 0.82% | - |
| XYZ | 32.72 | 24.84 | 9.55 | - |
| YUV | 134.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 74 | 0 | 0.48 | 0.64 | 0.18 | 15.67 | 0.59 | 0.55 |
| Hex | D0 | 6D | 4A | 0 | 30 | 40 | 12 | 10 | 3B | 37 |
| Octal | 320 | 155 | 112 | 0 | 60 | 100 | 22 | 20 | 73 | 67 |
| Binary | 11010000 | 1101101 | 1001010 | 0 | 110000 | 1000000 | 10010 | 10000 | 111011 | 110111 |
Color Harmonies of #D06D4A
Complementary color
Monochromatic Colors of #D06D4A
Black with #D06D4A
Text Example
Text Example
White with #D06D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D4A; }
p { color: rgb(208,109,74); }
H1.HeaderClassName
{
color: #D06D4A;
}
.AnyTagClassName
{
color: #D06D4A;
}
</style>
background-color css
<style>
a { background-color: #D06D4A; }
a { background-color: rgb(208,109,74); }
div.DivClassName
{
background-color: #D06D4A;
}
.BgClassName
{
background-color: #D06D4A;
}
</style>
border-color css
<style>
span { border-color: #D06D4A; }
span { border-color: rgb(208,109,74); }
td.TdClassName
{
border-color: #D06D4A;
}
.TagClassName
{
border-color: #D06D4A;
}
</style>