Shades of Red Damask #D17650
Tints of Red Damask #D17650
RGB
CMYK
RGB Variations
Color information
#D17650 (or 0xD17650) is known color: Red Damask. HEX triplet: D1, 76 and 50. RGB value is (209,118,80). Sum of RGB (Red+Green+Blue) = 209+118+80=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D17650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17650 is #2E89AF. Grayscale: #8D8D8D. Windows color (decimal): -3049904 or 5273297. OLE color: 5273297.
HSL color Cylindrical-coordinate representation of color #D17650: hue angle of 17.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D17650 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 80 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.18 |
| HSL | 17.67º | 0.58% | 0.57% | - |
| HSV(B) | 17.67º | 0.62% | 0.82% | - |
| XYZ | 34.22 | 27.09 | 11.01 | - |
| YUV | 140.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 80 | 0 | 0.44 | 0.62 | 0.18 | 17.67 | 0.58 | 0.57 |
| Hex | D1 | 76 | 50 | 0 | 2C | 3E | 12 | 12 | 3A | 39 |
| Octal | 321 | 166 | 120 | 0 | 54 | 76 | 22 | 22 | 72 | 71 |
| Binary | 11010001 | 1110110 | 1010000 | 0 | 101100 | 111110 | 10010 | 10010 | 111010 | 111001 |
Color Harmonies of #D17650
Complementary color
Monochromatic Colors of #D17650
Black with #D17650
Text Example
Text Example
White with #D17650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17650; }
p { color: rgb(209,118,80); }
H1.HeaderClassName
{
color: #D17650;
}
.AnyTagClassName
{
color: #D17650;
}
</style>
background-color css
<style>
a { background-color: #D17650; }
a { background-color: rgb(209,118,80); }
div.DivClassName
{
background-color: #D17650;
}
.BgClassName
{
background-color: #D17650;
}
</style>
border-color css
<style>
span { border-color: #D17650; }
span { border-color: rgb(209,118,80); }
td.TdClassName
{
border-color: #D17650;
}
.TagClassName
{
border-color: #D17650;
}
</style>