Shades of Red Damask #D06F46
Tints of Red Damask #D06F46
RGB
CMYK
RGB Variations
Color information
#D06F46 (or 0xD06F46) is known color: Red Damask. HEX triplet: D0, 6F and 46. RGB value is (208,111,70). Sum of RGB (Red+Green+Blue) = 208+111+70=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F46 is #2F90B9. Grayscale: #878787. Windows color (decimal): -3117242 or 4616144. OLE color: 4616144.
HSL color Cylindrical-coordinate representation of color #D06F46: hue angle of 17.83º 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 #D06F46 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 70 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.18 |
| HSL | 17.83º | 0.59% | 0.55% | - |
| HSV(B) | 17.83º | 0.66% | 0.82% | - |
| XYZ | 32.8 | 25.22 | 8.93 | - |
| YUV | 135.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 70 | 0 | 0.47 | 0.66 | 0.18 | 17.83 | 0.59 | 0.55 |
| Hex | D0 | 6F | 46 | 0 | 2F | 42 | 12 | 12 | 3B | 37 |
| Octal | 320 | 157 | 106 | 0 | 57 | 102 | 22 | 22 | 73 | 67 |
| Binary | 11010000 | 1101111 | 1000110 | 0 | 101111 | 1000010 | 10010 | 10010 | 111011 | 110111 |
Color Harmonies of #D06F46
Complementary color
Monochromatic Colors of #D06F46
Black with #D06F46
Text Example
Text Example
White with #D06F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F46; }
p { color: rgb(208,111,70); }
H1.HeaderClassName
{
color: #D06F46;
}
.AnyTagClassName
{
color: #D06F46;
}
</style>
background-color css
<style>
a { background-color: #D06F46; }
a { background-color: rgb(208,111,70); }
div.DivClassName
{
background-color: #D06F46;
}
.BgClassName
{
background-color: #D06F46;
}
</style>
border-color css
<style>
span { border-color: #D06F46; }
span { border-color: rgb(208,111,70); }
td.TdClassName
{
border-color: #D06F46;
}
.TagClassName
{
border-color: #D06F46;
}
</style>