Shades of Red Damask #D76F49
Tints of Red Damask #D76F49
RGB
CMYK
RGB Variations
Color information
#D76F49 (or 0xD76F49) is known color: Red Damask. HEX triplet: D7, 6F and 49. RGB value is (215,111,73). Sum of RGB (Red+Green+Blue) = 215+111+73=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F49 is #2890B6. Grayscale: #8A8A8A. Windows color (decimal): -2658487 or 4812759. OLE color: 4812759.
HSL color Cylindrical-coordinate representation of color #D76F49: hue angle of 16.06º 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 #D76F49 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 73 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.16 |
| HSL | 16.06º | 0.64% | 0.56% | - |
| HSV(B) | 16.06º | 0.66% | 0.84% | - |
| XYZ | 34.91 | 26.3 | 9.54 | - |
| YUV | 137.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 73 | 0 | 0.48 | 0.66 | 0.16 | 16.06 | 0.64 | 0.56 |
| Hex | D7 | 6F | 49 | 0 | 30 | 42 | 10 | 10 | 40 | 38 |
| Octal | 327 | 157 | 111 | 0 | 60 | 102 | 20 | 20 | 100 | 70 |
| Binary | 11010111 | 1101111 | 1001001 | 0 | 110000 | 1000010 | 10000 | 10000 | 1000000 | 111000 |
Color Harmonies of #D76F49
Complementary color
Monochromatic Colors of #D76F49
Black with #D76F49
Text Example
Text Example
White with #D76F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F49; }
p { color: rgb(215,111,73); }
H1.HeaderClassName
{
color: #D76F49;
}
.AnyTagClassName
{
color: #D76F49;
}
</style>
background-color css
<style>
a { background-color: #D76F49; }
a { background-color: rgb(215,111,73); }
div.DivClassName
{
background-color: #D76F49;
}
.BgClassName
{
background-color: #D76F49;
}
</style>
border-color css
<style>
span { border-color: #D76F49; }
span { border-color: rgb(215,111,73); }
td.TdClassName
{
border-color: #D76F49;
}
.TagClassName
{
border-color: #D76F49;
}
</style>