Shades of Red Damask #D06C4D
Tints of Red Damask #D06C4D
RGB
CMYK
RGB Variations
Color information
#D06C4D (or 0xD06C4D) is known color: Red Damask. HEX triplet: D0, 6C and 4D. RGB value is (208,108,77). Sum of RGB (Red+Green+Blue) = 208+108+77=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C4D is #2F93B2. Grayscale: #868686. Windows color (decimal): -3118003 or 5074128. OLE color: 5074128.
HSL color Cylindrical-coordinate representation of color #D06C4D: hue angle of 14.2º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D06C4D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 77 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.18 |
| HSL | 14.2º | 0.58% | 0.56% | - |
| HSV(B) | 14.2º | 0.63% | 0.82% | - |
| XYZ | 32.71 | 24.67 | 10.06 | - |
| YUV | 134.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 77 | 0 | 0.48 | 0.63 | 0.18 | 14.2 | 0.58 | 0.56 |
| Hex | D0 | 6C | 4D | 0 | 30 | 3F | 12 | E | 3A | 38 |
| Octal | 320 | 154 | 115 | 0 | 60 | 77 | 22 | 16 | 72 | 70 |
| Binary | 11010000 | 1101100 | 1001101 | 0 | 110000 | 111111 | 10010 | 1110 | 111010 | 111000 |
Color Harmonies of #D06C4D
Complementary color
Monochromatic Colors of #D06C4D
Black with #D06C4D
Text Example
Text Example
White with #D06C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C4D; }
p { color: rgb(208,108,77); }
H1.HeaderClassName
{
color: #D06C4D;
}
.AnyTagClassName
{
color: #D06C4D;
}
</style>
background-color css
<style>
a { background-color: #D06C4D; }
a { background-color: rgb(208,108,77); }
div.DivClassName
{
background-color: #D06C4D;
}
.BgClassName
{
background-color: #D06C4D;
}
</style>
border-color css
<style>
span { border-color: #D06C4D; }
span { border-color: rgb(208,108,77); }
td.TdClassName
{
border-color: #D06C4D;
}
.TagClassName
{
border-color: #D06C4D;
}
</style>