Shades of Ecstasy #D16840
Tints of Ecstasy #D16840
RGB
CMYK
RGB Variations
Color information
#D16840 (or 0xD16840) is known color: Ecstasy. HEX triplet: D1, 68 and 40. RGB value is (209,104,64). Sum of RGB (Red+Green+Blue) = 209+104+64=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16840 is #2E97BF. Grayscale: #838383. Windows color (decimal): -3053504 or 4221137. OLE color: 4221137.
HSL color Cylindrical-coordinate representation of color #D16840: hue angle of 16.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D16840 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 64 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.18 |
| HSL | 16.55º | 0.61% | 0.54% | - |
| HSV(B) | 16.55º | 0.69% | 0.82% | - |
| XYZ | 32.17 | 23.83 | 7.75 | - |
| YUV | 130.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 64 | 0 | 0.50 | 0.69 | 0.18 | 16.55 | 0.61 | 0.54 |
| Hex | D1 | 68 | 40 | 0 | 32 | 45 | 12 | 11 | 3D | 36 |
| Octal | 321 | 150 | 100 | 0 | 62 | 105 | 22 | 21 | 75 | 66 |
| Binary | 11010001 | 1101000 | 1000000 | 0 | 110010 | 1000101 | 10010 | 10001 | 111101 | 110110 |
Color Harmonies of #D16840
Complementary color
Monochromatic Colors of #D16840
Black with #D16840
Text Example
Text Example
White with #D16840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16840; }
p { color: rgb(209,104,64); }
H1.HeaderClassName
{
color: #D16840;
}
.AnyTagClassName
{
color: #D16840;
}
</style>
background-color css
<style>
a { background-color: #D16840; }
a { background-color: rgb(209,104,64); }
div.DivClassName
{
background-color: #D16840;
}
.BgClassName
{
background-color: #D16840;
}
</style>
border-color css
<style>
span { border-color: #D16840; }
span { border-color: rgb(209,104,64); }
td.TdClassName
{
border-color: #D16840;
}
.TagClassName
{
border-color: #D16840;
}
</style>