Shades of Red Damask #D7714D
Tints of Red Damask #D7714D
RGB
CMYK
RGB Variations
Color information
#D7714D (or 0xD7714D) is known color: Red Damask. HEX triplet: D7, 71 and 4D. RGB value is (215,113,77). Sum of RGB (Red+Green+Blue) = 215+113+77=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7714D is #288EB2. Grayscale: #8B8B8B. Windows color (decimal): -2657971 or 5075415. OLE color: 5075415.
HSL color Cylindrical-coordinate representation of color #D7714D: hue angle of 15.65º degrees, saturation: 0.63, 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 #D7714D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 77 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.16 |
| HSL | 15.65º | 0.63% | 0.57% | - |
| HSV(B) | 15.65º | 0.64% | 0.84% | - |
| XYZ | 35.27 | 26.79 | 10.33 | - |
| YUV | 139.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 77 | 0 | 0.47 | 0.64 | 0.16 | 15.65 | 0.63 | 0.57 |
| Hex | D7 | 71 | 4D | 0 | 2F | 40 | 10 | 10 | 3F | 39 |
| Octal | 327 | 161 | 115 | 0 | 57 | 100 | 20 | 20 | 77 | 71 |
| Binary | 11010111 | 1110001 | 1001101 | 0 | 101111 | 1000000 | 10000 | 10000 | 111111 | 111001 |
Color Harmonies of #D7714D
Complementary color
Monochromatic Colors of #D7714D
Black with #D7714D
Text Example
Text Example
White with #D7714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7714D; }
p { color: rgb(215,113,77); }
H1.HeaderClassName
{
color: #D7714D;
}
.AnyTagClassName
{
color: #D7714D;
}
</style>
background-color css
<style>
a { background-color: #D7714D; }
a { background-color: rgb(215,113,77); }
div.DivClassName
{
background-color: #D7714D;
}
.BgClassName
{
background-color: #D7714D;
}
</style>
border-color css
<style>
span { border-color: #D7714D; }
span { border-color: rgb(215,113,77); }
td.TdClassName
{
border-color: #D7714D;
}
.TagClassName
{
border-color: #D7714D;
}
</style>