Shades of Red Damask #D06E4B
Tints of Red Damask #D06E4B
RGB
CMYK
RGB Variations
Color information
#D06E4B (or 0xD06E4B) is known color: Red Damask. HEX triplet: D0, 6E and 4B. RGB value is (208,110,75). Sum of RGB (Red+Green+Blue) = 208+110+75=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E4B is #2F91B4. Grayscale: #878787. Windows color (decimal): -3117493 or 4943568. OLE color: 4943568.
HSL color Cylindrical-coordinate representation of color #D06E4B: hue angle of 15.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D06E4B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 75 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.18 |
| HSL | 15.79º | 0.59% | 0.55% | - |
| HSV(B) | 15.79º | 0.64% | 0.82% | - |
| XYZ | 32.86 | 25.07 | 9.76 | - |
| YUV | 135.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 75 | 0 | 0.47 | 0.64 | 0.18 | 15.79 | 0.59 | 0.55 |
| Hex | D0 | 6E | 4B | 0 | 2F | 40 | 12 | 10 | 3B | 37 |
| Octal | 320 | 156 | 113 | 0 | 57 | 100 | 22 | 20 | 73 | 67 |
| Binary | 11010000 | 1101110 | 1001011 | 0 | 101111 | 1000000 | 10010 | 10000 | 111011 | 110111 |
Color Harmonies of #D06E4B
Complementary color
Monochromatic Colors of #D06E4B
Black with #D06E4B
Text Example
Text Example
White with #D06E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E4B; }
p { color: rgb(208,110,75); }
H1.HeaderClassName
{
color: #D06E4B;
}
.AnyTagClassName
{
color: #D06E4B;
}
</style>
background-color css
<style>
a { background-color: #D06E4B; }
a { background-color: rgb(208,110,75); }
div.DivClassName
{
background-color: #D06E4B;
}
.BgClassName
{
background-color: #D06E4B;
}
</style>
border-color css
<style>
span { border-color: #D06E4B; }
span { border-color: rgb(208,110,75); }
td.TdClassName
{
border-color: #D06E4B;
}
.TagClassName
{
border-color: #D06E4B;
}
</style>