Shades of Red Damask #D06945
Tints of Red Damask #D06945
RGB
CMYK
RGB Variations
Color information
#D06945 (or 0xD06945) is known color: Red Damask. HEX triplet: D0, 69 and 45. RGB value is (208,105,69). Sum of RGB (Red+Green+Blue) = 208+105+69=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06945 is #2F96BA. Grayscale: #838383. Windows color (decimal): -3118779 or 4549072. OLE color: 4549072.
HSL color Cylindrical-coordinate representation of color #D06945: hue angle of 15.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D06945 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 69 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.18 |
| HSL | 15.54º | 0.6% | 0.54% | - |
| HSV(B) | 15.54º | 0.67% | 0.82% | - |
| XYZ | 32.14 | 23.94 | 8.56 | - |
| YUV | 131.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 69 | 0 | 0.50 | 0.67 | 0.18 | 15.54 | 0.6 | 0.54 |
| Hex | D0 | 69 | 45 | 0 | 32 | 43 | 12 | 10 | 3C | 36 |
| Octal | 320 | 151 | 105 | 0 | 62 | 103 | 22 | 20 | 74 | 66 |
| Binary | 11010000 | 1101001 | 1000101 | 0 | 110010 | 1000011 | 10010 | 10000 | 111100 | 110110 |
Color Harmonies of #D06945
Complementary color
Monochromatic Colors of #D06945
Black with #D06945
Text Example
Text Example
White with #D06945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06945; }
p { color: rgb(208,105,69); }
H1.HeaderClassName
{
color: #D06945;
}
.AnyTagClassName
{
color: #D06945;
}
</style>
background-color css
<style>
a { background-color: #D06945; }
a { background-color: rgb(208,105,69); }
div.DivClassName
{
background-color: #D06945;
}
.BgClassName
{
background-color: #D06945;
}
</style>
border-color css
<style>
span { border-color: #D06945; }
span { border-color: rgb(208,105,69); }
td.TdClassName
{
border-color: #D06945;
}
.TagClassName
{
border-color: #D06945;
}
</style>