Shades of Red Damask #D2764D
Tints of Red Damask #D2764D
RGB
CMYK
RGB Variations
Color information
#D2764D (or 0xD2764D) is known color: Red Damask. HEX triplet: D2, 76 and 4D. RGB value is (210,118,77). Sum of RGB (Red+Green+Blue) = 210+118+77=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2764D is #2D89B2. Grayscale: #8D8D8D. Windows color (decimal): -2984371 or 5076690. OLE color: 5076690.
HSL color Cylindrical-coordinate representation of color #D2764D: hue angle of 18.5º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2764D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 77 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.18 |
| HSL | 18.5º | 0.6% | 0.56% | - |
| HSV(B) | 18.5º | 0.63% | 0.82% | - |
| XYZ | 34.4 | 27.19 | 10.46 | - |
| YUV | 140.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 77 | 0 | 0.44 | 0.63 | 0.18 | 18.5 | 0.6 | 0.56 |
| Hex | D2 | 76 | 4D | 0 | 2C | 3F | 12 | 12 | 3C | 38 |
| Octal | 322 | 166 | 115 | 0 | 54 | 77 | 22 | 22 | 74 | 70 |
| Binary | 11010010 | 1110110 | 1001101 | 0 | 101100 | 111111 | 10010 | 10010 | 111100 | 111000 |
Color Harmonies of #D2764D
Complementary color
Monochromatic Colors of #D2764D
Black with #D2764D
Text Example
Text Example
White with #D2764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2764D; }
p { color: rgb(210,118,77); }
H1.HeaderClassName
{
color: #D2764D;
}
.AnyTagClassName
{
color: #D2764D;
}
</style>
background-color css
<style>
a { background-color: #D2764D; }
a { background-color: rgb(210,118,77); }
div.DivClassName
{
background-color: #D2764D;
}
.BgClassName
{
background-color: #D2764D;
}
</style>
border-color css
<style>
span { border-color: #D2764D; }
span { border-color: rgb(210,118,77); }
td.TdClassName
{
border-color: #D2764D;
}
.TagClassName
{
border-color: #D2764D;
}
</style>