Shades of Red Damask #D76E48
Tints of Red Damask #D76E48
RGB
CMYK
RGB Variations
Color information
#D76E48 (or 0xD76E48) is known color: Red Damask. HEX triplet: D7, 6E and 48. RGB value is (215,110,72). Sum of RGB (Red+Green+Blue) = 215+110+72=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E48 is #2891B7. Grayscale: #898989. Windows color (decimal): -2658744 or 4746967. OLE color: 4746967.
HSL color Cylindrical-coordinate representation of color #D76E48: hue angle of 15.94º 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 #D76E48 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 72 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.16 |
| HSL | 15.94º | 0.64% | 0.56% | - |
| HSV(B) | 15.94º | 0.67% | 0.84% | - |
| XYZ | 34.77 | 26.07 | 9.33 | - |
| YUV | 137.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 72 | 0 | 0.49 | 0.67 | 0.16 | 15.94 | 0.64 | 0.56 |
| Hex | D7 | 6E | 48 | 0 | 31 | 43 | 10 | 10 | 40 | 38 |
| Octal | 327 | 156 | 110 | 0 | 61 | 103 | 20 | 20 | 100 | 70 |
| Binary | 11010111 | 1101110 | 1001000 | 0 | 110001 | 1000011 | 10000 | 10000 | 1000000 | 111000 |
Color Harmonies of #D76E48
Complementary color
Monochromatic Colors of #D76E48
Black with #D76E48
Text Example
Text Example
White with #D76E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E48; }
p { color: rgb(215,110,72); }
H1.HeaderClassName
{
color: #D76E48;
}
.AnyTagClassName
{
color: #D76E48;
}
</style>
background-color css
<style>
a { background-color: #D76E48; }
a { background-color: rgb(215,110,72); }
div.DivClassName
{
background-color: #D76E48;
}
.BgClassName
{
background-color: #D76E48;
}
</style>
border-color css
<style>
span { border-color: #D76E48; }
span { border-color: rgb(215,110,72); }
td.TdClassName
{
border-color: #D76E48;
}
.TagClassName
{
border-color: #D76E48;
}
</style>