Shades of Red Damask #D66E44
Tints of Red Damask #D66E44
RGB
CMYK
RGB Variations
Color information
#D66E44 (or 0xD66E44) is known color: Red Damask. HEX triplet: D6, 6E and 44. RGB value is (214,110,68). Sum of RGB (Red+Green+Blue) = 214+110+68=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E44 is #2991BB. Grayscale: #888888. Windows color (decimal): -2724284 or 4484822. OLE color: 4484822.
HSL color Cylindrical-coordinate representation of color #D66E44: hue angle of 17.26º 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 #D66E44 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 68 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.16 |
| HSL | 17.26º | 0.64% | 0.55% | - |
| HSV(B) | 17.26º | 0.68% | 0.84% | - |
| XYZ | 34.35 | 25.87 | 8.65 | - |
| YUV | 136.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 68 | 0 | 0.49 | 0.68 | 0.16 | 17.26 | 0.64 | 0.55 |
| Hex | D6 | 6E | 44 | 0 | 31 | 44 | 10 | 11 | 40 | 37 |
| Octal | 326 | 156 | 104 | 0 | 61 | 104 | 20 | 21 | 100 | 67 |
| Binary | 11010110 | 1101110 | 1000100 | 0 | 110001 | 1000100 | 10000 | 10001 | 1000000 | 110111 |
Color Harmonies of #D66E44
Complementary color
Monochromatic Colors of #D66E44
Black with #D66E44
Text Example
Text Example
White with #D66E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E44; }
p { color: rgb(214,110,68); }
H1.HeaderClassName
{
color: #D66E44;
}
.AnyTagClassName
{
color: #D66E44;
}
</style>
background-color css
<style>
a { background-color: #D66E44; }
a { background-color: rgb(214,110,68); }
div.DivClassName
{
background-color: #D66E44;
}
.BgClassName
{
background-color: #D66E44;
}
</style>
border-color css
<style>
span { border-color: #D66E44; }
span { border-color: rgb(214,110,68); }
td.TdClassName
{
border-color: #D66E44;
}
.TagClassName
{
border-color: #D66E44;
}
</style>