Shades of Starship #DEE939
Tints of Starship #DEE939
RGB
CMYK
RGB Variations
Color information
#DEE939 (or 0xDEE939) is known color: Starship. HEX triplet: DE, E9 and 39. RGB value is (222,233,57). Sum of RGB (Red+Green+Blue) = 222+233+57=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 57 (22.66% from 255 or 11.13% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE939 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE939 is #2116C6. Grayscale: #D2D2D2. Windows color (decimal): -2168519 or 3795422. OLE color: 3795422.
HSL color Cylindrical-coordinate representation of color #DEE939: hue angle of 63.75º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEE939 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 57 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.09 |
| HSL | 63.75º | 0.8% | 0.57% | - |
| HSV(B) | 63.75º | 0.76% | 0.91% | - |
| XYZ | 60 | 74.1 | 15.01 | - |
| YUV | 209.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 57 | 0.05 | 0 | 0.76 | 0.09 | 63.75 | 0.8 | 0.57 |
| Hex | DE | E9 | 39 | 5 | 0 | 4C | 9 | 40 | 50 | 39 |
| Octal | 336 | 351 | 71 | 5 | 0 | 114 | 11 | 100 | 120 | 71 |
| Binary | 11011110 | 11101001 | 111001 | 101 | 0 | 1001100 | 1001 | 1000000 | 1010000 | 111001 |
Color Harmonies of #DEE939
Complementary color
Monochromatic Colors of #DEE939
Black with #DEE939
Text Example
Text Example
White with #DEE939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE939; }
p { color: rgb(222,233,57); }
H1.HeaderClassName
{
color: #DEE939;
}
.AnyTagClassName
{
color: #DEE939;
}
</style>
background-color css
<style>
a { background-color: #DEE939; }
a { background-color: rgb(222,233,57); }
div.DivClassName
{
background-color: #DEE939;
}
.BgClassName
{
background-color: #DEE939;
}
</style>
border-color css
<style>
span { border-color: #DEE939; }
span { border-color: rgb(222,233,57); }
td.TdClassName
{
border-color: #DEE939;
}
.TagClassName
{
border-color: #DEE939;
}
</style>