Shades of Ecstasy #D26540
Tints of Ecstasy #D26540
RGB
CMYK
RGB Variations
Color information
#D26540 (or 0xD26540) is known color: Ecstasy. HEX triplet: D2, 65 and 40. RGB value is (210,101,64). Sum of RGB (Red+Green+Blue) = 210+101+64=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D26540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26540 is #2D9ABF. Grayscale: #818181. Windows color (decimal): -2988736 or 4220370. OLE color: 4220370.
HSL color Cylindrical-coordinate representation of color #D26540: hue angle of 15.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D26540 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 64 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.18 |
| HSL | 15.21º | 0.62% | 0.54% | - |
| HSV(B) | 15.21º | 0.7% | 0.82% | - |
| XYZ | 32.16 | 23.38 | 7.67 | - |
| YUV | 129.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 64 | 0 | 0.52 | 0.70 | 0.18 | 15.21 | 0.62 | 0.54 |
| Hex | D2 | 65 | 40 | 0 | 34 | 46 | 12 | F | 3E | 36 |
| Octal | 322 | 145 | 100 | 0 | 64 | 106 | 22 | 17 | 76 | 66 |
| Binary | 11010010 | 1100101 | 1000000 | 0 | 110100 | 1000110 | 10010 | 1111 | 111110 | 110110 |
Color Harmonies of #D26540
Complementary color
Monochromatic Colors of #D26540
Black with #D26540
Text Example
Text Example
White with #D26540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26540; }
p { color: rgb(210,101,64); }
H1.HeaderClassName
{
color: #D26540;
}
.AnyTagClassName
{
color: #D26540;
}
</style>
background-color css
<style>
a { background-color: #D26540; }
a { background-color: rgb(210,101,64); }
div.DivClassName
{
background-color: #D26540;
}
.BgClassName
{
background-color: #D26540;
}
</style>
border-color css
<style>
span { border-color: #D26540; }
span { border-color: rgb(210,101,64); }
td.TdClassName
{
border-color: #D26540;
}
.TagClassName
{
border-color: #D26540;
}
</style>