Shades of Red Damask #D06F49
Tints of Red Damask #D06F49
RGB
CMYK
RGB Variations
Color information
#D06F49 (or 0xD06F49) is known color: Red Damask. HEX triplet: D0, 6F and 49. RGB value is (208,111,73). Sum of RGB (Red+Green+Blue) = 208+111+73=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F49 is #2F90B6. Grayscale: #878787. Windows color (decimal): -3117239 or 4812752. OLE color: 4812752.
HSL color Cylindrical-coordinate representation of color #D06F49: hue angle of 16.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06F49 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 73 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.18 |
| HSL | 16.89º | 0.59% | 0.55% | - |
| HSV(B) | 16.89º | 0.65% | 0.82% | - |
| XYZ | 32.9 | 25.26 | 9.44 | - |
| YUV | 135.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 73 | 0 | 0.47 | 0.65 | 0.18 | 16.89 | 0.59 | 0.55 |
| Hex | D0 | 6F | 49 | 0 | 2F | 41 | 12 | 11 | 3B | 37 |
| Octal | 320 | 157 | 111 | 0 | 57 | 101 | 22 | 21 | 73 | 67 |
| Binary | 11010000 | 1101111 | 1001001 | 0 | 101111 | 1000001 | 10010 | 10001 | 111011 | 110111 |
Color Harmonies of #D06F49
Complementary color
Monochromatic Colors of #D06F49
Black with #D06F49
Text Example
Text Example
White with #D06F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F49; }
p { color: rgb(208,111,73); }
H1.HeaderClassName
{
color: #D06F49;
}
.AnyTagClassName
{
color: #D06F49;
}
</style>
background-color css
<style>
a { background-color: #D06F49; }
a { background-color: rgb(208,111,73); }
div.DivClassName
{
background-color: #D06F49;
}
.BgClassName
{
background-color: #D06F49;
}
</style>
border-color css
<style>
span { border-color: #D06F49; }
span { border-color: rgb(208,111,73); }
td.TdClassName
{
border-color: #D06F49;
}
.TagClassName
{
border-color: #D06F49;
}
</style>