Shades of Red Damask #D06D43
Tints of Red Damask #D06D43
RGB
CMYK
RGB Variations
Color information
#D06D43 (or 0xD06D43) is known color: Red Damask. HEX triplet: D0, 6D and 43. RGB value is (208,109,67). Sum of RGB (Red+Green+Blue) = 208+109+67=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D43 is #2F92BC. Grayscale: #868686. Windows color (decimal): -3117757 or 4419024. OLE color: 4419024.
HSL color Cylindrical-coordinate representation of color #D06D43: hue angle of 17.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D06D43 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 67 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.18 |
| HSL | 17.87º | 0.6% | 0.54% | - |
| HSV(B) | 17.87º | 0.68% | 0.82% | - |
| XYZ | 32.49 | 24.75 | 8.38 | - |
| YUV | 133.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 67 | 0 | 0.48 | 0.68 | 0.18 | 17.87 | 0.6 | 0.54 |
| Hex | D0 | 6D | 43 | 0 | 30 | 44 | 12 | 12 | 3C | 36 |
| Octal | 320 | 155 | 103 | 0 | 60 | 104 | 22 | 22 | 74 | 66 |
| Binary | 11010000 | 1101101 | 1000011 | 0 | 110000 | 1000100 | 10010 | 10010 | 111100 | 110110 |
Color Harmonies of #D06D43
Complementary color
Monochromatic Colors of #D06D43
Black with #D06D43
Text Example
Text Example
White with #D06D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D43; }
p { color: rgb(208,109,67); }
H1.HeaderClassName
{
color: #D06D43;
}
.AnyTagClassName
{
color: #D06D43;
}
</style>
background-color css
<style>
a { background-color: #D06D43; }
a { background-color: rgb(208,109,67); }
div.DivClassName
{
background-color: #D06D43;
}
.BgClassName
{
background-color: #D06D43;
}
</style>
border-color css
<style>
span { border-color: #D06D43; }
span { border-color: rgb(208,109,67); }
td.TdClassName
{
border-color: #D06D43;
}
.TagClassName
{
border-color: #D06D43;
}
</style>