Shades of Red Damask #D86D4A
Tints of Red Damask #D86D4A
RGB
CMYK
RGB Variations
Color information
#D86D4A (or 0xD86D4A) is known color: Red Damask. HEX triplet: D8, 6D and 4A. RGB value is (216,109,74). Sum of RGB (Red+Green+Blue) = 216+109+74=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D4A is #2792B5. Grayscale: #898989. Windows color (decimal): -2593462 or 4877784. OLE color: 4877784.
HSL color Cylindrical-coordinate representation of color #D86D4A: hue angle of 14.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D86D4A is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 74 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.15 |
| HSL | 14.79º | 0.65% | 0.57% | - |
| HSV(B) | 14.79º | 0.66% | 0.85% | - |
| XYZ | 35.02 | 26.03 | 9.66 | - |
| YUV | 137 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 74 | 0 | 0.50 | 0.66 | 0.15 | 14.79 | 0.65 | 0.57 |
| Hex | D8 | 6D | 4A | 0 | 32 | 42 | F | F | 41 | 39 |
| Octal | 330 | 155 | 112 | 0 | 62 | 102 | 17 | 17 | 101 | 71 |
| Binary | 11011000 | 1101101 | 1001010 | 0 | 110010 | 1000010 | 1111 | 1111 | 1000001 | 111001 |
Color Harmonies of #D86D4A
Complementary color
Monochromatic Colors of #D86D4A
Black with #D86D4A
Text Example
Text Example
White with #D86D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D4A; }
p { color: rgb(216,109,74); }
H1.HeaderClassName
{
color: #D86D4A;
}
.AnyTagClassName
{
color: #D86D4A;
}
</style>
background-color css
<style>
a { background-color: #D86D4A; }
a { background-color: rgb(216,109,74); }
div.DivClassName
{
background-color: #D86D4A;
}
.BgClassName
{
background-color: #D86D4A;
}
</style>
border-color css
<style>
span { border-color: #D86D4A; }
span { border-color: rgb(216,109,74); }
td.TdClassName
{
border-color: #D86D4A;
}
.TagClassName
{
border-color: #D86D4A;
}
</style>