Shades of Red Damask #D06F4F
Tints of Red Damask #D06F4F
RGB
CMYK
RGB Variations
Color information
#D06F4F (or 0xD06F4F) is known color: Red Damask. HEX triplet: D0, 6F and 4F. RGB value is (208,111,79). Sum of RGB (Red+Green+Blue) = 208+111+79=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F4F is #2F90B0. Grayscale: #888888. Windows color (decimal): -3117233 or 5205968. OLE color: 5205968.
HSL color Cylindrical-coordinate representation of color #D06F4F: hue angle of 14.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D06F4F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 79 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.18 |
| HSL | 14.88º | 0.58% | 0.56% | - |
| HSV(B) | 14.88º | 0.62% | 0.82% | - |
| XYZ | 33.11 | 25.34 | 10.54 | - |
| YUV | 136.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 79 | 0 | 0.47 | 0.62 | 0.18 | 14.88 | 0.58 | 0.56 |
| Hex | D0 | 6F | 4F | 0 | 2F | 3E | 12 | F | 3A | 38 |
| Octal | 320 | 157 | 117 | 0 | 57 | 76 | 22 | 17 | 72 | 70 |
| Binary | 11010000 | 1101111 | 1001111 | 0 | 101111 | 111110 | 10010 | 1111 | 111010 | 111000 |
Color Harmonies of #D06F4F
Complementary color
Monochromatic Colors of #D06F4F
Black with #D06F4F
Text Example
Text Example
White with #D06F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F4F; }
p { color: rgb(208,111,79); }
H1.HeaderClassName
{
color: #D06F4F;
}
.AnyTagClassName
{
color: #D06F4F;
}
</style>
background-color css
<style>
a { background-color: #D06F4F; }
a { background-color: rgb(208,111,79); }
div.DivClassName
{
background-color: #D06F4F;
}
.BgClassName
{
background-color: #D06F4F;
}
</style>
border-color css
<style>
span { border-color: #D06F4F; }
span { border-color: rgb(208,111,79); }
td.TdClassName
{
border-color: #D06F4F;
}
.TagClassName
{
border-color: #D06F4F;
}
</style>