Shades of Red Damask #D1764C
Tints of Red Damask #D1764C
RGB
CMYK
RGB Variations
Color information
#D1764C (or 0xD1764C) is known color: Red Damask. HEX triplet: D1, 76 and 4C. RGB value is (209,118,76). Sum of RGB (Red+Green+Blue) = 209+118+76=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1764C is #2E89B3. Grayscale: #8C8C8C. Windows color (decimal): -3049908 or 5011153. OLE color: 5011153.
HSL color Cylindrical-coordinate representation of color #D1764C: hue angle of 18.95º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1764C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 76 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.18 |
| HSL | 18.95º | 0.59% | 0.56% | - |
| HSV(B) | 18.95º | 0.64% | 0.82% | - |
| XYZ | 34.08 | 27.03 | 10.26 | - |
| YUV | 140.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 76 | 0 | 0.44 | 0.64 | 0.18 | 18.95 | 0.59 | 0.56 |
| Hex | D1 | 76 | 4C | 0 | 2C | 40 | 12 | 13 | 3B | 38 |
| Octal | 321 | 166 | 114 | 0 | 54 | 100 | 22 | 23 | 73 | 70 |
| Binary | 11010001 | 1110110 | 1001100 | 0 | 101100 | 1000000 | 10010 | 10011 | 111011 | 111000 |
Color Harmonies of #D1764C
Complementary color
Monochromatic Colors of #D1764C
Black with #D1764C
Text Example
Text Example
White with #D1764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1764C; }
p { color: rgb(209,118,76); }
H1.HeaderClassName
{
color: #D1764C;
}
.AnyTagClassName
{
color: #D1764C;
}
</style>
background-color css
<style>
a { background-color: #D1764C; }
a { background-color: rgb(209,118,76); }
div.DivClassName
{
background-color: #D1764C;
}
.BgClassName
{
background-color: #D1764C;
}
</style>
border-color css
<style>
span { border-color: #D1764C; }
span { border-color: rgb(209,118,76); }
td.TdClassName
{
border-color: #D1764C;
}
.TagClassName
{
border-color: #D1764C;
}
</style>