Shades of Red Damask #D06947
Tints of Red Damask #D06947
RGB
CMYK
RGB Variations
Color information
#D06947 (or 0xD06947) is known color: Red Damask. HEX triplet: D0, 69 and 47. RGB value is (208,105,71). Sum of RGB (Red+Green+Blue) = 208+105+71=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D06947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06947 is #2F96B8. Grayscale: #848484. Windows color (decimal): -3118777 or 4680144. OLE color: 4680144.
HSL color Cylindrical-coordinate representation of color #D06947: hue angle of 14.89º 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 #D06947 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 71 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.18 |
| HSL | 14.89º | 0.59% | 0.55% | - |
| HSV(B) | 14.89º | 0.66% | 0.82% | - |
| XYZ | 32.2 | 23.97 | 8.89 | - |
| YUV | 131.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 71 | 0 | 0.50 | 0.66 | 0.18 | 14.89 | 0.59 | 0.55 |
| Hex | D0 | 69 | 47 | 0 | 32 | 42 | 12 | F | 3B | 37 |
| Octal | 320 | 151 | 107 | 0 | 62 | 102 | 22 | 17 | 73 | 67 |
| Binary | 11010000 | 1101001 | 1000111 | 0 | 110010 | 1000010 | 10010 | 1111 | 111011 | 110111 |
Color Harmonies of #D06947
Complementary color
Monochromatic Colors of #D06947
Black with #D06947
Text Example
Text Example
White with #D06947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06947; }
p { color: rgb(208,105,71); }
H1.HeaderClassName
{
color: #D06947;
}
.AnyTagClassName
{
color: #D06947;
}
</style>
background-color css
<style>
a { background-color: #D06947; }
a { background-color: rgb(208,105,71); }
div.DivClassName
{
background-color: #D06947;
}
.BgClassName
{
background-color: #D06947;
}
</style>
border-color css
<style>
span { border-color: #D06947; }
span { border-color: rgb(208,105,71); }
td.TdClassName
{
border-color: #D06947;
}
.TagClassName
{
border-color: #D06947;
}
</style>