Shades of Red Damask #D66847
Tints of Red Damask #D66847
RGB
CMYK
RGB Variations
Color information
#D66847 (or 0xD66847) is known color: Red Damask. HEX triplet: D6, 68 and 47. RGB value is (214,104,71). Sum of RGB (Red+Green+Blue) = 214+104+71=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D66847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66847 is #2997B8. Grayscale: #858585. Windows color (decimal): -2725817 or 4679894. OLE color: 4679894.
HSL color Cylindrical-coordinate representation of color #D66847: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D66847 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 71 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.16 |
| HSL | 13.85º | 0.64% | 0.56% | - |
| HSV(B) | 13.85º | 0.67% | 0.84% | - |
| XYZ | 33.82 | 24.65 | 8.94 | - |
| YUV | 133.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 71 | 0 | 0.51 | 0.67 | 0.16 | 13.85 | 0.64 | 0.56 |
| Hex | D6 | 68 | 47 | 0 | 33 | 43 | 10 | E | 40 | 38 |
| Octal | 326 | 150 | 107 | 0 | 63 | 103 | 20 | 16 | 100 | 70 |
| Binary | 11010110 | 1101000 | 1000111 | 0 | 110011 | 1000011 | 10000 | 1110 | 1000000 | 111000 |
Color Harmonies of #D66847
Complementary color
Monochromatic Colors of #D66847
Black with #D66847
Text Example
Text Example
White with #D66847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66847; }
p { color: rgb(214,104,71); }
H1.HeaderClassName
{
color: #D66847;
}
.AnyTagClassName
{
color: #D66847;
}
</style>
background-color css
<style>
a { background-color: #D66847; }
a { background-color: rgb(214,104,71); }
div.DivClassName
{
background-color: #D66847;
}
.BgClassName
{
background-color: #D66847;
}
</style>
border-color css
<style>
span { border-color: #D66847; }
span { border-color: rgb(214,104,71); }
td.TdClassName
{
border-color: #D66847;
}
.TagClassName
{
border-color: #D66847;
}
</style>