Shades of Red Damask #D86D46
Tints of Red Damask #D86D46
RGB
CMYK
RGB Variations
Color information
#D86D46 (or 0xD86D46) is known color: Red Damask. HEX triplet: D8, 6D and 46. RGB value is (216,109,70). Sum of RGB (Red+Green+Blue) = 216+109+70=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D46 is #2792B9. Grayscale: #888888. Windows color (decimal): -2593466 or 4615640. OLE color: 4615640.
HSL color Cylindrical-coordinate representation of color #D86D46: hue angle of 16.03º 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 #D86D46 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 70 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.15 |
| HSL | 16.03º | 0.65% | 0.56% | - |
| HSV(B) | 16.03º | 0.68% | 0.85% | - |
| XYZ | 34.89 | 25.98 | 8.97 | - |
| YUV | 136.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 70 | 0 | 0.50 | 0.68 | 0.15 | 16.03 | 0.65 | 0.56 |
| Hex | D8 | 6D | 46 | 0 | 32 | 44 | F | 10 | 41 | 38 |
| Octal | 330 | 155 | 106 | 0 | 62 | 104 | 17 | 20 | 101 | 70 |
| Binary | 11011000 | 1101101 | 1000110 | 0 | 110010 | 1000100 | 1111 | 10000 | 1000001 | 111000 |
Color Harmonies of #D86D46
Complementary color
Monochromatic Colors of #D86D46
Black with #D86D46
Text Example
Text Example
White with #D86D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D46; }
p { color: rgb(216,109,70); }
H1.HeaderClassName
{
color: #D86D46;
}
.AnyTagClassName
{
color: #D86D46;
}
</style>
background-color css
<style>
a { background-color: #D86D46; }
a { background-color: rgb(216,109,70); }
div.DivClassName
{
background-color: #D86D46;
}
.BgClassName
{
background-color: #D86D46;
}
</style>
border-color css
<style>
span { border-color: #D86D46; }
span { border-color: rgb(216,109,70); }
td.TdClassName
{
border-color: #D86D46;
}
.TagClassName
{
border-color: #D86D46;
}
</style>