Shades of Red Damask #D86E45
Tints of Red Damask #D86E45
RGB
CMYK
RGB Variations
Color information
#D86E45 (or 0xD86E45) is known color: Red Damask. HEX triplet: D8, 6E and 45. RGB value is (216,110,69). Sum of RGB (Red+Green+Blue) = 216+110+69=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E45 is #2791BA. Grayscale: #898989. Windows color (decimal): -2593211 or 4550360. OLE color: 4550360.
HSL color Cylindrical-coordinate representation of color #D86E45: hue angle of 16.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D86E45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 69 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.15 |
| HSL | 16.73º | 0.65% | 0.56% | - |
| HSV(B) | 16.73º | 0.68% | 0.85% | - |
| XYZ | 34.97 | 26.18 | 8.84 | - |
| YUV | 137.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 69 | 0 | 0.49 | 0.68 | 0.15 | 16.73 | 0.65 | 0.56 |
| Hex | D8 | 6E | 45 | 0 | 31 | 44 | F | 11 | 41 | 38 |
| Octal | 330 | 156 | 105 | 0 | 61 | 104 | 17 | 21 | 101 | 70 |
| Binary | 11011000 | 1101110 | 1000101 | 0 | 110001 | 1000100 | 1111 | 10001 | 1000001 | 111000 |
Color Harmonies of #D86E45
Complementary color
Monochromatic Colors of #D86E45
Black with #D86E45
Text Example
Text Example
White with #D86E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E45; }
p { color: rgb(216,110,69); }
H1.HeaderClassName
{
color: #D86E45;
}
.AnyTagClassName
{
color: #D86E45;
}
</style>
background-color css
<style>
a { background-color: #D86E45; }
a { background-color: rgb(216,110,69); }
div.DivClassName
{
background-color: #D86E45;
}
.BgClassName
{
background-color: #D86E45;
}
</style>
border-color css
<style>
span { border-color: #D86E45; }
span { border-color: rgb(216,110,69); }
td.TdClassName
{
border-color: #D86E45;
}
.TagClassName
{
border-color: #D86E45;
}
</style>