Shades of Starship #DEE53A
Tints of Starship #DEE53A
RGB
CMYK
RGB Variations
Color information
#DEE53A (or 0xDEE53A) is known color: Starship. HEX triplet: DE, E5 and 3A. RGB value is (222,229,58). Sum of RGB (Red+Green+Blue) = 222+229+58=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE53A is #211AC5. Grayscale: #D0D0D0. Windows color (decimal): -2169542 or 3859934. OLE color: 3859934.
HSL color Cylindrical-coordinate representation of color #DEE53A: hue angle of 62.46º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEE53A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 58 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.10 |
| HSL | 62.46º | 0.77% | 0.56% | - |
| HSV(B) | 62.46º | 0.75% | 0.9% | - |
| XYZ | 58.91 | 71.87 | 14.77 | - |
| YUV | 207.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 58 | 0.03 | 0 | 0.75 | 0.10 | 62.46 | 0.77 | 0.56 |
| Hex | DE | E5 | 3A | 3 | 0 | 4B | A | 3E | 4D | 38 |
| Octal | 336 | 345 | 72 | 3 | 0 | 113 | 12 | 76 | 115 | 70 |
| Binary | 11011110 | 11100101 | 111010 | 11 | 0 | 1001011 | 1010 | 111110 | 1001101 | 111000 |
Color Harmonies of #DEE53A
Complementary color
Monochromatic Colors of #DEE53A
Black with #DEE53A
Text Example
Text Example
White with #DEE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE53A; }
p { color: rgb(222,229,58); }
H1.HeaderClassName
{
color: #DEE53A;
}
.AnyTagClassName
{
color: #DEE53A;
}
</style>
background-color css
<style>
a { background-color: #DEE53A; }
a { background-color: rgb(222,229,58); }
div.DivClassName
{
background-color: #DEE53A;
}
.BgClassName
{
background-color: #DEE53A;
}
</style>
border-color css
<style>
span { border-color: #DEE53A; }
span { border-color: rgb(222,229,58); }
td.TdClassName
{
border-color: #DEE53A;
}
.TagClassName
{
border-color: #DEE53A;
}
</style>