Shades of Red Damask #D66A46
Tints of Red Damask #D66A46
RGB
CMYK
RGB Variations
Color information
#D66A46 (or 0xD66A46) is known color: Red Damask. HEX triplet: D6, 6A and 46. RGB value is (214,106,70). Sum of RGB (Red+Green+Blue) = 214+106+70=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A46 is #2995B9. Grayscale: #868686. Windows color (decimal): -2725306 or 4614870. OLE color: 4614870.
HSL color Cylindrical-coordinate representation of color #D66A46: hue angle of 15º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D66A46 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 70 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.16 |
| HSL | 15º | 0.64% | 0.56% | - |
| HSV(B) | 15º | 0.67% | 0.84% | - |
| XYZ | 33.99 | 25.05 | 8.84 | - |
| YUV | 134.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 70 | 0 | 0.50 | 0.67 | 0.16 | 15 | 0.64 | 0.56 |
| Hex | D6 | 6A | 46 | 0 | 32 | 43 | 10 | F | 40 | 38 |
| Octal | 326 | 152 | 106 | 0 | 62 | 103 | 20 | 17 | 100 | 70 |
| Binary | 11010110 | 1101010 | 1000110 | 0 | 110010 | 1000011 | 10000 | 1111 | 1000000 | 111000 |
Color Harmonies of #D66A46
Complementary color
Monochromatic Colors of #D66A46
Black with #D66A46
Text Example
Text Example
White with #D66A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A46; }
p { color: rgb(214,106,70); }
H1.HeaderClassName
{
color: #D66A46;
}
.AnyTagClassName
{
color: #D66A46;
}
</style>
background-color css
<style>
a { background-color: #D66A46; }
a { background-color: rgb(214,106,70); }
div.DivClassName
{
background-color: #D66A46;
}
.BgClassName
{
background-color: #D66A46;
}
</style>
border-color css
<style>
span { border-color: #D66A46; }
span { border-color: rgb(214,106,70); }
td.TdClassName
{
border-color: #D66A46;
}
.TagClassName
{
border-color: #D66A46;
}
</style>