Shades of Starship #DEE33E
Tints of Starship #DEE33E
RGB
CMYK
RGB Variations
Color information
#DEE33E (or 0xDEE33E) is known color: Starship. HEX triplet: DE, E3 and 3E. RGB value is (222,227,62). Sum of RGB (Red+Green+Blue) = 222+227+62=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE33E is #211CC1. Grayscale: #CFCFCF. Windows color (decimal): -2170050 or 4121566. OLE color: 4121566.
HSL color Cylindrical-coordinate representation of color #DEE33E: hue angle of 61.82º 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 #DEE33E is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 62 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.11 |
| HSL | 61.82º | 0.75% | 0.57% | - |
| HSV(B) | 61.82º | 0.73% | 0.89% | - |
| XYZ | 58.46 | 70.82 | 15.14 | - |
| YUV | 206.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 62 | 0.02 | 0 | 0.73 | 0.11 | 61.82 | 0.75 | 0.57 |
| Hex | DE | E3 | 3E | 2 | 0 | 49 | B | 3E | 4B | 39 |
| Octal | 336 | 343 | 76 | 2 | 0 | 111 | 13 | 76 | 113 | 71 |
| Binary | 11011110 | 11100011 | 111110 | 10 | 0 | 1001001 | 1011 | 111110 | 1001011 | 111001 |
Color Harmonies of #DEE33E
Complementary color
Monochromatic Colors of #DEE33E
Black with #DEE33E
Text Example
Text Example
White with #DEE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE33E; }
p { color: rgb(222,227,62); }
H1.HeaderClassName
{
color: #DEE33E;
}
.AnyTagClassName
{
color: #DEE33E;
}
</style>
background-color css
<style>
a { background-color: #DEE33E; }
a { background-color: rgb(222,227,62); }
div.DivClassName
{
background-color: #DEE33E;
}
.BgClassName
{
background-color: #DEE33E;
}
</style>
border-color css
<style>
span { border-color: #DEE33E; }
span { border-color: rgb(222,227,62); }
td.TdClassName
{
border-color: #DEE33E;
}
.TagClassName
{
border-color: #DEE33E;
}
</style>