Shades of Starship #DEE944
Tints of Starship #DEE944
RGB
CMYK
RGB Variations
Color information
#DEE944 (or 0xDEE944) is known color: Starship. HEX triplet: DE, E9 and 44. RGB value is (222,233,68). Sum of RGB (Red+Green+Blue) = 222+233+68=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE944 is #2116BB. Grayscale: #D3D3D3. Windows color (decimal): -2168508 or 4516318. OLE color: 4516318.
HSL color Cylindrical-coordinate representation of color #DEE944: hue angle of 64º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE944 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 68 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.09 |
| HSL | 64º | 0.79% | 0.59% | - |
| HSV(B) | 64º | 0.71% | 0.91% | - |
| XYZ | 60.31 | 74.22 | 16.62 | - |
| YUV | 210.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 68 | 0.05 | 0 | 0.71 | 0.09 | 64 | 0.79 | 0.59 |
| Hex | DE | E9 | 44 | 5 | 0 | 47 | 9 | 40 | 4F | 3B |
| Octal | 336 | 351 | 104 | 5 | 0 | 107 | 11 | 100 | 117 | 73 |
| Binary | 11011110 | 11101001 | 1000100 | 101 | 0 | 1000111 | 1001 | 1000000 | 1001111 | 111011 |
Color Harmonies of #DEE944
Complementary color
Monochromatic Colors of #DEE944
Black with #DEE944
Text Example
Text Example
White with #DEE944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE944; }
p { color: rgb(222,233,68); }
H1.HeaderClassName
{
color: #DEE944;
}
.AnyTagClassName
{
color: #DEE944;
}
</style>
background-color css
<style>
a { background-color: #DEE944; }
a { background-color: rgb(222,233,68); }
div.DivClassName
{
background-color: #DEE944;
}
.BgClassName
{
background-color: #DEE944;
}
</style>
border-color css
<style>
span { border-color: #DEE944; }
span { border-color: rgb(222,233,68); }
td.TdClassName
{
border-color: #DEE944;
}
.TagClassName
{
border-color: #DEE944;
}
</style>