Shades of Red Damask #D06D4D
Tints of Red Damask #D06D4D
RGB
CMYK
RGB Variations
Color information
#D06D4D (or 0xD06D4D) is known color: Red Damask. HEX triplet: D0, 6D and 4D. RGB value is (208,109,77). Sum of RGB (Red+Green+Blue) = 208+109+77=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D4D is #2F92B2. Grayscale: #878787. Windows color (decimal): -3117747 or 5074384. OLE color: 5074384.
HSL color Cylindrical-coordinate representation of color #D06D4D: hue angle of 14.66º 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 #D06D4D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 77 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.18 |
| HSL | 14.66º | 0.58% | 0.56% | - |
| HSV(B) | 14.66º | 0.63% | 0.82% | - |
| XYZ | 32.82 | 24.88 | 10.09 | - |
| YUV | 134.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 77 | 0 | 0.48 | 0.63 | 0.18 | 14.66 | 0.58 | 0.56 |
| Hex | D0 | 6D | 4D | 0 | 30 | 3F | 12 | F | 3A | 38 |
| Octal | 320 | 155 | 115 | 0 | 60 | 77 | 22 | 17 | 72 | 70 |
| Binary | 11010000 | 1101101 | 1001101 | 0 | 110000 | 111111 | 10010 | 1111 | 111010 | 111000 |
Color Harmonies of #D06D4D
Complementary color
Monochromatic Colors of #D06D4D
Black with #D06D4D
Text Example
Text Example
White with #D06D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D4D; }
p { color: rgb(208,109,77); }
H1.HeaderClassName
{
color: #D06D4D;
}
.AnyTagClassName
{
color: #D06D4D;
}
</style>
background-color css
<style>
a { background-color: #D06D4D; }
a { background-color: rgb(208,109,77); }
div.DivClassName
{
background-color: #D06D4D;
}
.BgClassName
{
background-color: #D06D4D;
}
</style>
border-color css
<style>
span { border-color: #D06D4D; }
span { border-color: rgb(208,109,77); }
td.TdClassName
{
border-color: #D06D4D;
}
.TagClassName
{
border-color: #D06D4D;
}
</style>