Shades of Ecstasy #D16541
Tints of Ecstasy #D16541
RGB
CMYK
RGB Variations
Color information
#D16541 (or 0xD16541) is known color: Ecstasy. HEX triplet: D1, 65 and 41. RGB value is (209,101,65). Sum of RGB (Red+Green+Blue) = 209+101+65=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16541 is #2E9ABE. Grayscale: #818181. Windows color (decimal): -3054271 or 4285905. OLE color: 4285905.
HSL color Cylindrical-coordinate representation of color #D16541: hue angle of 15º 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 #D16541 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 65 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.18 |
| HSL | 15º | 0.61% | 0.54% | - |
| HSV(B) | 15º | 0.69% | 0.82% | - |
| XYZ | 31.9 | 23.24 | 7.81 | - |
| YUV | 129.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 65 | 0 | 0.52 | 0.69 | 0.18 | 15 | 0.61 | 0.54 |
| Hex | D1 | 65 | 41 | 0 | 34 | 45 | 12 | F | 3D | 36 |
| Octal | 321 | 145 | 101 | 0 | 64 | 105 | 22 | 17 | 75 | 66 |
| Binary | 11010001 | 1100101 | 1000001 | 0 | 110100 | 1000101 | 10010 | 1111 | 111101 | 110110 |
Color Harmonies of #D16541
Complementary color
Monochromatic Colors of #D16541
Black with #D16541
Text Example
Text Example
White with #D16541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16541; }
p { color: rgb(209,101,65); }
H1.HeaderClassName
{
color: #D16541;
}
.AnyTagClassName
{
color: #D16541;
}
</style>
background-color css
<style>
a { background-color: #D16541; }
a { background-color: rgb(209,101,65); }
div.DivClassName
{
background-color: #D16541;
}
.BgClassName
{
background-color: #D16541;
}
</style>
border-color css
<style>
span { border-color: #D16541; }
span { border-color: rgb(209,101,65); }
td.TdClassName
{
border-color: #D16541;
}
.TagClassName
{
border-color: #D16541;
}
</style>