Shades of Red Damask #D76E44
Tints of Red Damask #D76E44
RGB
CMYK
RGB Variations
Color information
#D76E44 (or 0xD76E44) is known color: Red Damask. HEX triplet: D7, 6E and 44. RGB value is (215,110,68). Sum of RGB (Red+Green+Blue) = 215+110+68=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E44 is #2891BB. Grayscale: #888888. Windows color (decimal): -2658748 or 4484823. OLE color: 4484823.
HSL color Cylindrical-coordinate representation of color #D76E44: hue angle of 17.14º degrees, saturation: 0.65, 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 #D76E44 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 68 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.16 |
| HSL | 17.14º | 0.65% | 0.55% | - |
| HSV(B) | 17.14º | 0.68% | 0.84% | - |
| XYZ | 34.64 | 26.02 | 8.66 | - |
| YUV | 136.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 68 | 0 | 0.49 | 0.68 | 0.16 | 17.14 | 0.65 | 0.55 |
| Hex | D7 | 6E | 44 | 0 | 31 | 44 | 10 | 11 | 41 | 37 |
| Octal | 327 | 156 | 104 | 0 | 61 | 104 | 20 | 21 | 101 | 67 |
| Binary | 11010111 | 1101110 | 1000100 | 0 | 110001 | 1000100 | 10000 | 10001 | 1000001 | 110111 |
Color Harmonies of #D76E44
Complementary color
Monochromatic Colors of #D76E44
Black with #D76E44
Text Example
Text Example
White with #D76E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E44; }
p { color: rgb(215,110,68); }
H1.HeaderClassName
{
color: #D76E44;
}
.AnyTagClassName
{
color: #D76E44;
}
</style>
background-color css
<style>
a { background-color: #D76E44; }
a { background-color: rgb(215,110,68); }
div.DivClassName
{
background-color: #D76E44;
}
.BgClassName
{
background-color: #D76E44;
}
</style>
border-color css
<style>
span { border-color: #D76E44; }
span { border-color: rgb(215,110,68); }
td.TdClassName
{
border-color: #D76E44;
}
.TagClassName
{
border-color: #D76E44;
}
</style>