Shades of Red Damask #D96C47
Tints of Red Damask #D96C47
RGB
CMYK
RGB Variations
Color information
#D96C47 (or 0xD96C47) is known color: Red Damask. HEX triplet: D9, 6C and 47. RGB value is (217,108,71). Sum of RGB (Red+Green+Blue) = 217+108+71=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C47 is #2693B8. Grayscale: #888888. Windows color (decimal): -2528185 or 4680921. OLE color: 4680921.
HSL color Cylindrical-coordinate representation of color #D96C47: hue angle of 15.21º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96C47 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 71 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.15 |
| HSL | 15.21º | 0.66% | 0.56% | - |
| HSV(B) | 15.21º | 0.67% | 0.85% | - |
| XYZ | 35.12 | 25.93 | 9.12 | - |
| YUV | 136.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 71 | 0 | 0.50 | 0.67 | 0.15 | 15.21 | 0.66 | 0.56 |
| Hex | D9 | 6C | 47 | 0 | 32 | 43 | F | F | 42 | 38 |
| Octal | 331 | 154 | 107 | 0 | 62 | 103 | 17 | 17 | 102 | 70 |
| Binary | 11011001 | 1101100 | 1000111 | 0 | 110010 | 1000011 | 1111 | 1111 | 1000010 | 111000 |
Color Harmonies of #D96C47
Complementary color
Monochromatic Colors of #D96C47
Black with #D96C47
Text Example
Text Example
White with #D96C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C47; }
p { color: rgb(217,108,71); }
H1.HeaderClassName
{
color: #D96C47;
}
.AnyTagClassName
{
color: #D96C47;
}
</style>
background-color css
<style>
a { background-color: #D96C47; }
a { background-color: rgb(217,108,71); }
div.DivClassName
{
background-color: #D96C47;
}
.BgClassName
{
background-color: #D96C47;
}
</style>
border-color css
<style>
span { border-color: #D96C47; }
span { border-color: rgb(217,108,71); }
td.TdClassName
{
border-color: #D96C47;
}
.TagClassName
{
border-color: #D96C47;
}
</style>