Shades of Starship #DEE033
Tints of Starship #DEE033
RGB
CMYK
RGB Variations
Color information
#DEE033 (or 0xDEE033) is known color: Starship. HEX triplet: DE, E0 and 33. RGB value is (222,224,51). Sum of RGB (Red+Green+Blue) = 222+224+51=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE033 is #211FCC. Grayscale: #CCCCCC. Windows color (decimal): -2170829 or 3399902. OLE color: 3399902.
HSL color Cylindrical-coordinate representation of color #DEE033: hue angle of 60.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEE033 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.12 |
| HSL | 60.69º | 0.74% | 0.54% | - |
| HSV(B) | 60.69º | 0.77% | 0.88% | - |
| XYZ | 57.38 | 69.08 | 13.44 | - |
| YUV | 203.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 51 | 0.01 | 0 | 0.77 | 0.12 | 60.69 | 0.74 | 0.54 |
| Hex | DE | E0 | 33 | 1 | 0 | 4D | C | 3D | 4A | 36 |
| Octal | 336 | 340 | 63 | 1 | 0 | 115 | 14 | 75 | 112 | 66 |
| Binary | 11011110 | 11100000 | 110011 | 1 | 0 | 1001101 | 1100 | 111101 | 1001010 | 110110 |
Color Harmonies of #DEE033
Complementary color
Monochromatic Colors of #DEE033
Black with #DEE033
Text Example
Text Example
White with #DEE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE033; }
p { color: rgb(222,224,51); }
H1.HeaderClassName
{
color: #DEE033;
}
.AnyTagClassName
{
color: #DEE033;
}
</style>
background-color css
<style>
a { background-color: #DEE033; }
a { background-color: rgb(222,224,51); }
div.DivClassName
{
background-color: #DEE033;
}
.BgClassName
{
background-color: #DEE033;
}
</style>
border-color css
<style>
span { border-color: #DEE033; }
span { border-color: rgb(222,224,51); }
td.TdClassName
{
border-color: #DEE033;
}
.TagClassName
{
border-color: #DEE033;
}
</style>