Shades of Red Damask #D06D4B
Tints of Red Damask #D06D4B
RGB
CMYK
RGB Variations
Color information
#D06D4B (or 0xD06D4B) is known color: Red Damask. HEX triplet: D0, 6D and 4B. RGB value is (208,109,75). Sum of RGB (Red+Green+Blue) = 208+109+75=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D4B is #2F92B4. Grayscale: #868686. Windows color (decimal): -3117749 or 4943312. OLE color: 4943312.
HSL color Cylindrical-coordinate representation of color #D06D4B: hue angle of 15.34º 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 #D06D4B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 75 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.18 |
| HSL | 15.34º | 0.59% | 0.55% | - |
| HSV(B) | 15.34º | 0.64% | 0.82% | - |
| XYZ | 32.75 | 24.86 | 9.73 | - |
| YUV | 134.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 75 | 0 | 0.48 | 0.64 | 0.18 | 15.34 | 0.59 | 0.55 |
| Hex | D0 | 6D | 4B | 0 | 30 | 40 | 12 | F | 3B | 37 |
| Octal | 320 | 155 | 113 | 0 | 60 | 100 | 22 | 17 | 73 | 67 |
| Binary | 11010000 | 1101101 | 1001011 | 0 | 110000 | 1000000 | 10010 | 1111 | 111011 | 110111 |
Color Harmonies of #D06D4B
Complementary color
Monochromatic Colors of #D06D4B
Black with #D06D4B
Text Example
Text Example
White with #D06D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D4B; }
p { color: rgb(208,109,75); }
H1.HeaderClassName
{
color: #D06D4B;
}
.AnyTagClassName
{
color: #D06D4B;
}
</style>
background-color css
<style>
a { background-color: #D06D4B; }
a { background-color: rgb(208,109,75); }
div.DivClassName
{
background-color: #D06D4B;
}
.BgClassName
{
background-color: #D06D4B;
}
</style>
border-color css
<style>
span { border-color: #D06D4B; }
span { border-color: rgb(208,109,75); }
td.TdClassName
{
border-color: #D06D4B;
}
.TagClassName
{
border-color: #D06D4B;
}
</style>