Shades of Starship #DEE134
Tints of Starship #DEE134
RGB
CMYK
RGB Variations
Color information
#DEE134 (or 0xDEE134) is known color: Starship. HEX triplet: DE, E1 and 34. RGB value is (222,225,52). Sum of RGB (Red+Green+Blue) = 222+225+52=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE134 is #211ECB. Grayscale: #CDCDCD. Windows color (decimal): -2170572 or 3465694. OLE color: 3465694.
HSL color Cylindrical-coordinate representation of color #DEE134: hue angle of 61.04º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEE134 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 52 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.12 |
| HSL | 61.04º | 0.74% | 0.54% | - |
| HSV(B) | 61.04º | 0.77% | 0.88% | - |
| XYZ | 57.67 | 69.63 | 13.65 | - |
| YUV | 204.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 52 | 0.01 | 0 | 0.77 | 0.12 | 61.04 | 0.74 | 0.54 |
| Hex | DE | E1 | 34 | 1 | 0 | 4D | C | 3D | 4A | 36 |
| Octal | 336 | 341 | 64 | 1 | 0 | 115 | 14 | 75 | 112 | 66 |
| Binary | 11011110 | 11100001 | 110100 | 1 | 0 | 1001101 | 1100 | 111101 | 1001010 | 110110 |
Color Harmonies of #DEE134
Complementary color
Monochromatic Colors of #DEE134
Black with #DEE134
Text Example
Text Example
White with #DEE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE134; }
p { color: rgb(222,225,52); }
H1.HeaderClassName
{
color: #DEE134;
}
.AnyTagClassName
{
color: #DEE134;
}
</style>
background-color css
<style>
a { background-color: #DEE134; }
a { background-color: rgb(222,225,52); }
div.DivClassName
{
background-color: #DEE134;
}
.BgClassName
{
background-color: #DEE134;
}
</style>
border-color css
<style>
span { border-color: #DEE134; }
span { border-color: rgb(222,225,52); }
td.TdClassName
{
border-color: #DEE134;
}
.TagClassName
{
border-color: #DEE134;
}
</style>