Shades of Ecstasy #D06541
Tints of Ecstasy #D06541
RGB
CMYK
RGB Variations
Color information
#D06541 (or 0xD06541) is known color: Ecstasy. HEX triplet: D0, 65 and 41. RGB value is (208,101,65). Sum of RGB (Red+Green+Blue) = 208+101+65=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D06541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06541 is #2F9ABE. Grayscale: #818181. Windows color (decimal): -3119807 or 4285904. OLE color: 4285904.
HSL color Cylindrical-coordinate representation of color #D06541: hue angle of 15.1º 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 #D06541 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 65 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.18 |
| HSL | 15.1º | 0.6% | 0.54% | - |
| HSV(B) | 15.1º | 0.69% | 0.82% | - |
| XYZ | 31.62 | 23.1 | 7.79 | - |
| YUV | 128.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 65 | 0 | 0.51 | 0.69 | 0.18 | 15.1 | 0.6 | 0.54 |
| Hex | D0 | 65 | 41 | 0 | 33 | 45 | 12 | F | 3C | 36 |
| Octal | 320 | 145 | 101 | 0 | 63 | 105 | 22 | 17 | 74 | 66 |
| Binary | 11010000 | 1100101 | 1000001 | 0 | 110011 | 1000101 | 10010 | 1111 | 111100 | 110110 |
Color Harmonies of #D06541
Complementary color
Monochromatic Colors of #D06541
Black with #D06541
Text Example
Text Example
White with #D06541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06541; }
p { color: rgb(208,101,65); }
H1.HeaderClassName
{
color: #D06541;
}
.AnyTagClassName
{
color: #D06541;
}
</style>
background-color css
<style>
a { background-color: #D06541; }
a { background-color: rgb(208,101,65); }
div.DivClassName
{
background-color: #D06541;
}
.BgClassName
{
background-color: #D06541;
}
</style>
border-color css
<style>
span { border-color: #D06541; }
span { border-color: rgb(208,101,65); }
td.TdClassName
{
border-color: #D06541;
}
.TagClassName
{
border-color: #D06541;
}
</style>