Shades of Red Damask #D86E4C
Tints of Red Damask #D86E4C
RGB
CMYK
RGB Variations
Color information
#D86E4C (or 0xD86E4C) is known color: Red Damask. HEX triplet: D8, 6E and 4C. RGB value is (216,110,76). Sum of RGB (Red+Green+Blue) = 216+110+76=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E4C is #2791B3. Grayscale: #8A8A8A. Windows color (decimal): -2593204 or 5009112. OLE color: 5009112.
HSL color Cylindrical-coordinate representation of color #D86E4C: hue angle of 14.57º 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 #D86E4C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 76 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.15 |
| HSL | 14.57º | 0.64% | 0.57% | - |
| HSV(B) | 14.57º | 0.65% | 0.85% | - |
| XYZ | 35.2 | 26.27 | 10.05 | - |
| YUV | 137.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 76 | 0 | 0.49 | 0.65 | 0.15 | 14.57 | 0.64 | 0.57 |
| Hex | D8 | 6E | 4C | 0 | 31 | 41 | F | F | 40 | 39 |
| Octal | 330 | 156 | 114 | 0 | 61 | 101 | 17 | 17 | 100 | 71 |
| Binary | 11011000 | 1101110 | 1001100 | 0 | 110001 | 1000001 | 1111 | 1111 | 1000000 | 111001 |
Color Harmonies of #D86E4C
Complementary color
Monochromatic Colors of #D86E4C
Black with #D86E4C
Text Example
Text Example
White with #D86E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E4C; }
p { color: rgb(216,110,76); }
H1.HeaderClassName
{
color: #D86E4C;
}
.AnyTagClassName
{
color: #D86E4C;
}
</style>
background-color css
<style>
a { background-color: #D86E4C; }
a { background-color: rgb(216,110,76); }
div.DivClassName
{
background-color: #D86E4C;
}
.BgClassName
{
background-color: #D86E4C;
}
</style>
border-color css
<style>
span { border-color: #D86E4C; }
span { border-color: rgb(216,110,76); }
td.TdClassName
{
border-color: #D86E4C;
}
.TagClassName
{
border-color: #D86E4C;
}
</style>