Shades of Starship #DEE43E
Tints of Starship #DEE43E
RGB
CMYK
RGB Variations
Color information
#DEE43E (or 0xDEE43E) is known color: Starship. HEX triplet: DE, E4 and 3E. RGB value is (222,228,62). Sum of RGB (Red+Green+Blue) = 222+228+62=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE43E is #211BC1. Grayscale: #CFCFCF. Windows color (decimal): -2169794 or 4121822. OLE color: 4121822.
HSL color Cylindrical-coordinate representation of color #DEE43E: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE43E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 62 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.11 |
| HSL | 62.17º | 0.75% | 0.57% | - |
| HSV(B) | 62.17º | 0.73% | 0.89% | - |
| XYZ | 58.74 | 71.36 | 15.24 | - |
| YUV | 207.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 62 | 0.03 | 0 | 0.73 | 0.11 | 62.17 | 0.75 | 0.57 |
| Hex | DE | E4 | 3E | 3 | 0 | 49 | B | 3E | 4B | 39 |
| Octal | 336 | 344 | 76 | 3 | 0 | 111 | 13 | 76 | 113 | 71 |
| Binary | 11011110 | 11100100 | 111110 | 11 | 0 | 1001001 | 1011 | 111110 | 1001011 | 111001 |
Color Harmonies of #DEE43E
Complementary color
Monochromatic Colors of #DEE43E
Black with #DEE43E
Text Example
Text Example
White with #DEE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE43E; }
p { color: rgb(222,228,62); }
H1.HeaderClassName
{
color: #DEE43E;
}
.AnyTagClassName
{
color: #DEE43E;
}
</style>
background-color css
<style>
a { background-color: #DEE43E; }
a { background-color: rgb(222,228,62); }
div.DivClassName
{
background-color: #DEE43E;
}
.BgClassName
{
background-color: #DEE43E;
}
</style>
border-color css
<style>
span { border-color: #DEE43E; }
span { border-color: rgb(222,228,62); }
td.TdClassName
{
border-color: #DEE43E;
}
.TagClassName
{
border-color: #DEE43E;
}
</style>