Shades of Red Damask #D06946
Tints of Red Damask #D06946
RGB
CMYK
RGB Variations
Color information
#D06946 (or 0xD06946) is known color: Red Damask. HEX triplet: D0, 69 and 46. RGB value is (208,105,70). Sum of RGB (Red+Green+Blue) = 208+105+70=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06946 is #2F96B9. Grayscale: #848484. Windows color (decimal): -3118778 or 4614608. OLE color: 4614608.
HSL color Cylindrical-coordinate representation of color #D06946: hue angle of 15.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D06946 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 70 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.18 |
| HSL | 15.22º | 0.59% | 0.55% | - |
| HSV(B) | 15.22º | 0.66% | 0.82% | - |
| XYZ | 32.17 | 23.96 | 8.72 | - |
| YUV | 131.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 70 | 0 | 0.50 | 0.66 | 0.18 | 15.22 | 0.59 | 0.55 |
| Hex | D0 | 69 | 46 | 0 | 32 | 42 | 12 | F | 3B | 37 |
| Octal | 320 | 151 | 106 | 0 | 62 | 102 | 22 | 17 | 73 | 67 |
| Binary | 11010000 | 1101001 | 1000110 | 0 | 110010 | 1000010 | 10010 | 1111 | 111011 | 110111 |
Color Harmonies of #D06946
Complementary color
Monochromatic Colors of #D06946
Black with #D06946
Text Example
Text Example
White with #D06946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06946; }
p { color: rgb(208,105,70); }
H1.HeaderClassName
{
color: #D06946;
}
.AnyTagClassName
{
color: #D06946;
}
</style>
background-color css
<style>
a { background-color: #D06946; }
a { background-color: rgb(208,105,70); }
div.DivClassName
{
background-color: #D06946;
}
.BgClassName
{
background-color: #D06946;
}
</style>
border-color css
<style>
span { border-color: #D06946; }
span { border-color: rgb(208,105,70); }
td.TdClassName
{
border-color: #D06946;
}
.TagClassName
{
border-color: #D06946;
}
</style>