Shades of Red Damask #D8744E
Tints of Red Damask #D8744E
RGB
CMYK
RGB Variations
Color information
#D8744E (or 0xD8744E) is known color: Red Damask. HEX triplet: D8, 74 and 4E. RGB value is (216,116,78). Sum of RGB (Red+Green+Blue) = 216+116+78=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8744E is #278BB1. Grayscale: #8D8D8D. Windows color (decimal): -2591666 or 5141720. OLE color: 5141720.
HSL color Cylindrical-coordinate representation of color #D8744E: hue angle of 16.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8744E is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 78 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.15 |
| HSL | 16.52º | 0.64% | 0.58% | - |
| HSV(B) | 16.52º | 0.64% | 0.85% | - |
| XYZ | 35.94 | 27.64 | 10.65 | - |
| YUV | 141.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 78 | 0 | 0.46 | 0.64 | 0.15 | 16.52 | 0.64 | 0.58 |
| Hex | D8 | 74 | 4E | 0 | 2E | 40 | F | 11 | 40 | 3A |
| Octal | 330 | 164 | 116 | 0 | 56 | 100 | 17 | 21 | 100 | 72 |
| Binary | 11011000 | 1110100 | 1001110 | 0 | 101110 | 1000000 | 1111 | 10001 | 1000000 | 111010 |
Color Harmonies of #D8744E
Complementary color
Monochromatic Colors of #D8744E
Black with #D8744E
Text Example
Text Example
White with #D8744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8744E; }
p { color: rgb(216,116,78); }
H1.HeaderClassName
{
color: #D8744E;
}
.AnyTagClassName
{
color: #D8744E;
}
</style>
background-color css
<style>
a { background-color: #D8744E; }
a { background-color: rgb(216,116,78); }
div.DivClassName
{
background-color: #D8744E;
}
.BgClassName
{
background-color: #D8744E;
}
</style>
border-color css
<style>
span { border-color: #D8744E; }
span { border-color: rgb(216,116,78); }
td.TdClassName
{
border-color: #D8744E;
}
.TagClassName
{
border-color: #D8744E;
}
</style>