Shades of Red Damask #D66D4C
Tints of Red Damask #D66D4C
RGB
CMYK
RGB Variations
Color information
#D66D4C (or 0xD66D4C) is known color: Red Damask. HEX triplet: D6, 6D and 4C. RGB value is (214,109,76). Sum of RGB (Red+Green+Blue) = 214+109+76=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D4C is #2992B3. Grayscale: #888888. Windows color (decimal): -2724532 or 5008854. OLE color: 5008854.
HSL color Cylindrical-coordinate representation of color #D66D4C: hue angle of 14.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D66D4C is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 76 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.16 |
| HSL | 14.35º | 0.63% | 0.57% | - |
| HSV(B) | 14.35º | 0.64% | 0.84% | - |
| XYZ | 34.5 | 25.76 | 9.99 | - |
| YUV | 136.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 76 | 0 | 0.49 | 0.64 | 0.16 | 14.35 | 0.63 | 0.57 |
| Hex | D6 | 6D | 4C | 0 | 31 | 40 | 10 | E | 3F | 39 |
| Octal | 326 | 155 | 114 | 0 | 61 | 100 | 20 | 16 | 77 | 71 |
| Binary | 11010110 | 1101101 | 1001100 | 0 | 110001 | 1000000 | 10000 | 1110 | 111111 | 111001 |
Color Harmonies of #D66D4C
Complementary color
Monochromatic Colors of #D66D4C
Black with #D66D4C
Text Example
Text Example
White with #D66D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D4C; }
p { color: rgb(214,109,76); }
H1.HeaderClassName
{
color: #D66D4C;
}
.AnyTagClassName
{
color: #D66D4C;
}
</style>
background-color css
<style>
a { background-color: #D66D4C; }
a { background-color: rgb(214,109,76); }
div.DivClassName
{
background-color: #D66D4C;
}
.BgClassName
{
background-color: #D66D4C;
}
</style>
border-color css
<style>
span { border-color: #D66D4C; }
span { border-color: rgb(214,109,76); }
td.TdClassName
{
border-color: #D66D4C;
}
.TagClassName
{
border-color: #D66D4C;
}
</style>