Shades of Red Damask #D06D4C
Tints of Red Damask #D06D4C
RGB
CMYK
RGB Variations
Color information
#D06D4C (or 0xD06D4C) is known color: Red Damask. HEX triplet: D0, 6D and 4C. RGB value is (208,109,76). Sum of RGB (Red+Green+Blue) = 208+109+76=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D4C is #2F92B3. Grayscale: #878787. Windows color (decimal): -3117748 or 5008848. OLE color: 5008848.
HSL color Cylindrical-coordinate representation of color #D06D4C: hue angle of 15º 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 #D06D4C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 76 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.18 |
| HSL | 15º | 0.58% | 0.56% | - |
| HSV(B) | 15º | 0.63% | 0.82% | - |
| XYZ | 32.79 | 24.87 | 9.91 | - |
| YUV | 134.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 76 | 0 | 0.48 | 0.63 | 0.18 | 15 | 0.58 | 0.56 |
| Hex | D0 | 6D | 4C | 0 | 30 | 3F | 12 | F | 3A | 38 |
| Octal | 320 | 155 | 114 | 0 | 60 | 77 | 22 | 17 | 72 | 70 |
| Binary | 11010000 | 1101101 | 1001100 | 0 | 110000 | 111111 | 10010 | 1111 | 111010 | 111000 |
Color Harmonies of #D06D4C
Complementary color
Monochromatic Colors of #D06D4C
Black with #D06D4C
Text Example
Text Example
White with #D06D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D4C; }
p { color: rgb(208,109,76); }
H1.HeaderClassName
{
color: #D06D4C;
}
.AnyTagClassName
{
color: #D06D4C;
}
</style>
background-color css
<style>
a { background-color: #D06D4C; }
a { background-color: rgb(208,109,76); }
div.DivClassName
{
background-color: #D06D4C;
}
.BgClassName
{
background-color: #D06D4C;
}
</style>
border-color css
<style>
span { border-color: #D06D4C; }
span { border-color: rgb(208,109,76); }
td.TdClassName
{
border-color: #D06D4C;
}
.TagClassName
{
border-color: #D06D4C;
}
</style>