Shades of Red Damask #D06F47
Tints of Red Damask #D06F47
RGB
CMYK
RGB Variations
Color information
#D06F47 (or 0xD06F47) is known color: Red Damask. HEX triplet: D0, 6F and 47. RGB value is (208,111,71). Sum of RGB (Red+Green+Blue) = 208+111+71=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F47 is #2F90B8. Grayscale: #878787. Windows color (decimal): -3117241 or 4681680. OLE color: 4681680.
HSL color Cylindrical-coordinate representation of color #D06F47: hue angle of 17.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D06F47 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 71 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.18 |
| HSL | 17.52º | 0.59% | 0.55% | - |
| HSV(B) | 17.52º | 0.66% | 0.82% | - |
| XYZ | 32.83 | 25.23 | 9.1 | - |
| YUV | 135.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 71 | 0 | 0.47 | 0.66 | 0.18 | 17.52 | 0.59 | 0.55 |
| Hex | D0 | 6F | 47 | 0 | 2F | 42 | 12 | 12 | 3B | 37 |
| Octal | 320 | 157 | 107 | 0 | 57 | 102 | 22 | 22 | 73 | 67 |
| Binary | 11010000 | 1101111 | 1000111 | 0 | 101111 | 1000010 | 10010 | 10010 | 111011 | 110111 |
Color Harmonies of #D06F47
Complementary color
Monochromatic Colors of #D06F47
Black with #D06F47
Text Example
Text Example
White with #D06F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F47; }
p { color: rgb(208,111,71); }
H1.HeaderClassName
{
color: #D06F47;
}
.AnyTagClassName
{
color: #D06F47;
}
</style>
background-color css
<style>
a { background-color: #D06F47; }
a { background-color: rgb(208,111,71); }
div.DivClassName
{
background-color: #D06F47;
}
.BgClassName
{
background-color: #D06F47;
}
</style>
border-color css
<style>
span { border-color: #D06F47; }
span { border-color: rgb(208,111,71); }
td.TdClassName
{
border-color: #D06F47;
}
.TagClassName
{
border-color: #D06F47;
}
</style>