Shades of Starship #DEE22D
Tints of Starship #DEE22D
RGB
CMYK
RGB Variations
Color information
#DEE22D (or 0xDEE22D) is known color: Starship. HEX triplet: DE, E2 and 2D. RGB value is (222,226,45). Sum of RGB (Red+Green+Blue) = 222+226+45=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE22D is #211DD2. Grayscale: #CCCCCC. Windows color (decimal): -2170323 or 3007198. OLE color: 3007198.
HSL color Cylindrical-coordinate representation of color #DEE22D: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE22D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 45 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.33º | 0.76% | 0.53% | - |
| HSV(B) | 61.33º | 0.8% | 0.89% | - |
| XYZ | 57.79 | 70.11 | 12.97 | - |
| YUV | 204.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 45 | 0.02 | 0 | 0.80 | 0.11 | 61.33 | 0.76 | 0.53 |
| Hex | DE | E2 | 2D | 2 | 0 | 50 | B | 3D | 4C | 35 |
| Octal | 336 | 342 | 55 | 2 | 0 | 120 | 13 | 75 | 114 | 65 |
| Binary | 11011110 | 11100010 | 101101 | 10 | 0 | 1010000 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #DEE22D
Complementary color
Monochromatic Colors of #DEE22D
Black with #DEE22D
Text Example
Text Example
White with #DEE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE22D; }
p { color: rgb(222,226,45); }
H1.HeaderClassName
{
color: #DEE22D;
}
.AnyTagClassName
{
color: #DEE22D;
}
</style>
background-color css
<style>
a { background-color: #DEE22D; }
a { background-color: rgb(222,226,45); }
div.DivClassName
{
background-color: #DEE22D;
}
.BgClassName
{
background-color: #DEE22D;
}
</style>
border-color css
<style>
span { border-color: #DEE22D; }
span { border-color: rgb(222,226,45); }
td.TdClassName
{
border-color: #DEE22D;
}
.TagClassName
{
border-color: #DEE22D;
}
</style>