Shades of Red Damask #D16A4F
Tints of Red Damask #D16A4F
RGB
CMYK
RGB Variations
Color information
#D16A4F (or 0xD16A4F) is known color: Red Damask. HEX triplet: D1, 6A and 4F. RGB value is (209,106,79). Sum of RGB (Red+Green+Blue) = 209+106+79=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A4F is #2E95B0. Grayscale: #858585. Windows color (decimal): -3052977 or 5204689. OLE color: 5204689.
HSL color Cylindrical-coordinate representation of color #D16A4F: hue angle of 12.46º degrees, saturation: 0.59, 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 #D16A4F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 79 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.18 |
| HSL | 12.46º | 0.59% | 0.56% | - |
| HSV(B) | 12.46º | 0.62% | 0.82% | - |
| XYZ | 32.86 | 24.43 | 10.38 | - |
| YUV | 133.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 79 | 0 | 0.49 | 0.62 | 0.18 | 12.46 | 0.59 | 0.56 |
| Hex | D1 | 6A | 4F | 0 | 31 | 3E | 12 | C | 3B | 38 |
| Octal | 321 | 152 | 117 | 0 | 61 | 76 | 22 | 14 | 73 | 70 |
| Binary | 11010001 | 1101010 | 1001111 | 0 | 110001 | 111110 | 10010 | 1100 | 111011 | 111000 |
Color Harmonies of #D16A4F
Complementary color
Monochromatic Colors of #D16A4F
Black with #D16A4F
Text Example
Text Example
White with #D16A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A4F; }
p { color: rgb(209,106,79); }
H1.HeaderClassName
{
color: #D16A4F;
}
.AnyTagClassName
{
color: #D16A4F;
}
</style>
background-color css
<style>
a { background-color: #D16A4F; }
a { background-color: rgb(209,106,79); }
div.DivClassName
{
background-color: #D16A4F;
}
.BgClassName
{
background-color: #D16A4F;
}
</style>
border-color css
<style>
span { border-color: #D16A4F; }
span { border-color: rgb(209,106,79); }
td.TdClassName
{
border-color: #D16A4F;
}
.TagClassName
{
border-color: #D16A4F;
}
</style>