Shades of Ecstasy #D0663E
Tints of Ecstasy #D0663E
RGB
CMYK
RGB Variations
Color information
#D0663E (or 0xD0663E) is known color: Ecstasy. HEX triplet: D0, 66 and 3E. RGB value is (208,102,62). Sum of RGB (Red+Green+Blue) = 208+102+62=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0663E is #2F99C1. Grayscale: #818181. Windows color (decimal): -3119554 or 4089552. OLE color: 4089552.
HSL color Cylindrical-coordinate representation of color #D0663E: hue angle of 16.44º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0663E is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 62 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.18 |
| HSL | 16.44º | 0.61% | 0.53% | - |
| HSV(B) | 16.44º | 0.7% | 0.82% | - |
| XYZ | 31.63 | 23.26 | 7.38 | - |
| YUV | 129.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 62 | 0 | 0.51 | 0.70 | 0.18 | 16.44 | 0.61 | 0.53 |
| Hex | D0 | 66 | 3E | 0 | 33 | 46 | 12 | 10 | 3D | 35 |
| Octal | 320 | 146 | 76 | 0 | 63 | 106 | 22 | 20 | 75 | 65 |
| Binary | 11010000 | 1100110 | 111110 | 0 | 110011 | 1000110 | 10010 | 10000 | 111101 | 110101 |
Color Harmonies of #D0663E
Complementary color
Monochromatic Colors of #D0663E
Black with #D0663E
Text Example
Text Example
White with #D0663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0663E; }
p { color: rgb(208,102,62); }
H1.HeaderClassName
{
color: #D0663E;
}
.AnyTagClassName
{
color: #D0663E;
}
</style>
background-color css
<style>
a { background-color: #D0663E; }
a { background-color: rgb(208,102,62); }
div.DivClassName
{
background-color: #D0663E;
}
.BgClassName
{
background-color: #D0663E;
}
</style>
border-color css
<style>
span { border-color: #D0663E; }
span { border-color: rgb(208,102,62); }
td.TdClassName
{
border-color: #D0663E;
}
.TagClassName
{
border-color: #D0663E;
}
</style>