Shades of Red Damask #D06847
Tints of Red Damask #D06847
RGB
CMYK
RGB Variations
Color information
#D06847 (or 0xD06847) is known color: Red Damask. HEX triplet: D0, 68 and 47. RGB value is (208,104,71). Sum of RGB (Red+Green+Blue) = 208+104+71=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06847 is #2F97B8. Grayscale: #838383. Windows color (decimal): -3119033 or 4679888. OLE color: 4679888.
HSL color Cylindrical-coordinate representation of color #D06847: hue angle of 14.45º 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 #D06847 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 71 | - |
| CMYK | 0 | 0.5 | 0.66 | 0.18 |
| HSL | 14.45º | 0.59% | 0.55% | - |
| HSV(B) | 14.45º | 0.66% | 0.82% | - |
| XYZ | 32.1 | 23.77 | 8.86 | - |
| YUV | 131.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 71 | 0 | 0.5 | 0.66 | 0.18 | 14.45 | 0.59 | 0.55 |
| Hex | D0 | 68 | 47 | 0 | 32 | 42 | 12 | E | 3B | 37 |
| Octal | 320 | 150 | 107 | 0 | 62 | 102 | 22 | 16 | 73 | 67 |
| Binary | 11010000 | 1101000 | 1000111 | 0 | 110010 | 1000010 | 10010 | 1110 | 111011 | 110111 |
Color Harmonies of #D06847
Complementary color
Monochromatic Colors of #D06847
Black with #D06847
Text Example
Text Example
White with #D06847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06847; }
p { color: rgb(208,104,71); }
H1.HeaderClassName
{
color: #D06847;
}
.AnyTagClassName
{
color: #D06847;
}
</style>
background-color css
<style>
a { background-color: #D06847; }
a { background-color: rgb(208,104,71); }
div.DivClassName
{
background-color: #D06847;
}
.BgClassName
{
background-color: #D06847;
}
</style>
border-color css
<style>
span { border-color: #D06847; }
span { border-color: rgb(208,104,71); }
td.TdClassName
{
border-color: #D06847;
}
.TagClassName
{
border-color: #D06847;
}
</style>