Shades of Red Damask #D86D4D
Tints of Red Damask #D86D4D
RGB
CMYK
RGB Variations
Color information
#D86D4D (or 0xD86D4D) is known color: Red Damask. HEX triplet: D8, 6D and 4D. RGB value is (216,109,77). Sum of RGB (Red+Green+Blue) = 216+109+77=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D4D is #2792B2. Grayscale: #898989. Windows color (decimal): -2593459 or 5074392. OLE color: 5074392.
HSL color Cylindrical-coordinate representation of color #D86D4D: hue angle of 13.81º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D86D4D is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 77 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.15 |
| HSL | 13.81º | 0.64% | 0.57% | - |
| HSV(B) | 13.81º | 0.64% | 0.85% | - |
| XYZ | 35.13 | 26.07 | 10.2 | - |
| YUV | 137.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 77 | 0 | 0.50 | 0.64 | 0.15 | 13.81 | 0.64 | 0.57 |
| Hex | D8 | 6D | 4D | 0 | 32 | 40 | F | E | 40 | 39 |
| Octal | 330 | 155 | 115 | 0 | 62 | 100 | 17 | 16 | 100 | 71 |
| Binary | 11011000 | 1101101 | 1001101 | 0 | 110010 | 1000000 | 1111 | 1110 | 1000000 | 111001 |
Color Harmonies of #D86D4D
Complementary color
Monochromatic Colors of #D86D4D
Black with #D86D4D
Text Example
Text Example
White with #D86D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D4D; }
p { color: rgb(216,109,77); }
H1.HeaderClassName
{
color: #D86D4D;
}
.AnyTagClassName
{
color: #D86D4D;
}
</style>
background-color css
<style>
a { background-color: #D86D4D; }
a { background-color: rgb(216,109,77); }
div.DivClassName
{
background-color: #D86D4D;
}
.BgClassName
{
background-color: #D86D4D;
}
</style>
border-color css
<style>
span { border-color: #D86D4D; }
span { border-color: rgb(216,109,77); }
td.TdClassName
{
border-color: #D86D4D;
}
.TagClassName
{
border-color: #D86D4D;
}
</style>