Shades of Red Damask #D7724C
Tints of Red Damask #D7724C
RGB
CMYK
RGB Variations
Color information
#D7724C (or 0xD7724C) is known color: Red Damask. HEX triplet: D7, 72 and 4C. RGB value is (215,114,76). Sum of RGB (Red+Green+Blue) = 215+114+76=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7724C is #288DB3. Grayscale: #8C8C8C. Windows color (decimal): -2657716 or 5010135. OLE color: 5010135.
HSL color Cylindrical-coordinate representation of color #D7724C: hue angle of 16.4º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7724C is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 76 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.16 |
| HSL | 16.4º | 0.63% | 0.57% | - |
| HSV(B) | 16.4º | 0.65% | 0.84% | - |
| XYZ | 35.35 | 27 | 10.19 | - |
| YUV | 139.87 | 91.96 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 76 | 0 | 0.47 | 0.65 | 0.16 | 16.4 | 0.63 | 0.57 |
| Hex | D7 | 72 | 4C | 0 | 2F | 41 | 10 | 10 | 3F | 39 |
| Octal | 327 | 162 | 114 | 0 | 57 | 101 | 20 | 20 | 77 | 71 |
| Binary | 11010111 | 1110010 | 1001100 | 0 | 101111 | 1000001 | 10000 | 10000 | 111111 | 111001 |
Color Harmonies of #D7724C
Complementary color
Monochromatic Colors of #D7724C
Black with #D7724C
Text Example
Text Example
White with #D7724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7724C; }
p { color: rgb(215,114,76); }
H1.HeaderClassName
{
color: #D7724C;
}
.AnyTagClassName
{
color: #D7724C;
}
</style>
background-color css
<style>
a { background-color: #D7724C; }
a { background-color: rgb(215,114,76); }
div.DivClassName
{
background-color: #D7724C;
}
.BgClassName
{
background-color: #D7724C;
}
</style>
border-color css
<style>
span { border-color: #D7724C; }
span { border-color: rgb(215,114,76); }
td.TdClassName
{
border-color: #D7724C;
}
.TagClassName
{
border-color: #D7724C;
}
</style>