Shades of Ecstasy #D2683F
Tints of Ecstasy #D2683F
RGB
CMYK
RGB Variations
Color information
#D2683F (or 0xD2683F) is known color: Ecstasy. HEX triplet: D2, 68 and 3F. RGB value is (210,104,63). Sum of RGB (Red+Green+Blue) = 210+104+63=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D2683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2683F is #2D97C0. Grayscale: #838383. Windows color (decimal): -2987969 or 4155602. OLE color: 4155602.
HSL color Cylindrical-coordinate representation of color #D2683F: hue angle of 16.73º 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 #D2683F is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 63 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.18 |
| HSL | 16.73º | 0.62% | 0.54% | - |
| HSV(B) | 16.73º | 0.7% | 0.82% | - |
| XYZ | 32.43 | 23.96 | 7.62 | - |
| YUV | 131.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 63 | 0 | 0.50 | 0.70 | 0.18 | 16.73 | 0.62 | 0.54 |
| Hex | D2 | 68 | 3F | 0 | 32 | 46 | 12 | 11 | 3E | 36 |
| Octal | 322 | 150 | 77 | 0 | 62 | 106 | 22 | 21 | 76 | 66 |
| Binary | 11010010 | 1101000 | 111111 | 0 | 110010 | 1000110 | 10010 | 10001 | 111110 | 110110 |
Color Harmonies of #D2683F
Complementary color
Monochromatic Colors of #D2683F
Black with #D2683F
Text Example
Text Example
White with #D2683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2683F; }
p { color: rgb(210,104,63); }
H1.HeaderClassName
{
color: #D2683F;
}
.AnyTagClassName
{
color: #D2683F;
}
</style>
background-color css
<style>
a { background-color: #D2683F; }
a { background-color: rgb(210,104,63); }
div.DivClassName
{
background-color: #D2683F;
}
.BgClassName
{
background-color: #D2683F;
}
</style>
border-color css
<style>
span { border-color: #D2683F; }
span { border-color: rgb(210,104,63); }
td.TdClassName
{
border-color: #D2683F;
}
.TagClassName
{
border-color: #D2683F;
}
</style>