Shades of Ecstasy #D0683F
Tints of Ecstasy #D0683F
RGB
CMYK
RGB Variations
Color information
#D0683F (or 0xD0683F) is known color: Ecstasy. HEX triplet: D0, 68 and 3F. RGB value is (208,104,63). Sum of RGB (Red+Green+Blue) = 208+104+63=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0683F is #2F97C0. Grayscale: #828282. Windows color (decimal): -3119041 or 4155600. OLE color: 4155600.
HSL color Cylindrical-coordinate representation of color #D0683F: hue angle of 16.97º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0683F is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 63 | - |
| CMYK | 0 | 0.5 | 0.70 | 0.18 |
| HSL | 16.97º | 0.61% | 0.53% | - |
| HSV(B) | 16.97º | 0.7% | 0.82% | - |
| XYZ | 31.86 | 23.67 | 7.59 | - |
| YUV | 130.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 63 | 0 | 0.5 | 0.70 | 0.18 | 16.97 | 0.61 | 0.53 |
| Hex | D0 | 68 | 3F | 0 | 32 | 46 | 12 | 11 | 3D | 35 |
| Octal | 320 | 150 | 77 | 0 | 62 | 106 | 22 | 21 | 75 | 65 |
| Binary | 11010000 | 1101000 | 111111 | 0 | 110010 | 1000110 | 10010 | 10001 | 111101 | 110101 |
Color Harmonies of #D0683F
Complementary color
Monochromatic Colors of #D0683F
Black with #D0683F
Text Example
Text Example
White with #D0683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0683F; }
p { color: rgb(208,104,63); }
H1.HeaderClassName
{
color: #D0683F;
}
.AnyTagClassName
{
color: #D0683F;
}
</style>
background-color css
<style>
a { background-color: #D0683F; }
a { background-color: rgb(208,104,63); }
div.DivClassName
{
background-color: #D0683F;
}
.BgClassName
{
background-color: #D0683F;
}
</style>
border-color css
<style>
span { border-color: #D0683F; }
span { border-color: rgb(208,104,63); }
td.TdClassName
{
border-color: #D0683F;
}
.TagClassName
{
border-color: #D0683F;
}
</style>