Shades of Red Damask #D06745
Tints of Red Damask #D06745
RGB
CMYK
RGB Variations
Color information
#D06745 (or 0xD06745) is known color: Red Damask. HEX triplet: D0, 67 and 45. RGB value is (208,103,69). Sum of RGB (Red+Green+Blue) = 208+103+69=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06745 is #2F98BA. Grayscale: #828282. Windows color (decimal): -3119291 or 4548560. OLE color: 4548560.
HSL color Cylindrical-coordinate representation of color #D06745: hue angle of 14.68º 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 #D06745 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 69 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.18 |
| HSL | 14.68º | 0.6% | 0.54% | - |
| HSV(B) | 14.68º | 0.67% | 0.82% | - |
| XYZ | 31.94 | 23.54 | 8.49 | - |
| YUV | 130.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 69 | 0 | 0.50 | 0.67 | 0.18 | 14.68 | 0.6 | 0.54 |
| Hex | D0 | 67 | 45 | 0 | 32 | 43 | 12 | F | 3C | 36 |
| Octal | 320 | 147 | 105 | 0 | 62 | 103 | 22 | 17 | 74 | 66 |
| Binary | 11010000 | 1100111 | 1000101 | 0 | 110010 | 1000011 | 10010 | 1111 | 111100 | 110110 |
Color Harmonies of #D06745
Complementary color
Monochromatic Colors of #D06745
Black with #D06745
Text Example
Text Example
White with #D06745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06745; }
p { color: rgb(208,103,69); }
H1.HeaderClassName
{
color: #D06745;
}
.AnyTagClassName
{
color: #D06745;
}
</style>
background-color css
<style>
a { background-color: #D06745; }
a { background-color: rgb(208,103,69); }
div.DivClassName
{
background-color: #D06745;
}
.BgClassName
{
background-color: #D06745;
}
</style>
border-color css
<style>
span { border-color: #D06745; }
span { border-color: rgb(208,103,69); }
td.TdClassName
{
border-color: #D06745;
}
.TagClassName
{
border-color: #D06745;
}
</style>