Shades of Red Damask #D06C40
Tints of Red Damask #D06C40
RGB
CMYK
RGB Variations
Color information
#D06C40 (or 0xD06C40) is known color: Red Damask. HEX triplet: D0, 6C and 40. RGB value is (208,108,64). Sum of RGB (Red+Green+Blue) = 208+108+64=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C40 is #2F93BF. Grayscale: #858585. Windows color (decimal): -3118016 or 4222160. OLE color: 4222160.
HSL color Cylindrical-coordinate representation of color #D06C40: hue angle of 18.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06C40 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 64 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.18 |
| HSL | 18.33º | 0.61% | 0.53% | - |
| HSV(B) | 18.33º | 0.69% | 0.82% | - |
| XYZ | 32.3 | 24.51 | 7.88 | - |
| YUV | 132.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 64 | 0 | 0.48 | 0.69 | 0.18 | 18.33 | 0.61 | 0.53 |
| Hex | D0 | 6C | 40 | 0 | 30 | 45 | 12 | 12 | 3D | 35 |
| Octal | 320 | 154 | 100 | 0 | 60 | 105 | 22 | 22 | 75 | 65 |
| Binary | 11010000 | 1101100 | 1000000 | 0 | 110000 | 1000101 | 10010 | 10010 | 111101 | 110101 |
Color Harmonies of #D06C40
Complementary color
Monochromatic Colors of #D06C40
Black with #D06C40
Text Example
Text Example
White with #D06C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C40; }
p { color: rgb(208,108,64); }
H1.HeaderClassName
{
color: #D06C40;
}
.AnyTagClassName
{
color: #D06C40;
}
</style>
background-color css
<style>
a { background-color: #D06C40; }
a { background-color: rgb(208,108,64); }
div.DivClassName
{
background-color: #D06C40;
}
.BgClassName
{
background-color: #D06C40;
}
</style>
border-color css
<style>
span { border-color: #D06C40; }
span { border-color: rgb(208,108,64); }
td.TdClassName
{
border-color: #D06C40;
}
.TagClassName
{
border-color: #D06C40;
}
</style>