Shades of Red Damask #D66844
Tints of Red Damask #D66844
RGB
CMYK
RGB Variations
Color information
#D66844 (or 0xD66844) is known color: Red Damask. HEX triplet: D6, 68 and 44. RGB value is (214,104,68). Sum of RGB (Red+Green+Blue) = 214+104+68=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D66844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66844 is #2997BB. Grayscale: #858585. Windows color (decimal): -2725820 or 4483286. OLE color: 4483286.
HSL color Cylindrical-coordinate representation of color #D66844: hue angle of 14.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66844 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 68 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.16 |
| HSL | 14.79º | 0.64% | 0.55% | - |
| HSV(B) | 14.79º | 0.68% | 0.84% | - |
| XYZ | 33.73 | 24.61 | 8.44 | - |
| YUV | 132.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 68 | 0 | 0.51 | 0.68 | 0.16 | 14.79 | 0.64 | 0.55 |
| Hex | D6 | 68 | 44 | 0 | 33 | 44 | 10 | F | 40 | 37 |
| Octal | 326 | 150 | 104 | 0 | 63 | 104 | 20 | 17 | 100 | 67 |
| Binary | 11010110 | 1101000 | 1000100 | 0 | 110011 | 1000100 | 10000 | 1111 | 1000000 | 110111 |
Color Harmonies of #D66844
Complementary color
Monochromatic Colors of #D66844
Black with #D66844
Text Example
Text Example
White with #D66844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66844; }
p { color: rgb(214,104,68); }
H1.HeaderClassName
{
color: #D66844;
}
.AnyTagClassName
{
color: #D66844;
}
</style>
background-color css
<style>
a { background-color: #D66844; }
a { background-color: rgb(214,104,68); }
div.DivClassName
{
background-color: #D66844;
}
.BgClassName
{
background-color: #D66844;
}
</style>
border-color css
<style>
span { border-color: #D66844; }
span { border-color: rgb(214,104,68); }
td.TdClassName
{
border-color: #D66844;
}
.TagClassName
{
border-color: #D66844;
}
</style>