Shades of Red Damask #D06C50
Tints of Red Damask #D06C50
RGB
CMYK
RGB Variations
Color information
#D06C50 (or 0xD06C50) is known color: Red Damask. HEX triplet: D0, 6C and 50. RGB value is (208,108,80). Sum of RGB (Red+Green+Blue) = 208+108+80=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C50 is #2F93AF. Grayscale: #868686. Windows color (decimal): -3118000 or 5270736. OLE color: 5270736.
HSL color Cylindrical-coordinate representation of color #D06C50: hue angle of 13.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D06C50 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 80 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.18 |
| HSL | 13.13º | 0.58% | 0.56% | - |
| HSV(B) | 13.13º | 0.62% | 0.82% | - |
| XYZ | 32.82 | 24.71 | 10.63 | - |
| YUV | 134.71 | 97.13 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 80 | 0 | 0.48 | 0.62 | 0.18 | 13.13 | 0.58 | 0.56 |
| Hex | D0 | 6C | 50 | 0 | 30 | 3E | 12 | D | 3A | 38 |
| Octal | 320 | 154 | 120 | 0 | 60 | 76 | 22 | 15 | 72 | 70 |
| Binary | 11010000 | 1101100 | 1010000 | 0 | 110000 | 111110 | 10010 | 1101 | 111010 | 111000 |
Color Harmonies of #D06C50
Complementary color
Monochromatic Colors of #D06C50
Black with #D06C50
Text Example
Text Example
White with #D06C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C50; }
p { color: rgb(208,108,80); }
H1.HeaderClassName
{
color: #D06C50;
}
.AnyTagClassName
{
color: #D06C50;
}
</style>
background-color css
<style>
a { background-color: #D06C50; }
a { background-color: rgb(208,108,80); }
div.DivClassName
{
background-color: #D06C50;
}
.BgClassName
{
background-color: #D06C50;
}
</style>
border-color css
<style>
span { border-color: #D06C50; }
span { border-color: rgb(208,108,80); }
td.TdClassName
{
border-color: #D06C50;
}
.TagClassName
{
border-color: #D06C50;
}
</style>