Shades of Ecstasy #D1693B
Tints of Ecstasy #D1693B
RGB
CMYK
RGB Variations
Color information
#D1693B (or 0xD1693B) is known color: Ecstasy. HEX triplet: D1, 69 and 3B. RGB value is (209,105,59). Sum of RGB (Red+Green+Blue) = 209+105+59=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1693B is #2E96C4. Grayscale: #838383. Windows color (decimal): -3053253 or 3893713. OLE color: 3893713.
HSL color Cylindrical-coordinate representation of color #D1693B: hue angle of 18.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1693B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 59 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.18 |
| HSL | 18.4º | 0.62% | 0.53% | - |
| HSV(B) | 18.4º | 0.72% | 0.82% | - |
| XYZ | 32.14 | 23.97 | 7.07 | - |
| YUV | 130.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 59 | 0 | 0.50 | 0.72 | 0.18 | 18.4 | 0.62 | 0.53 |
| Hex | D1 | 69 | 3B | 0 | 32 | 48 | 12 | 12 | 3E | 35 |
| Octal | 321 | 151 | 73 | 0 | 62 | 110 | 22 | 22 | 76 | 65 |
| Binary | 11010001 | 1101001 | 111011 | 0 | 110010 | 1001000 | 10010 | 10010 | 111110 | 110101 |
Color Harmonies of #D1693B
Complementary color
Monochromatic Colors of #D1693B
Black with #D1693B
Text Example
Text Example
White with #D1693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1693B; }
p { color: rgb(209,105,59); }
H1.HeaderClassName
{
color: #D1693B;
}
.AnyTagClassName
{
color: #D1693B;
}
</style>
background-color css
<style>
a { background-color: #D1693B; }
a { background-color: rgb(209,105,59); }
div.DivClassName
{
background-color: #D1693B;
}
.BgClassName
{
background-color: #D1693B;
}
</style>
border-color css
<style>
span { border-color: #D1693B; }
span { border-color: rgb(209,105,59); }
td.TdClassName
{
border-color: #D1693B;
}
.TagClassName
{
border-color: #D1693B;
}
</style>