Shades of Starship #DEE030
Tints of Starship #DEE030
RGB
CMYK
RGB Variations
Color information
#DEE030 (or 0xDEE030) is known color: Starship. HEX triplet: DE, E0 and 30. RGB value is (222,224,48). Sum of RGB (Red+Green+Blue) = 222+224+48=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE030 is #211FCF. Grayscale: #CCCCCC. Windows color (decimal): -2170832 or 3203294. OLE color: 3203294.
HSL color Cylindrical-coordinate representation of color #DEE030: hue angle of 60.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEE030 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 48 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.12 |
| HSL | 60.68º | 0.74% | 0.53% | - |
| HSV(B) | 60.68º | 0.79% | 0.88% | - |
| XYZ | 57.31 | 69.05 | 13.1 | - |
| YUV | 203.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 48 | 0.01 | 0 | 0.79 | 0.12 | 60.68 | 0.74 | 0.53 |
| Hex | DE | E0 | 30 | 1 | 0 | 4F | C | 3D | 4A | 35 |
| Octal | 336 | 340 | 60 | 1 | 0 | 117 | 14 | 75 | 112 | 65 |
| Binary | 11011110 | 11100000 | 110000 | 1 | 0 | 1001111 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DEE030
Complementary color
Monochromatic Colors of #DEE030
Black with #DEE030
Text Example
Text Example
White with #DEE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE030; }
p { color: rgb(222,224,48); }
H1.HeaderClassName
{
color: #DEE030;
}
.AnyTagClassName
{
color: #DEE030;
}
</style>
background-color css
<style>
a { background-color: #DEE030; }
a { background-color: rgb(222,224,48); }
div.DivClassName
{
background-color: #DEE030;
}
.BgClassName
{
background-color: #DEE030;
}
</style>
border-color css
<style>
span { border-color: #DEE030; }
span { border-color: rgb(222,224,48); }
td.TdClassName
{
border-color: #DEE030;
}
.TagClassName
{
border-color: #DEE030;
}
</style>