Shades of Starship #DEE047
Tints of Starship #DEE047
RGB
CMYK
RGB Variations
Color information
#DEE047 (or 0xDEE047) is known color: Starship. HEX triplet: DE, E0 and 47. RGB value is (222,224,71). Sum of RGB (Red+Green+Blue) = 222+224+71=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE047 is #211FB8. Grayscale: #CECECE. Windows color (decimal): -2170809 or 4710622. OLE color: 4710622.
HSL color Cylindrical-coordinate representation of color #DEE047: hue angle of 60.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE047 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 71 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.12 |
| HSL | 60.78º | 0.71% | 0.58% | - |
| HSV(B) | 60.78º | 0.68% | 0.88% | - |
| XYZ | 57.92 | 69.3 | 16.28 | - |
| YUV | 205.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 71 | 0.01 | 0 | 0.68 | 0.12 | 60.78 | 0.71 | 0.58 |
| Hex | DE | E0 | 47 | 1 | 0 | 44 | C | 3D | 47 | 3A |
| Octal | 336 | 340 | 107 | 1 | 0 | 104 | 14 | 75 | 107 | 72 |
| Binary | 11011110 | 11100000 | 1000111 | 1 | 0 | 1000100 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DEE047
Complementary color
Monochromatic Colors of #DEE047
Black with #DEE047
Text Example
Text Example
White with #DEE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE047; }
p { color: rgb(222,224,71); }
H1.HeaderClassName
{
color: #DEE047;
}
.AnyTagClassName
{
color: #DEE047;
}
</style>
background-color css
<style>
a { background-color: #DEE047; }
a { background-color: rgb(222,224,71); }
div.DivClassName
{
background-color: #DEE047;
}
.BgClassName
{
background-color: #DEE047;
}
</style>
border-color css
<style>
span { border-color: #DEE047; }
span { border-color: rgb(222,224,71); }
td.TdClassName
{
border-color: #DEE047;
}
.TagClassName
{
border-color: #DEE047;
}
</style>