Shades of Ecstasy #D06440
Tints of Ecstasy #D06440
RGB
CMYK
RGB Variations
Color information
#D06440 (or 0xD06440) is known color: Ecstasy. HEX triplet: D0, 64 and 40. RGB value is (208,100,64). Sum of RGB (Red+Green+Blue) = 208+100+64=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D06440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06440 is #2F9BBF. Grayscale: #808080. Windows color (decimal): -3120064 or 4220112. OLE color: 4220112.
HSL color Cylindrical-coordinate representation of color #D06440: hue angle of 15º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D06440 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 64 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.18 |
| HSL | 15º | 0.61% | 0.53% | - |
| HSV(B) | 15º | 0.69% | 0.82% | - |
| XYZ | 31.5 | 22.89 | 7.61 | - |
| YUV | 128.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 64 | 0 | 0.52 | 0.69 | 0.18 | 15 | 0.61 | 0.53 |
| Hex | D0 | 64 | 40 | 0 | 34 | 45 | 12 | F | 3D | 35 |
| Octal | 320 | 144 | 100 | 0 | 64 | 105 | 22 | 17 | 75 | 65 |
| Binary | 11010000 | 1100100 | 1000000 | 0 | 110100 | 1000101 | 10010 | 1111 | 111101 | 110101 |
Color Harmonies of #D06440
Complementary color
Monochromatic Colors of #D06440
Black with #D06440
Text Example
Text Example
White with #D06440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06440; }
p { color: rgb(208,100,64); }
H1.HeaderClassName
{
color: #D06440;
}
.AnyTagClassName
{
color: #D06440;
}
</style>
background-color css
<style>
a { background-color: #D06440; }
a { background-color: rgb(208,100,64); }
div.DivClassName
{
background-color: #D06440;
}
.BgClassName
{
background-color: #D06440;
}
</style>
border-color css
<style>
span { border-color: #D06440; }
span { border-color: rgb(208,100,64); }
td.TdClassName
{
border-color: #D06440;
}
.TagClassName
{
border-color: #D06440;
}
</style>