Shades of Red Damask #D7744A
Tints of Red Damask #D7744A
RGB
CMYK
RGB Variations
Color information
#D7744A (or 0xD7744A) is known color: Red Damask. HEX triplet: D7, 74 and 4A. RGB value is (215,116,74). Sum of RGB (Red+Green+Blue) = 215+116+74=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7744A is #288BB5. Grayscale: #8D8D8D. Windows color (decimal): -2657206 or 4879575. OLE color: 4879575.
HSL color Cylindrical-coordinate representation of color #D7744A: hue angle of 17.87º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7744A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 74 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.16 |
| HSL | 17.87º | 0.64% | 0.57% | - |
| HSV(B) | 17.87º | 0.66% | 0.84% | - |
| XYZ | 35.51 | 27.43 | 9.9 | - |
| YUV | 140.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 74 | 0 | 0.46 | 0.66 | 0.16 | 17.87 | 0.64 | 0.57 |
| Hex | D7 | 74 | 4A | 0 | 2E | 42 | 10 | 12 | 40 | 39 |
| Octal | 327 | 164 | 112 | 0 | 56 | 102 | 20 | 22 | 100 | 71 |
| Binary | 11010111 | 1110100 | 1001010 | 0 | 101110 | 1000010 | 10000 | 10010 | 1000000 | 111001 |
Color Harmonies of #D7744A
Complementary color
Monochromatic Colors of #D7744A
Black with #D7744A
Text Example
Text Example
White with #D7744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7744A; }
p { color: rgb(215,116,74); }
H1.HeaderClassName
{
color: #D7744A;
}
.AnyTagClassName
{
color: #D7744A;
}
</style>
background-color css
<style>
a { background-color: #D7744A; }
a { background-color: rgb(215,116,74); }
div.DivClassName
{
background-color: #D7744A;
}
.BgClassName
{
background-color: #D7744A;
}
</style>
border-color css
<style>
span { border-color: #D7744A; }
span { border-color: rgb(215,116,74); }
td.TdClassName
{
border-color: #D7744A;
}
.TagClassName
{
border-color: #D7744A;
}
</style>