Shades of Red Damask #D76D45
Tints of Red Damask #D76D45
RGB
CMYK
RGB Variations
Color information
#D76D45 (or 0xD76D45) is known color: Red Damask. HEX triplet: D7, 6D and 45. RGB value is (215,109,69). Sum of RGB (Red+Green+Blue) = 215+109+69=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D45 is #2892BA. Grayscale: #888888. Windows color (decimal): -2659003 or 4550103. OLE color: 4550103.
HSL color Cylindrical-coordinate representation of color #D76D45: hue angle of 16.44º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D76D45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 69 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.16 |
| HSL | 16.44º | 0.65% | 0.56% | - |
| HSV(B) | 16.44º | 0.68% | 0.84% | - |
| XYZ | 34.57 | 25.81 | 8.79 | - |
| YUV | 136.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 69 | 0 | 0.49 | 0.68 | 0.16 | 16.44 | 0.65 | 0.56 |
| Hex | D7 | 6D | 45 | 0 | 31 | 44 | 10 | 10 | 41 | 38 |
| Octal | 327 | 155 | 105 | 0 | 61 | 104 | 20 | 20 | 101 | 70 |
| Binary | 11010111 | 1101101 | 1000101 | 0 | 110001 | 1000100 | 10000 | 10000 | 1000001 | 111000 |
Color Harmonies of #D76D45
Complementary color
Monochromatic Colors of #D76D45
Black with #D76D45
Text Example
Text Example
White with #D76D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D45; }
p { color: rgb(215,109,69); }
H1.HeaderClassName
{
color: #D76D45;
}
.AnyTagClassName
{
color: #D76D45;
}
</style>
background-color css
<style>
a { background-color: #D76D45; }
a { background-color: rgb(215,109,69); }
div.DivClassName
{
background-color: #D76D45;
}
.BgClassName
{
background-color: #D76D45;
}
</style>
border-color css
<style>
span { border-color: #D76D45; }
span { border-color: rgb(215,109,69); }
td.TdClassName
{
border-color: #D76D45;
}
.TagClassName
{
border-color: #D76D45;
}
</style>