Shades of Ecstasy #D0693B
Tints of Ecstasy #D0693B
RGB
CMYK
RGB Variations
Color information
#D0693B (or 0xD0693B) is known color: Ecstasy. HEX triplet: D0, 69 and 3B. RGB value is (208,105,59). Sum of RGB (Red+Green+Blue) = 208+105+59=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0693B is #2F96C4. Grayscale: #828282. Windows color (decimal): -3118789 or 3893712. OLE color: 3893712.
HSL color Cylindrical-coordinate representation of color #D0693B: hue angle of 18.52º degrees, saturation: 0.61, 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 #D0693B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 59 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.18 |
| HSL | 18.52º | 0.61% | 0.52% | - |
| HSV(B) | 18.52º | 0.72% | 0.82% | - |
| XYZ | 31.85 | 23.83 | 7.06 | - |
| YUV | 130.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 59 | 0 | 0.50 | 0.72 | 0.18 | 18.52 | 0.61 | 0.52 |
| Hex | D0 | 69 | 3B | 0 | 32 | 48 | 12 | 13 | 3D | 34 |
| Octal | 320 | 151 | 73 | 0 | 62 | 110 | 22 | 23 | 75 | 64 |
| Binary | 11010000 | 1101001 | 111011 | 0 | 110010 | 1001000 | 10010 | 10011 | 111101 | 110100 |
Color Harmonies of #D0693B
Complementary color
Monochromatic Colors of #D0693B
Black with #D0693B
Text Example
Text Example
White with #D0693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0693B; }
p { color: rgb(208,105,59); }
H1.HeaderClassName
{
color: #D0693B;
}
.AnyTagClassName
{
color: #D0693B;
}
</style>
background-color css
<style>
a { background-color: #D0693B; }
a { background-color: rgb(208,105,59); }
div.DivClassName
{
background-color: #D0693B;
}
.BgClassName
{
background-color: #D0693B;
}
</style>
border-color css
<style>
span { border-color: #D0693B; }
span { border-color: rgb(208,105,59); }
td.TdClassName
{
border-color: #D0693B;
}
.TagClassName
{
border-color: #D0693B;
}
</style>