Shades of Red Damask #D96D46
Tints of Red Damask #D96D46
RGB
CMYK
RGB Variations
Color information
#D96D46 (or 0xD96D46) is known color: Red Damask. HEX triplet: D9, 6D and 46. RGB value is (217,109,70). Sum of RGB (Red+Green+Blue) = 217+109+70=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D46 is #2692B9. Grayscale: #898989. Windows color (decimal): -2527930 or 4615641. OLE color: 4615641.
HSL color Cylindrical-coordinate representation of color #D96D46: hue angle of 15.92º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D96D46 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 70 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.15 |
| HSL | 15.92º | 0.66% | 0.56% | - |
| HSV(B) | 15.92º | 0.68% | 0.85% | - |
| XYZ | 35.19 | 26.13 | 8.98 | - |
| YUV | 136.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 70 | 0 | 0.50 | 0.68 | 0.15 | 15.92 | 0.66 | 0.56 |
| Hex | D9 | 6D | 46 | 0 | 32 | 44 | F | 10 | 42 | 38 |
| Octal | 331 | 155 | 106 | 0 | 62 | 104 | 17 | 20 | 102 | 70 |
| Binary | 11011001 | 1101101 | 1000110 | 0 | 110010 | 1000100 | 1111 | 10000 | 1000010 | 111000 |
Color Harmonies of #D96D46
Complementary color
Monochromatic Colors of #D96D46
Black with #D96D46
Text Example
Text Example
White with #D96D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D46; }
p { color: rgb(217,109,70); }
H1.HeaderClassName
{
color: #D96D46;
}
.AnyTagClassName
{
color: #D96D46;
}
</style>
background-color css
<style>
a { background-color: #D96D46; }
a { background-color: rgb(217,109,70); }
div.DivClassName
{
background-color: #D96D46;
}
.BgClassName
{
background-color: #D96D46;
}
</style>
border-color css
<style>
span { border-color: #D96D46; }
span { border-color: rgb(217,109,70); }
td.TdClassName
{
border-color: #D96D46;
}
.TagClassName
{
border-color: #D96D46;
}
</style>