Shades of Starship #DEE02D
Tints of Starship #DEE02D
RGB
CMYK
RGB Variations
Color information
#DEE02D (or 0xDEE02D) is known color: Starship. HEX triplet: DE, E0 and 2D. RGB value is (222,224,45). Sum of RGB (Red+Green+Blue) = 222+224+45=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE02D is #211FD2. Grayscale: #CBCBCB. Windows color (decimal): -2170835 or 3006686. OLE color: 3006686.
HSL color Cylindrical-coordinate representation of color #DEE02D: hue angle of 60.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEE02D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 45 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.12 |
| HSL | 60.67º | 0.74% | 0.53% | - |
| HSV(B) | 60.67º | 0.8% | 0.88% | - |
| XYZ | 57.25 | 69.03 | 12.79 | - |
| YUV | 203 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 45 | 0.01 | 0 | 0.80 | 0.12 | 60.67 | 0.74 | 0.53 |
| Hex | DE | E0 | 2D | 1 | 0 | 50 | C | 3D | 4A | 35 |
| Octal | 336 | 340 | 55 | 1 | 0 | 120 | 14 | 75 | 112 | 65 |
| Binary | 11011110 | 11100000 | 101101 | 1 | 0 | 1010000 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DEE02D
Complementary color
Monochromatic Colors of #DEE02D
Black with #DEE02D
Text Example
Text Example
White with #DEE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE02D; }
p { color: rgb(222,224,45); }
H1.HeaderClassName
{
color: #DEE02D;
}
.AnyTagClassName
{
color: #DEE02D;
}
</style>
background-color css
<style>
a { background-color: #DEE02D; }
a { background-color: rgb(222,224,45); }
div.DivClassName
{
background-color: #DEE02D;
}
.BgClassName
{
background-color: #DEE02D;
}
</style>
border-color css
<style>
span { border-color: #DEE02D; }
span { border-color: rgb(222,224,45); }
td.TdClassName
{
border-color: #DEE02D;
}
.TagClassName
{
border-color: #DEE02D;
}
</style>