Shades of Starship #DEE43C
Tints of Starship #DEE43C
RGB
CMYK
RGB Variations
Color information
#DEE43C (or 0xDEE43C) is known color: Starship. HEX triplet: DE, E4 and 3C. RGB value is (222,228,60). Sum of RGB (Red+Green+Blue) = 222+228+60=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE43C is #211BC3. Grayscale: #CFCFCF. Windows color (decimal): -2169796 or 3990750. OLE color: 3990750.
HSL color Cylindrical-coordinate representation of color #DEE43C: hue angle of 62.14º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE43C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 60 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.11 |
| HSL | 62.14º | 0.76% | 0.56% | - |
| HSV(B) | 62.14º | 0.74% | 0.89% | - |
| XYZ | 58.68 | 71.34 | 14.95 | - |
| YUV | 207.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 60 | 0.03 | 0 | 0.74 | 0.11 | 62.14 | 0.76 | 0.56 |
| Hex | DE | E4 | 3C | 3 | 0 | 4A | B | 3E | 4C | 38 |
| Octal | 336 | 344 | 74 | 3 | 0 | 112 | 13 | 76 | 114 | 70 |
| Binary | 11011110 | 11100100 | 111100 | 11 | 0 | 1001010 | 1011 | 111110 | 1001100 | 111000 |
Color Harmonies of #DEE43C
Complementary color
Monochromatic Colors of #DEE43C
Black with #DEE43C
Text Example
Text Example
White with #DEE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE43C; }
p { color: rgb(222,228,60); }
H1.HeaderClassName
{
color: #DEE43C;
}
.AnyTagClassName
{
color: #DEE43C;
}
</style>
background-color css
<style>
a { background-color: #DEE43C; }
a { background-color: rgb(222,228,60); }
div.DivClassName
{
background-color: #DEE43C;
}
.BgClassName
{
background-color: #DEE43C;
}
</style>
border-color css
<style>
span { border-color: #DEE43C; }
span { border-color: rgb(222,228,60); }
td.TdClassName
{
border-color: #DEE43C;
}
.TagClassName
{
border-color: #DEE43C;
}
</style>