Shades of Red Damask #D96E49
Tints of Red Damask #D96E49
RGB
CMYK
RGB Variations
Color information
#D96E49 (or 0xD96E49) is known color: Red Damask. HEX triplet: D9, 6E and 49. RGB value is (217,110,73). Sum of RGB (Red+Green+Blue) = 217+110+73=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E49 is #2691B6. Grayscale: #8A8A8A. Windows color (decimal): -2527671 or 4812505. OLE color: 4812505.
HSL color Cylindrical-coordinate representation of color #D96E49: hue angle of 15.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D96E49 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 73 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.15 |
| HSL | 15.42º | 0.65% | 0.57% | - |
| HSV(B) | 15.42º | 0.66% | 0.85% | - |
| XYZ | 35.39 | 26.38 | 9.53 | - |
| YUV | 137.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 73 | 0 | 0.49 | 0.66 | 0.15 | 15.42 | 0.65 | 0.57 |
| Hex | D9 | 6E | 49 | 0 | 31 | 42 | F | F | 41 | 39 |
| Octal | 331 | 156 | 111 | 0 | 61 | 102 | 17 | 17 | 101 | 71 |
| Binary | 11011001 | 1101110 | 1001001 | 0 | 110001 | 1000010 | 1111 | 1111 | 1000001 | 111001 |
Color Harmonies of #D96E49
Complementary color
Monochromatic Colors of #D96E49
Black with #D96E49
Text Example
Text Example
White with #D96E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E49; }
p { color: rgb(217,110,73); }
H1.HeaderClassName
{
color: #D96E49;
}
.AnyTagClassName
{
color: #D96E49;
}
</style>
background-color css
<style>
a { background-color: #D96E49; }
a { background-color: rgb(217,110,73); }
div.DivClassName
{
background-color: #D96E49;
}
.BgClassName
{
background-color: #D96E49;
}
</style>
border-color css
<style>
span { border-color: #D96E49; }
span { border-color: rgb(217,110,73); }
td.TdClassName
{
border-color: #D96E49;
}
.TagClassName
{
border-color: #D96E49;
}
</style>