Shades of Ecstasy #D1693A
Tints of Ecstasy #D1693A
RGB
CMYK
RGB Variations
Color information
#D1693A (or 0xD1693A) is known color: Ecstasy. HEX triplet: D1, 69 and 3A. RGB value is (209,105,58). Sum of RGB (Red+Green+Blue) = 209+105+58=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1693A is #2E96C5. Grayscale: #838383. Windows color (decimal): -3053254 or 3828177. OLE color: 3828177.
HSL color Cylindrical-coordinate representation of color #D1693A: hue angle of 18.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1693A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 58 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.18 |
| HSL | 18.68º | 0.62% | 0.52% | - |
| HSV(B) | 18.68º | 0.72% | 0.82% | - |
| XYZ | 32.11 | 23.96 | 6.94 | - |
| YUV | 130.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 58 | 0 | 0.50 | 0.72 | 0.18 | 18.68 | 0.62 | 0.52 |
| Hex | D1 | 69 | 3A | 0 | 32 | 48 | 12 | 13 | 3E | 34 |
| Octal | 321 | 151 | 72 | 0 | 62 | 110 | 22 | 23 | 76 | 64 |
| Binary | 11010001 | 1101001 | 111010 | 0 | 110010 | 1001000 | 10010 | 10011 | 111110 | 110100 |
Color Harmonies of #D1693A
Complementary color
Monochromatic Colors of #D1693A
Black with #D1693A
Text Example
Text Example
White with #D1693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1693A; }
p { color: rgb(209,105,58); }
H1.HeaderClassName
{
color: #D1693A;
}
.AnyTagClassName
{
color: #D1693A;
}
</style>
background-color css
<style>
a { background-color: #D1693A; }
a { background-color: rgb(209,105,58); }
div.DivClassName
{
background-color: #D1693A;
}
.BgClassName
{
background-color: #D1693A;
}
</style>
border-color css
<style>
span { border-color: #D1693A; }
span { border-color: rgb(209,105,58); }
td.TdClassName
{
border-color: #D1693A;
}
.TagClassName
{
border-color: #D1693A;
}
</style>