Shades of Starship #DEE941
Tints of Starship #DEE941
RGB
CMYK
RGB Variations
Color information
#DEE941 (or 0xDEE941) is known color: Starship. HEX triplet: DE, E9 and 41. RGB value is (222,233,65). Sum of RGB (Red+Green+Blue) = 222+233+65=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE941 is #2116BE. Grayscale: #D3D3D3. Windows color (decimal): -2168511 or 4319710. OLE color: 4319710.
HSL color Cylindrical-coordinate representation of color #DEE941: hue angle of 63.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE941 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 65 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.09 |
| HSL | 63.93º | 0.79% | 0.58% | - |
| HSV(B) | 63.93º | 0.72% | 0.91% | - |
| XYZ | 60.22 | 74.19 | 16.15 | - |
| YUV | 210.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 65 | 0.05 | 0 | 0.72 | 0.09 | 63.93 | 0.79 | 0.58 |
| Hex | DE | E9 | 41 | 5 | 0 | 48 | 9 | 40 | 4F | 3A |
| Octal | 336 | 351 | 101 | 5 | 0 | 110 | 11 | 100 | 117 | 72 |
| Binary | 11011110 | 11101001 | 1000001 | 101 | 0 | 1001000 | 1001 | 1000000 | 1001111 | 111010 |
Color Harmonies of #DEE941
Complementary color
Monochromatic Colors of #DEE941
Black with #DEE941
Text Example
Text Example
White with #DEE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE941; }
p { color: rgb(222,233,65); }
H1.HeaderClassName
{
color: #DEE941;
}
.AnyTagClassName
{
color: #DEE941;
}
</style>
background-color css
<style>
a { background-color: #DEE941; }
a { background-color: rgb(222,233,65); }
div.DivClassName
{
background-color: #DEE941;
}
.BgClassName
{
background-color: #DEE941;
}
</style>
border-color css
<style>
span { border-color: #DEE941; }
span { border-color: rgb(222,233,65); }
td.TdClassName
{
border-color: #DEE941;
}
.TagClassName
{
border-color: #DEE941;
}
</style>