Shades of Starship #DEE037
Tints of Starship #DEE037
RGB
CMYK
RGB Variations
Color information
#DEE037 (or 0xDEE037) is known color: Starship. HEX triplet: DE, E0 and 37. RGB value is (222,224,55). Sum of RGB (Red+Green+Blue) = 222+224+55=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE037 is #211FC8. Grayscale: #CCCCCC. Windows color (decimal): -2170825 or 3662046. OLE color: 3662046.
HSL color Cylindrical-coordinate representation of color #DEE037: hue angle of 60.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEE037 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 55 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.12 |
| HSL | 60.71º | 0.73% | 0.55% | - |
| HSV(B) | 60.71º | 0.75% | 0.88% | - |
| XYZ | 57.47 | 69.12 | 13.93 | - |
| YUV | 204.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 55 | 0.01 | 0 | 0.75 | 0.12 | 60.71 | 0.73 | 0.55 |
| Hex | DE | E0 | 37 | 1 | 0 | 4B | C | 3D | 49 | 37 |
| Octal | 336 | 340 | 67 | 1 | 0 | 113 | 14 | 75 | 111 | 67 |
| Binary | 11011110 | 11100000 | 110111 | 1 | 0 | 1001011 | 1100 | 111101 | 1001001 | 110111 |
Color Harmonies of #DEE037
Complementary color
Monochromatic Colors of #DEE037
Black with #DEE037
Text Example
Text Example
White with #DEE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE037; }
p { color: rgb(222,224,55); }
H1.HeaderClassName
{
color: #DEE037;
}
.AnyTagClassName
{
color: #DEE037;
}
</style>
background-color css
<style>
a { background-color: #DEE037; }
a { background-color: rgb(222,224,55); }
div.DivClassName
{
background-color: #DEE037;
}
.BgClassName
{
background-color: #DEE037;
}
</style>
border-color css
<style>
span { border-color: #DEE037; }
span { border-color: rgb(222,224,55); }
td.TdClassName
{
border-color: #DEE037;
}
.TagClassName
{
border-color: #DEE037;
}
</style>