Shades of Ecstasy #D1693D
Tints of Ecstasy #D1693D
RGB
CMYK
RGB Variations
Color information
#D1693D (or 0xD1693D) is known color: Ecstasy. HEX triplet: D1, 69 and 3D. RGB value is (209,105,61). Sum of RGB (Red+Green+Blue) = 209+105+61=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1693D is #2E96C2. Grayscale: #838383. Windows color (decimal): -3053251 or 4024785. OLE color: 4024785.
HSL color Cylindrical-coordinate representation of color #D1693D: hue angle of 17.84º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1693D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 61 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.18 |
| HSL | 17.84º | 0.62% | 0.53% | - |
| HSV(B) | 17.84º | 0.71% | 0.82% | - |
| XYZ | 32.19 | 24 | 7.35 | - |
| YUV | 131.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 61 | 0 | 0.50 | 0.71 | 0.18 | 17.84 | 0.62 | 0.53 |
| Hex | D1 | 69 | 3D | 0 | 32 | 47 | 12 | 12 | 3E | 35 |
| Octal | 321 | 151 | 75 | 0 | 62 | 107 | 22 | 22 | 76 | 65 |
| Binary | 11010001 | 1101001 | 111101 | 0 | 110010 | 1000111 | 10010 | 10010 | 111110 | 110101 |
Color Harmonies of #D1693D
Complementary color
Monochromatic Colors of #D1693D
Black with #D1693D
Text Example
Text Example
White with #D1693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1693D; }
p { color: rgb(209,105,61); }
H1.HeaderClassName
{
color: #D1693D;
}
.AnyTagClassName
{
color: #D1693D;
}
</style>
background-color css
<style>
a { background-color: #D1693D; }
a { background-color: rgb(209,105,61); }
div.DivClassName
{
background-color: #D1693D;
}
.BgClassName
{
background-color: #D1693D;
}
</style>
border-color css
<style>
span { border-color: #D1693D; }
span { border-color: rgb(209,105,61); }
td.TdClassName
{
border-color: #D1693D;
}
.TagClassName
{
border-color: #D1693D;
}
</style>