Shades of Red Damask #D06C47
Tints of Red Damask #D06C47
RGB
CMYK
RGB Variations
Color information
#D06C47 (or 0xD06C47) is known color: Red Damask. HEX triplet: D0, 6C and 47. RGB value is (208,108,71). Sum of RGB (Red+Green+Blue) = 208+108+71=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C47 is #2F93B8. Grayscale: #858585. Windows color (decimal): -3118009 or 4680912. OLE color: 4680912.
HSL color Cylindrical-coordinate representation of color #D06C47: hue angle of 16.2º 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 #D06C47 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 71 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.18 |
| HSL | 16.2º | 0.59% | 0.55% | - |
| HSV(B) | 16.2º | 0.66% | 0.82% | - |
| XYZ | 32.51 | 24.59 | 8.99 | - |
| YUV | 133.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 71 | 0 | 0.48 | 0.66 | 0.18 | 16.2 | 0.59 | 0.55 |
| Hex | D0 | 6C | 47 | 0 | 30 | 42 | 12 | 10 | 3B | 37 |
| Octal | 320 | 154 | 107 | 0 | 60 | 102 | 22 | 20 | 73 | 67 |
| Binary | 11010000 | 1101100 | 1000111 | 0 | 110000 | 1000010 | 10010 | 10000 | 111011 | 110111 |
Color Harmonies of #D06C47
Complementary color
Monochromatic Colors of #D06C47
Black with #D06C47
Text Example
Text Example
White with #D06C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C47; }
p { color: rgb(208,108,71); }
H1.HeaderClassName
{
color: #D06C47;
}
.AnyTagClassName
{
color: #D06C47;
}
</style>
background-color css
<style>
a { background-color: #D06C47; }
a { background-color: rgb(208,108,71); }
div.DivClassName
{
background-color: #D06C47;
}
.BgClassName
{
background-color: #D06C47;
}
</style>
border-color css
<style>
span { border-color: #D06C47; }
span { border-color: rgb(208,108,71); }
td.TdClassName
{
border-color: #D06C47;
}
.TagClassName
{
border-color: #D06C47;
}
</style>