Shades of Red Damask #D07547
Tints of Red Damask #D07547
RGB
CMYK
RGB Variations
Color information
#D07547 (or 0xD07547) is known color: Red Damask. HEX triplet: D0, 75 and 47. RGB value is (208,117,71). Sum of RGB (Red+Green+Blue) = 208+117+71=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D07547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07547 is #2F8AB8. Grayscale: #8B8B8B. Windows color (decimal): -3115705 or 4683216. OLE color: 4683216.
HSL color Cylindrical-coordinate representation of color #D07547: hue angle of 20.15º 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 #D07547 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 71 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.18 |
| HSL | 20.15º | 0.59% | 0.55% | - |
| HSV(B) | 20.15º | 0.66% | 0.82% | - |
| XYZ | 33.51 | 26.59 | 9.33 | - |
| YUV | 138.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 71 | 0 | 0.44 | 0.66 | 0.18 | 20.15 | 0.59 | 0.55 |
| Hex | D0 | 75 | 47 | 0 | 2C | 42 | 12 | 14 | 3B | 37 |
| Octal | 320 | 165 | 107 | 0 | 54 | 102 | 22 | 24 | 73 | 67 |
| Binary | 11010000 | 1110101 | 1000111 | 0 | 101100 | 1000010 | 10010 | 10100 | 111011 | 110111 |
Color Harmonies of #D07547
Complementary color
Monochromatic Colors of #D07547
Black with #D07547
Text Example
Text Example
White with #D07547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07547; }
p { color: rgb(208,117,71); }
H1.HeaderClassName
{
color: #D07547;
}
.AnyTagClassName
{
color: #D07547;
}
</style>
background-color css
<style>
a { background-color: #D07547; }
a { background-color: rgb(208,117,71); }
div.DivClassName
{
background-color: #D07547;
}
.BgClassName
{
background-color: #D07547;
}
</style>
border-color css
<style>
span { border-color: #D07547; }
span { border-color: rgb(208,117,71); }
td.TdClassName
{
border-color: #D07547;
}
.TagClassName
{
border-color: #D07547;
}
</style>