Shades of Red Damask #D96C48
Tints of Red Damask #D96C48
RGB
CMYK
RGB Variations
Color information
#D96C48 (or 0xD96C48) is known color: Red Damask. HEX triplet: D9, 6C and 48. RGB value is (217,108,72). Sum of RGB (Red+Green+Blue) = 217+108+72=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C48 is #2693B7. Grayscale: #888888. Windows color (decimal): -2528184 or 4746457. OLE color: 4746457.
HSL color Cylindrical-coordinate representation of color #D96C48: hue angle of 14.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96C48 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 72 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.15 |
| HSL | 14.9º | 0.66% | 0.57% | - |
| HSV(B) | 14.9º | 0.67% | 0.85% | - |
| XYZ | 35.15 | 25.94 | 9.29 | - |
| YUV | 136.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 72 | 0 | 0.50 | 0.67 | 0.15 | 14.9 | 0.66 | 0.57 |
| Hex | D9 | 6C | 48 | 0 | 32 | 43 | F | F | 42 | 39 |
| Octal | 331 | 154 | 110 | 0 | 62 | 103 | 17 | 17 | 102 | 71 |
| Binary | 11011001 | 1101100 | 1001000 | 0 | 110010 | 1000011 | 1111 | 1111 | 1000010 | 111001 |
Color Harmonies of #D96C48
Complementary color
Monochromatic Colors of #D96C48
Black with #D96C48
Text Example
Text Example
White with #D96C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C48; }
p { color: rgb(217,108,72); }
H1.HeaderClassName
{
color: #D96C48;
}
.AnyTagClassName
{
color: #D96C48;
}
</style>
background-color css
<style>
a { background-color: #D96C48; }
a { background-color: rgb(217,108,72); }
div.DivClassName
{
background-color: #D96C48;
}
.BgClassName
{
background-color: #D96C48;
}
</style>
border-color css
<style>
span { border-color: #D96C48; }
span { border-color: rgb(217,108,72); }
td.TdClassName
{
border-color: #D96C48;
}
.TagClassName
{
border-color: #D96C48;
}
</style>