Shades of Red Damask #D76945
Tints of Red Damask #D76945
RGB
CMYK
RGB Variations
Color information
#D76945 (or 0xD76945) is known color: Red Damask. HEX triplet: D7, 69 and 45. RGB value is (215,105,69). Sum of RGB (Red+Green+Blue) = 215+105+69=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D76945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76945 is #2896BA. Grayscale: #868686. Windows color (decimal): -2660027 or 4549079. OLE color: 4549079.
HSL color Cylindrical-coordinate representation of color #D76945: hue angle of 14.79º 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 #D76945 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 69 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.16 |
| HSL | 14.79º | 0.65% | 0.56% | - |
| HSV(B) | 14.79º | 0.68% | 0.84% | - |
| XYZ | 34.15 | 24.98 | 8.65 | - |
| YUV | 133.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 69 | 0 | 0.51 | 0.68 | 0.16 | 14.79 | 0.65 | 0.56 |
| Hex | D7 | 69 | 45 | 0 | 33 | 44 | 10 | F | 41 | 38 |
| Octal | 327 | 151 | 105 | 0 | 63 | 104 | 20 | 17 | 101 | 70 |
| Binary | 11010111 | 1101001 | 1000101 | 0 | 110011 | 1000100 | 10000 | 1111 | 1000001 | 111000 |
Color Harmonies of #D76945
Complementary color
Monochromatic Colors of #D76945
Black with #D76945
Text Example
Text Example
White with #D76945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76945; }
p { color: rgb(215,105,69); }
H1.HeaderClassName
{
color: #D76945;
}
.AnyTagClassName
{
color: #D76945;
}
</style>
background-color css
<style>
a { background-color: #D76945; }
a { background-color: rgb(215,105,69); }
div.DivClassName
{
background-color: #D76945;
}
.BgClassName
{
background-color: #D76945;
}
</style>
border-color css
<style>
span { border-color: #D76945; }
span { border-color: rgb(215,105,69); }
td.TdClassName
{
border-color: #D76945;
}
.TagClassName
{
border-color: #D76945;
}
</style>