Shades of Starship #DEE43F
Tints of Starship #DEE43F
RGB
CMYK
RGB Variations
Color information
#DEE43F (or 0xDEE43F) is known color: Starship. HEX triplet: DE, E4 and 3F. RGB value is (222,228,63). Sum of RGB (Red+Green+Blue) = 222+228+63=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE43F is #211BC0. Grayscale: #D0D0D0. Windows color (decimal): -2169793 or 4187358. OLE color: 4187358.
HSL color Cylindrical-coordinate representation of color #DEE43F: hue angle of 62.18º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE43F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 63 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.11 |
| HSL | 62.18º | 0.75% | 0.57% | - |
| HSV(B) | 62.18º | 0.72% | 0.89% | - |
| XYZ | 58.76 | 71.38 | 15.38 | - |
| YUV | 207.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 63 | 0.03 | 0 | 0.72 | 0.11 | 62.18 | 0.75 | 0.57 |
| Hex | DE | E4 | 3F | 3 | 0 | 48 | B | 3E | 4B | 39 |
| Octal | 336 | 344 | 77 | 3 | 0 | 110 | 13 | 76 | 113 | 71 |
| Binary | 11011110 | 11100100 | 111111 | 11 | 0 | 1001000 | 1011 | 111110 | 1001011 | 111001 |
Color Harmonies of #DEE43F
Complementary color
Monochromatic Colors of #DEE43F
Black with #DEE43F
Text Example
Text Example
White with #DEE43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE43F; }
p { color: rgb(222,228,63); }
H1.HeaderClassName
{
color: #DEE43F;
}
.AnyTagClassName
{
color: #DEE43F;
}
</style>
background-color css
<style>
a { background-color: #DEE43F; }
a { background-color: rgb(222,228,63); }
div.DivClassName
{
background-color: #DEE43F;
}
.BgClassName
{
background-color: #DEE43F;
}
</style>
border-color css
<style>
span { border-color: #DEE43F; }
span { border-color: rgb(222,228,63); }
td.TdClassName
{
border-color: #DEE43F;
}
.TagClassName
{
border-color: #DEE43F;
}
</style>