Shades of Ecstasy #D06641
Tints of Ecstasy #D06641
RGB
CMYK
RGB Variations
Color information
#D06641 (or 0xD06641) is known color: Ecstasy. HEX triplet: D0, 66 and 41. RGB value is (208,102,65). Sum of RGB (Red+Green+Blue) = 208+102+65=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06641 is #2F99BE. Grayscale: #818181. Windows color (decimal): -3119551 or 4286160. OLE color: 4286160.
HSL color Cylindrical-coordinate representation of color #D06641: hue angle of 15.52º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06641 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 65 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.18 |
| HSL | 15.52º | 0.6% | 0.54% | - |
| HSV(B) | 15.52º | 0.69% | 0.82% | - |
| XYZ | 31.72 | 23.29 | 7.83 | - |
| YUV | 129.48 | 91.62 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 65 | 0 | 0.51 | 0.69 | 0.18 | 15.52 | 0.6 | 0.54 |
| Hex | D0 | 66 | 41 | 0 | 33 | 45 | 12 | 10 | 3C | 36 |
| Octal | 320 | 146 | 101 | 0 | 63 | 105 | 22 | 20 | 74 | 66 |
| Binary | 11010000 | 1100110 | 1000001 | 0 | 110011 | 1000101 | 10010 | 10000 | 111100 | 110110 |
Color Harmonies of #D06641
Complementary color
Monochromatic Colors of #D06641
Black with #D06641
Text Example
Text Example
White with #D06641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06641; }
p { color: rgb(208,102,65); }
H1.HeaderClassName
{
color: #D06641;
}
.AnyTagClassName
{
color: #D06641;
}
</style>
background-color css
<style>
a { background-color: #D06641; }
a { background-color: rgb(208,102,65); }
div.DivClassName
{
background-color: #D06641;
}
.BgClassName
{
background-color: #D06641;
}
</style>
border-color css
<style>
span { border-color: #D06641; }
span { border-color: rgb(208,102,65); }
td.TdClassName
{
border-color: #D06641;
}
.TagClassName
{
border-color: #D06641;
}
</style>