Shades of Red Damask #D06942
Tints of Red Damask #D06942
RGB
CMYK
RGB Variations
Color information
#D06942 (or 0xD06942) is known color: Red Damask. HEX triplet: D0, 69 and 42. RGB value is (208,105,66). Sum of RGB (Red+Green+Blue) = 208+105+66=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D06942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06942 is #2F96BD. Grayscale: #838383. Windows color (decimal): -3118782 or 4352464. OLE color: 4352464.
HSL color Cylindrical-coordinate representation of color #D06942: hue angle of 16.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D06942 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 66 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.18 |
| HSL | 16.48º | 0.6% | 0.54% | - |
| HSV(B) | 16.48º | 0.68% | 0.82% | - |
| XYZ | 32.05 | 23.91 | 8.08 | - |
| YUV | 131.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 66 | 0 | 0.50 | 0.68 | 0.18 | 16.48 | 0.6 | 0.54 |
| Hex | D0 | 69 | 42 | 0 | 32 | 44 | 12 | 10 | 3C | 36 |
| Octal | 320 | 151 | 102 | 0 | 62 | 104 | 22 | 20 | 74 | 66 |
| Binary | 11010000 | 1101001 | 1000010 | 0 | 110010 | 1000100 | 10010 | 10000 | 111100 | 110110 |
Color Harmonies of #D06942
Complementary color
Monochromatic Colors of #D06942
Black with #D06942
Text Example
Text Example
White with #D06942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06942; }
p { color: rgb(208,105,66); }
H1.HeaderClassName
{
color: #D06942;
}
.AnyTagClassName
{
color: #D06942;
}
</style>
background-color css
<style>
a { background-color: #D06942; }
a { background-color: rgb(208,105,66); }
div.DivClassName
{
background-color: #D06942;
}
.BgClassName
{
background-color: #D06942;
}
</style>
border-color css
<style>
span { border-color: #D06942; }
span { border-color: rgb(208,105,66); }
td.TdClassName
{
border-color: #D06942;
}
.TagClassName
{
border-color: #D06942;
}
</style>