Shades of Red Damask #D4754D
Tints of Red Damask #D4754D
RGB
CMYK
RGB Variations
Color information
#D4754D (or 0xD4754D) is known color: Red Damask. HEX triplet: D4, 75 and 4D. RGB value is (212,117,77). Sum of RGB (Red+Green+Blue) = 212+117+77=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4754D is #2B8AB2. Grayscale: #8D8D8D. Windows color (decimal): -2853555 or 5076436. OLE color: 5076436.
HSL color Cylindrical-coordinate representation of color #D4754D: hue angle of 17.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4754D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 77 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.17 |
| HSL | 17.78º | 0.61% | 0.57% | - |
| HSV(B) | 17.78º | 0.64% | 0.83% | - |
| XYZ | 34.85 | 27.26 | 10.45 | - |
| YUV | 140.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 77 | 0 | 0.45 | 0.64 | 0.17 | 17.78 | 0.61 | 0.57 |
| Hex | D4 | 75 | 4D | 0 | 2D | 40 | 11 | 12 | 3D | 39 |
| Octal | 324 | 165 | 115 | 0 | 55 | 100 | 21 | 22 | 75 | 71 |
| Binary | 11010100 | 1110101 | 1001101 | 0 | 101101 | 1000000 | 10001 | 10010 | 111101 | 111001 |
Color Harmonies of #D4754D
Complementary color
Monochromatic Colors of #D4754D
Black with #D4754D
Text Example
Text Example
White with #D4754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4754D; }
p { color: rgb(212,117,77); }
H1.HeaderClassName
{
color: #D4754D;
}
.AnyTagClassName
{
color: #D4754D;
}
</style>
background-color css
<style>
a { background-color: #D4754D; }
a { background-color: rgb(212,117,77); }
div.DivClassName
{
background-color: #D4754D;
}
.BgClassName
{
background-color: #D4754D;
}
</style>
border-color css
<style>
span { border-color: #D4754D; }
span { border-color: rgb(212,117,77); }
td.TdClassName
{
border-color: #D4754D;
}
.TagClassName
{
border-color: #D4754D;
}
</style>