Shades of Red Damask #D16C4A
Tints of Red Damask #D16C4A
RGB
CMYK
RGB Variations
Color information
#D16C4A (or 0xD16C4A) is known color: Red Damask. HEX triplet: D1, 6C and 4A. RGB value is (209,108,74). Sum of RGB (Red+Green+Blue) = 209+108+74=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C4A is #2E93B5. Grayscale: #868686. Windows color (decimal): -3052470 or 4877521. OLE color: 4877521.
HSL color Cylindrical-coordinate representation of color #D16C4A: hue angle of 15.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D16C4A is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 74 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.18 |
| HSL | 15.11º | 0.59% | 0.55% | - |
| HSV(B) | 15.11º | 0.65% | 0.82% | - |
| XYZ | 32.89 | 24.77 | 9.53 | - |
| YUV | 134.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 74 | 0 | 0.48 | 0.65 | 0.18 | 15.11 | 0.59 | 0.55 |
| Hex | D1 | 6C | 4A | 0 | 30 | 41 | 12 | F | 3B | 37 |
| Octal | 321 | 154 | 112 | 0 | 60 | 101 | 22 | 17 | 73 | 67 |
| Binary | 11010001 | 1101100 | 1001010 | 0 | 110000 | 1000001 | 10010 | 1111 | 111011 | 110111 |
Color Harmonies of #D16C4A
Complementary color
Monochromatic Colors of #D16C4A
Black with #D16C4A
Text Example
Text Example
White with #D16C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C4A; }
p { color: rgb(209,108,74); }
H1.HeaderClassName
{
color: #D16C4A;
}
.AnyTagClassName
{
color: #D16C4A;
}
</style>
background-color css
<style>
a { background-color: #D16C4A; }
a { background-color: rgb(209,108,74); }
div.DivClassName
{
background-color: #D16C4A;
}
.BgClassName
{
background-color: #D16C4A;
}
</style>
border-color css
<style>
span { border-color: #D16C4A; }
span { border-color: rgb(209,108,74); }
td.TdClassName
{
border-color: #D16C4A;
}
.TagClassName
{
border-color: #D16C4A;
}
</style>