Shades of Starship #DEE443
Tints of Starship #DEE443
RGB
CMYK
RGB Variations
Color information
#DEE443 (or 0xDEE443) is known color: Starship. HEX triplet: DE, E4 and 43. RGB value is (222,228,67). Sum of RGB (Red+Green+Blue) = 222+228+67=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE443 is #211BBC. Grayscale: #D0D0D0. Windows color (decimal): -2169789 or 4449502. OLE color: 4449502.
HSL color Cylindrical-coordinate representation of color #DEE443: hue angle of 62.24º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE443 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 67 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.24º | 0.75% | 0.58% | - |
| HSV(B) | 62.24º | 0.71% | 0.89% | - |
| XYZ | 58.88 | 71.42 | 15.99 | - |
| YUV | 207.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 67 | 0.03 | 0 | 0.71 | 0.11 | 62.24 | 0.75 | 0.58 |
| Hex | DE | E4 | 43 | 3 | 0 | 47 | B | 3E | 4B | 3A |
| Octal | 336 | 344 | 103 | 3 | 0 | 107 | 13 | 76 | 113 | 72 |
| Binary | 11011110 | 11100100 | 1000011 | 11 | 0 | 1000111 | 1011 | 111110 | 1001011 | 111010 |
Color Harmonies of #DEE443
Complementary color
Monochromatic Colors of #DEE443
Black with #DEE443
Text Example
Text Example
White with #DEE443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE443; }
p { color: rgb(222,228,67); }
H1.HeaderClassName
{
color: #DEE443;
}
.AnyTagClassName
{
color: #DEE443;
}
</style>
background-color css
<style>
a { background-color: #DEE443; }
a { background-color: rgb(222,228,67); }
div.DivClassName
{
background-color: #DEE443;
}
.BgClassName
{
background-color: #DEE443;
}
</style>
border-color css
<style>
span { border-color: #DEE443; }
span { border-color: rgb(222,228,67); }
td.TdClassName
{
border-color: #DEE443;
}
.TagClassName
{
border-color: #DEE443;
}
</style>