Shades of Red Damask #D8704C
Tints of Red Damask #D8704C
RGB
CMYK
RGB Variations
Color information
#D8704C (or 0xD8704C) is known color: Red Damask. HEX triplet: D8, 70 and 4C. RGB value is (216,112,76). Sum of RGB (Red+Green+Blue) = 216+112+76=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8704C is #278FB3. Grayscale: #8B8B8B. Windows color (decimal): -2592692 or 5009624. OLE color: 5009624.
HSL color Cylindrical-coordinate representation of color #D8704C: hue angle of 15.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8704C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 76 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.15 |
| HSL | 15.43º | 0.64% | 0.57% | - |
| HSV(B) | 15.43º | 0.65% | 0.85% | - |
| XYZ | 35.42 | 26.71 | 10.13 | - |
| YUV | 138.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 76 | 0 | 0.48 | 0.65 | 0.15 | 15.43 | 0.64 | 0.57 |
| Hex | D8 | 70 | 4C | 0 | 30 | 41 | F | F | 40 | 39 |
| Octal | 330 | 160 | 114 | 0 | 60 | 101 | 17 | 17 | 100 | 71 |
| Binary | 11011000 | 1110000 | 1001100 | 0 | 110000 | 1000001 | 1111 | 1111 | 1000000 | 111001 |
Color Harmonies of #D8704C
Complementary color
Monochromatic Colors of #D8704C
Black with #D8704C
Text Example
Text Example
White with #D8704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8704C; }
p { color: rgb(216,112,76); }
H1.HeaderClassName
{
color: #D8704C;
}
.AnyTagClassName
{
color: #D8704C;
}
</style>
background-color css
<style>
a { background-color: #D8704C; }
a { background-color: rgb(216,112,76); }
div.DivClassName
{
background-color: #D8704C;
}
.BgClassName
{
background-color: #D8704C;
}
</style>
border-color css
<style>
span { border-color: #D8704C; }
span { border-color: rgb(216,112,76); }
td.TdClassName
{
border-color: #D8704C;
}
.TagClassName
{
border-color: #D8704C;
}
</style>