Shades of Ecstasy #D0683C
Tints of Ecstasy #D0683C
RGB
CMYK
RGB Variations
Color information
#D0683C (or 0xD0683C) is known color: Ecstasy. HEX triplet: D0, 68 and 3C. RGB value is (208,104,60). Sum of RGB (Red+Green+Blue) = 208+104+60=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0683C is #2F97C3. Grayscale: #828282. Windows color (decimal): -3119044 or 3958992. OLE color: 3958992.
HSL color Cylindrical-coordinate representation of color #D0683C: hue angle of 17.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0683C is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 60 | - |
| CMYK | 0 | 0.5 | 0.71 | 0.18 |
| HSL | 17.84º | 0.61% | 0.53% | - |
| HSV(B) | 17.84º | 0.71% | 0.82% | - |
| XYZ | 31.78 | 23.64 | 7.16 | - |
| YUV | 130.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 60 | 0 | 0.5 | 0.71 | 0.18 | 17.84 | 0.61 | 0.53 |
| Hex | D0 | 68 | 3C | 0 | 32 | 47 | 12 | 12 | 3D | 35 |
| Octal | 320 | 150 | 74 | 0 | 62 | 107 | 22 | 22 | 75 | 65 |
| Binary | 11010000 | 1101000 | 111100 | 0 | 110010 | 1000111 | 10010 | 10010 | 111101 | 110101 |
Color Harmonies of #D0683C
Complementary color
Monochromatic Colors of #D0683C
Black with #D0683C
Text Example
Text Example
White with #D0683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0683C; }
p { color: rgb(208,104,60); }
H1.HeaderClassName
{
color: #D0683C;
}
.AnyTagClassName
{
color: #D0683C;
}
</style>
background-color css
<style>
a { background-color: #D0683C; }
a { background-color: rgb(208,104,60); }
div.DivClassName
{
background-color: #D0683C;
}
.BgClassName
{
background-color: #D0683C;
}
</style>
border-color css
<style>
span { border-color: #D0683C; }
span { border-color: rgb(208,104,60); }
td.TdClassName
{
border-color: #D0683C;
}
.TagClassName
{
border-color: #D0683C;
}
</style>