Shades of Red Damask #D06845
Tints of Red Damask #D06845
RGB
CMYK
RGB Variations
Color information
#D06845 (or 0xD06845) is known color: Red Damask. HEX triplet: D0, 68 and 45. RGB value is (208,104,69). Sum of RGB (Red+Green+Blue) = 208+104+69=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06845 is #2F97BA. Grayscale: #838383. Windows color (decimal): -3119035 or 4548816. OLE color: 4548816.
HSL color Cylindrical-coordinate representation of color #D06845: hue angle of 15.11º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D06845 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 69 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.18 |
| HSL | 15.11º | 0.6% | 0.54% | - |
| HSV(B) | 15.11º | 0.67% | 0.82% | - |
| XYZ | 32.04 | 23.74 | 8.52 | - |
| YUV | 131.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 69 | 0 | 0.5 | 0.67 | 0.18 | 15.11 | 0.6 | 0.54 |
| Hex | D0 | 68 | 45 | 0 | 32 | 43 | 12 | F | 3C | 36 |
| Octal | 320 | 150 | 105 | 0 | 62 | 103 | 22 | 17 | 74 | 66 |
| Binary | 11010000 | 1101000 | 1000101 | 0 | 110010 | 1000011 | 10010 | 1111 | 111100 | 110110 |
Color Harmonies of #D06845
Complementary color
Monochromatic Colors of #D06845
Black with #D06845
Text Example
Text Example
White with #D06845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06845; }
p { color: rgb(208,104,69); }
H1.HeaderClassName
{
color: #D06845;
}
.AnyTagClassName
{
color: #D06845;
}
</style>
background-color css
<style>
a { background-color: #D06845; }
a { background-color: rgb(208,104,69); }
div.DivClassName
{
background-color: #D06845;
}
.BgClassName
{
background-color: #D06845;
}
</style>
border-color css
<style>
span { border-color: #D06845; }
span { border-color: rgb(208,104,69); }
td.TdClassName
{
border-color: #D06845;
}
.TagClassName
{
border-color: #D06845;
}
</style>