Shades of Starship #DEE942
Tints of Starship #DEE942
RGB
CMYK
RGB Variations
Color information
#DEE942 (or 0xDEE942) is known color: Starship. HEX triplet: DE, E9 and 42. RGB value is (222,233,66). Sum of RGB (Red+Green+Blue) = 222+233+66=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE942 is #2116BD. Grayscale: #D3D3D3. Windows color (decimal): -2168510 or 4385246. OLE color: 4385246.
HSL color Cylindrical-coordinate representation of color #DEE942: hue angle of 63.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE942 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 66 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.09 |
| HSL | 63.95º | 0.79% | 0.59% | - |
| HSV(B) | 63.95º | 0.72% | 0.91% | - |
| XYZ | 60.25 | 74.2 | 16.3 | - |
| YUV | 210.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 66 | 0.05 | 0 | 0.72 | 0.09 | 63.95 | 0.79 | 0.59 |
| Hex | DE | E9 | 42 | 5 | 0 | 48 | 9 | 40 | 4F | 3B |
| Octal | 336 | 351 | 102 | 5 | 0 | 110 | 11 | 100 | 117 | 73 |
| Binary | 11011110 | 11101001 | 1000010 | 101 | 0 | 1001000 | 1001 | 1000000 | 1001111 | 111011 |
Color Harmonies of #DEE942
Complementary color
Monochromatic Colors of #DEE942
Black with #DEE942
Text Example
Text Example
White with #DEE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE942; }
p { color: rgb(222,233,66); }
H1.HeaderClassName
{
color: #DEE942;
}
.AnyTagClassName
{
color: #DEE942;
}
</style>
background-color css
<style>
a { background-color: #DEE942; }
a { background-color: rgb(222,233,66); }
div.DivClassName
{
background-color: #DEE942;
}
.BgClassName
{
background-color: #DEE942;
}
</style>
border-color css
<style>
span { border-color: #DEE942; }
span { border-color: rgb(222,233,66); }
td.TdClassName
{
border-color: #DEE942;
}
.TagClassName
{
border-color: #DEE942;
}
</style>