Shades of Red Damask #D06749
Tints of Red Damask #D06749
RGB
CMYK
RGB Variations
Color information
#D06749 (or 0xD06749) is known color: Red Damask. HEX triplet: D0, 67 and 49. RGB value is (208,103,73). Sum of RGB (Red+Green+Blue) = 208+103+73=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D06749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06749 is #2F98B6. Grayscale: #838383. Windows color (decimal): -3119287 or 4810704. OLE color: 4810704.
HSL color Cylindrical-coordinate representation of color #D06749: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06749 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 73 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.18 |
| HSL | 13.33º | 0.59% | 0.55% | - |
| HSV(B) | 13.33º | 0.65% | 0.82% | - |
| XYZ | 32.07 | 23.59 | 9.17 | - |
| YUV | 130.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 73 | 0 | 0.50 | 0.65 | 0.18 | 13.33 | 0.59 | 0.55 |
| Hex | D0 | 67 | 49 | 0 | 32 | 41 | 12 | D | 3B | 37 |
| Octal | 320 | 147 | 111 | 0 | 62 | 101 | 22 | 15 | 73 | 67 |
| Binary | 11010000 | 1100111 | 1001001 | 0 | 110010 | 1000001 | 10010 | 1101 | 111011 | 110111 |
Color Harmonies of #D06749
Complementary color
Monochromatic Colors of #D06749
Black with #D06749
Text Example
Text Example
White with #D06749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06749; }
p { color: rgb(208,103,73); }
H1.HeaderClassName
{
color: #D06749;
}
.AnyTagClassName
{
color: #D06749;
}
</style>
background-color css
<style>
a { background-color: #D06749; }
a { background-color: rgb(208,103,73); }
div.DivClassName
{
background-color: #D06749;
}
.BgClassName
{
background-color: #D06749;
}
</style>
border-color css
<style>
span { border-color: #D06749; }
span { border-color: rgb(208,103,73); }
td.TdClassName
{
border-color: #D06749;
}
.TagClassName
{
border-color: #D06749;
}
</style>