Shades of Starship #DEE344
Tints of Starship #DEE344
RGB
CMYK
RGB Variations
Color information
#DEE344 (or 0xDEE344) is known color: Starship. HEX triplet: DE, E3 and 44. RGB value is (222,227,68). Sum of RGB (Red+Green+Blue) = 222+227+68=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE344 is #211CBB. Grayscale: #D0D0D0. Windows color (decimal): -2170044 or 4514782. OLE color: 4514782.
HSL color Cylindrical-coordinate representation of color #DEE344: hue angle of 61.89º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE344 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 68 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.11 |
| HSL | 61.89º | 0.74% | 0.58% | - |
| HSV(B) | 61.89º | 0.7% | 0.89% | - |
| XYZ | 58.64 | 70.89 | 16.06 | - |
| YUV | 207.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 68 | 0.02 | 0 | 0.70 | 0.11 | 61.89 | 0.74 | 0.58 |
| Hex | DE | E3 | 44 | 2 | 0 | 46 | B | 3E | 4A | 3A |
| Octal | 336 | 343 | 104 | 2 | 0 | 106 | 13 | 76 | 112 | 72 |
| Binary | 11011110 | 11100011 | 1000100 | 10 | 0 | 1000110 | 1011 | 111110 | 1001010 | 111010 |
Color Harmonies of #DEE344
Complementary color
Monochromatic Colors of #DEE344
Black with #DEE344
Text Example
Text Example
White with #DEE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE344; }
p { color: rgb(222,227,68); }
H1.HeaderClassName
{
color: #DEE344;
}
.AnyTagClassName
{
color: #DEE344;
}
</style>
background-color css
<style>
a { background-color: #DEE344; }
a { background-color: rgb(222,227,68); }
div.DivClassName
{
background-color: #DEE344;
}
.BgClassName
{
background-color: #DEE344;
}
</style>
border-color css
<style>
span { border-color: #DEE344; }
span { border-color: rgb(222,227,68); }
td.TdClassName
{
border-color: #DEE344;
}
.TagClassName
{
border-color: #DEE344;
}
</style>