Shades of Red Damask #D06747
Tints of Red Damask #D06747
RGB
CMYK
RGB Variations
Color information
#D06747 (or 0xD06747) is known color: Red Damask. HEX triplet: D0, 67 and 47. RGB value is (208,103,71). Sum of RGB (Red+Green+Blue) = 208+103+71=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06747 is #2F98B8. Grayscale: #828282. Windows color (decimal): -3119289 or 4679632. OLE color: 4679632.
HSL color Cylindrical-coordinate representation of color #D06747: hue angle of 14.01º 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 #D06747 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 71 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.18 |
| HSL | 14.01º | 0.59% | 0.55% | - |
| HSV(B) | 14.01º | 0.66% | 0.82% | - |
| XYZ | 32 | 23.57 | 8.82 | - |
| YUV | 130.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 71 | 0 | 0.50 | 0.66 | 0.18 | 14.01 | 0.59 | 0.55 |
| Hex | D0 | 67 | 47 | 0 | 32 | 42 | 12 | E | 3B | 37 |
| Octal | 320 | 147 | 107 | 0 | 62 | 102 | 22 | 16 | 73 | 67 |
| Binary | 11010000 | 1100111 | 1000111 | 0 | 110010 | 1000010 | 10010 | 1110 | 111011 | 110111 |
Color Harmonies of #D06747
Complementary color
Monochromatic Colors of #D06747
Black with #D06747
Text Example
Text Example
White with #D06747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06747; }
p { color: rgb(208,103,71); }
H1.HeaderClassName
{
color: #D06747;
}
.AnyTagClassName
{
color: #D06747;
}
</style>
background-color css
<style>
a { background-color: #D06747; }
a { background-color: rgb(208,103,71); }
div.DivClassName
{
background-color: #D06747;
}
.BgClassName
{
background-color: #D06747;
}
</style>
border-color css
<style>
span { border-color: #D06747; }
span { border-color: rgb(208,103,71); }
td.TdClassName
{
border-color: #D06747;
}
.TagClassName
{
border-color: #D06747;
}
</style>