Shades of Ecstasy #D0633C
Tints of Ecstasy #D0633C
RGB
CMYK
RGB Variations
Color information
#D0633C (or 0xD0633C) is known color: Ecstasy. HEX triplet: D0, 63 and 3C. RGB value is (208,99,60). Sum of RGB (Red+Green+Blue) = 208+99+60=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0633C is #2F9CC3. Grayscale: #7F7F7F. Windows color (decimal): -3120324 or 3957712. OLE color: 3957712.
HSL color Cylindrical-coordinate representation of color #D0633C: hue angle of 15.81º 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 #D0633C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 60 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.18 |
| HSL | 15.81º | 0.61% | 0.53% | - |
| HSV(B) | 15.81º | 0.71% | 0.82% | - |
| XYZ | 31.29 | 22.66 | 7 | - |
| YUV | 127.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 60 | 0 | 0.52 | 0.71 | 0.18 | 15.81 | 0.61 | 0.53 |
| Hex | D0 | 63 | 3C | 0 | 34 | 47 | 12 | 10 | 3D | 35 |
| Octal | 320 | 143 | 74 | 0 | 64 | 107 | 22 | 20 | 75 | 65 |
| Binary | 11010000 | 1100011 | 111100 | 0 | 110100 | 1000111 | 10010 | 10000 | 111101 | 110101 |
Color Harmonies of #D0633C
Complementary color
Monochromatic Colors of #D0633C
Black with #D0633C
Text Example
Text Example
White with #D0633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0633C; }
p { color: rgb(208,99,60); }
H1.HeaderClassName
{
color: #D0633C;
}
.AnyTagClassName
{
color: #D0633C;
}
</style>
background-color css
<style>
a { background-color: #D0633C; }
a { background-color: rgb(208,99,60); }
div.DivClassName
{
background-color: #D0633C;
}
.BgClassName
{
background-color: #D0633C;
}
</style>
border-color css
<style>
span { border-color: #D0633C; }
span { border-color: rgb(208,99,60); }
td.TdClassName
{
border-color: #D0633C;
}
.TagClassName
{
border-color: #D0633C;
}
</style>