Shades of Red Damask #D5764D
Tints of Red Damask #D5764D
RGB
CMYK
RGB Variations
Color information
#D5764D (or 0xD5764D) is known color: Red Damask. HEX triplet: D5, 76 and 4D. RGB value is (213,118,77). Sum of RGB (Red+Green+Blue) = 213+118+77=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5764D is #2A89B2. Grayscale: #8D8D8D. Windows color (decimal): -2787763 or 5076693. OLE color: 5076693.
HSL color Cylindrical-coordinate representation of color #D5764D: hue angle of 18.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5764D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 77 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.16 |
| HSL | 18.09º | 0.62% | 0.57% | - |
| HSV(B) | 18.09º | 0.64% | 0.84% | - |
| XYZ | 35.26 | 27.64 | 10.5 | - |
| YUV | 141.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 77 | 0 | 0.45 | 0.64 | 0.16 | 18.09 | 0.62 | 0.57 |
| Hex | D5 | 76 | 4D | 0 | 2D | 40 | 10 | 12 | 3E | 39 |
| Octal | 325 | 166 | 115 | 0 | 55 | 100 | 20 | 22 | 76 | 71 |
| Binary | 11010101 | 1110110 | 1001101 | 0 | 101101 | 1000000 | 10000 | 10010 | 111110 | 111001 |
Color Harmonies of #D5764D
Complementary color
Monochromatic Colors of #D5764D
Black with #D5764D
Text Example
Text Example
White with #D5764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5764D; }
p { color: rgb(213,118,77); }
H1.HeaderClassName
{
color: #D5764D;
}
.AnyTagClassName
{
color: #D5764D;
}
</style>
background-color css
<style>
a { background-color: #D5764D; }
a { background-color: rgb(213,118,77); }
div.DivClassName
{
background-color: #D5764D;
}
.BgClassName
{
background-color: #D5764D;
}
</style>
border-color css
<style>
span { border-color: #D5764D; }
span { border-color: rgb(213,118,77); }
td.TdClassName
{
border-color: #D5764D;
}
.TagClassName
{
border-color: #D5764D;
}
</style>