Shades of Starship #DEE03F
Tints of Starship #DEE03F
RGB
CMYK
RGB Variations
Color information
#DEE03F (or 0xDEE03F) is known color: Starship. HEX triplet: DE, E0 and 3F. RGB value is (222,224,63). Sum of RGB (Red+Green+Blue) = 222+224+63=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE03F is #211FC0. Grayscale: #CDCDCD. Windows color (decimal): -2170817 or 4186334. OLE color: 4186334.
HSL color Cylindrical-coordinate representation of color #DEE03F: hue angle of 60.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE03F is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 63 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.12 |
| HSL | 60.75º | 0.72% | 0.56% | - |
| HSV(B) | 60.75º | 0.72% | 0.88% | - |
| XYZ | 57.68 | 69.2 | 15.02 | - |
| YUV | 205.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 63 | 0.01 | 0 | 0.72 | 0.12 | 60.75 | 0.72 | 0.56 |
| Hex | DE | E0 | 3F | 1 | 0 | 48 | C | 3D | 48 | 38 |
| Octal | 336 | 340 | 77 | 1 | 0 | 110 | 14 | 75 | 110 | 70 |
| Binary | 11011110 | 11100000 | 111111 | 1 | 0 | 1001000 | 1100 | 111101 | 1001000 | 111000 |
Color Harmonies of #DEE03F
Complementary color
Monochromatic Colors of #DEE03F
Black with #DEE03F
Text Example
Text Example
White with #DEE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE03F; }
p { color: rgb(222,224,63); }
H1.HeaderClassName
{
color: #DEE03F;
}
.AnyTagClassName
{
color: #DEE03F;
}
</style>
background-color css
<style>
a { background-color: #DEE03F; }
a { background-color: rgb(222,224,63); }
div.DivClassName
{
background-color: #DEE03F;
}
.BgClassName
{
background-color: #DEE03F;
}
</style>
border-color css
<style>
span { border-color: #DEE03F; }
span { border-color: rgb(222,224,63); }
td.TdClassName
{
border-color: #DEE03F;
}
.TagClassName
{
border-color: #DEE03F;
}
</style>