Shades of Starship #DEE43A
Tints of Starship #DEE43A
RGB
CMYK
RGB Variations
Color information
#DEE43A (or 0xDEE43A) is known color: Starship. HEX triplet: DE, E4 and 3A. RGB value is (222,228,58). Sum of RGB (Red+Green+Blue) = 222+228+58=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE43A is #211BC5. Grayscale: #CFCFCF. Windows color (decimal): -2169798 or 3859678. OLE color: 3859678.
HSL color Cylindrical-coordinate representation of color #DEE43A: hue angle of 62.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEE43A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 58 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.11 |
| HSL | 62.12º | 0.76% | 0.56% | - |
| HSV(B) | 62.12º | 0.75% | 0.89% | - |
| XYZ | 58.63 | 71.32 | 14.68 | - |
| YUV | 206.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 58 | 0.03 | 0 | 0.75 | 0.11 | 62.12 | 0.76 | 0.56 |
| Hex | DE | E4 | 3A | 3 | 0 | 4B | B | 3E | 4C | 38 |
| Octal | 336 | 344 | 72 | 3 | 0 | 113 | 13 | 76 | 114 | 70 |
| Binary | 11011110 | 11100100 | 111010 | 11 | 0 | 1001011 | 1011 | 111110 | 1001100 | 111000 |
Color Harmonies of #DEE43A
Complementary color
Monochromatic Colors of #DEE43A
Black with #DEE43A
Text Example
Text Example
White with #DEE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE43A; }
p { color: rgb(222,228,58); }
H1.HeaderClassName
{
color: #DEE43A;
}
.AnyTagClassName
{
color: #DEE43A;
}
</style>
background-color css
<style>
a { background-color: #DEE43A; }
a { background-color: rgb(222,228,58); }
div.DivClassName
{
background-color: #DEE43A;
}
.BgClassName
{
background-color: #DEE43A;
}
</style>
border-color css
<style>
span { border-color: #DEE43A; }
span { border-color: rgb(222,228,58); }
td.TdClassName
{
border-color: #DEE43A;
}
.TagClassName
{
border-color: #DEE43A;
}
</style>