Shades of Red Damask #D76C49
Tints of Red Damask #D76C49
RGB
CMYK
RGB Variations
Color information
#D76C49 (or 0xD76C49) is known color: Red Damask. HEX triplet: D7, 6C and 49. RGB value is (215,108,73). Sum of RGB (Red+Green+Blue) = 215+108+73=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C49 is #2893B6. Grayscale: #888888. Windows color (decimal): -2659255 or 4811991. OLE color: 4811991.
HSL color Cylindrical-coordinate representation of color #D76C49: hue angle of 14.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D76C49 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 73 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.16 |
| HSL | 14.79º | 0.64% | 0.56% | - |
| HSV(B) | 14.79º | 0.66% | 0.84% | - |
| XYZ | 34.59 | 25.65 | 9.43 | - |
| YUV | 136 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 73 | 0 | 0.50 | 0.66 | 0.16 | 14.79 | 0.64 | 0.56 |
| Hex | D7 | 6C | 49 | 0 | 32 | 42 | 10 | F | 40 | 38 |
| Octal | 327 | 154 | 111 | 0 | 62 | 102 | 20 | 17 | 100 | 70 |
| Binary | 11010111 | 1101100 | 1001001 | 0 | 110010 | 1000010 | 10000 | 1111 | 1000000 | 111000 |
Color Harmonies of #D76C49
Complementary color
Monochromatic Colors of #D76C49
Black with #D76C49
Text Example
Text Example
White with #D76C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C49; }
p { color: rgb(215,108,73); }
H1.HeaderClassName
{
color: #D76C49;
}
.AnyTagClassName
{
color: #D76C49;
}
</style>
background-color css
<style>
a { background-color: #D76C49; }
a { background-color: rgb(215,108,73); }
div.DivClassName
{
background-color: #D76C49;
}
.BgClassName
{
background-color: #D76C49;
}
</style>
border-color css
<style>
span { border-color: #D76C49; }
span { border-color: rgb(215,108,73); }
td.TdClassName
{
border-color: #D76C49;
}
.TagClassName
{
border-color: #D76C49;
}
</style>