Shades of Starship #DEE73E
Tints of Starship #DEE73E
RGB
CMYK
RGB Variations
Color information
#DEE73E (or 0xDEE73E) is known color: Starship. HEX triplet: DE, E7 and 3E. RGB value is (222,231,62). Sum of RGB (Red+Green+Blue) = 222+231+62=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE73E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE73E is #2118C1. Grayscale: #D1D1D1. Windows color (decimal): -2169026 or 4122590. OLE color: 4122590.
HSL color Cylindrical-coordinate representation of color #DEE73E: hue angle of 63.2º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE73E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 62 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.09 |
| HSL | 63.2º | 0.78% | 0.57% | - |
| HSV(B) | 63.2º | 0.73% | 0.91% | - |
| XYZ | 59.57 | 73.03 | 15.51 | - |
| YUV | 209.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 62 | 0.04 | 0 | 0.73 | 0.09 | 63.2 | 0.78 | 0.57 |
| Hex | DE | E7 | 3E | 4 | 0 | 49 | 9 | 3F | 4E | 39 |
| Octal | 336 | 347 | 76 | 4 | 0 | 111 | 11 | 77 | 116 | 71 |
| Binary | 11011110 | 11100111 | 111110 | 100 | 0 | 1001001 | 1001 | 111111 | 1001110 | 111001 |
Color Harmonies of #DEE73E
Complementary color
Monochromatic Colors of #DEE73E
Black with #DEE73E
Text Example
Text Example
White with #DEE73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE73E; }
p { color: rgb(222,231,62); }
H1.HeaderClassName
{
color: #DEE73E;
}
.AnyTagClassName
{
color: #DEE73E;
}
</style>
background-color css
<style>
a { background-color: #DEE73E; }
a { background-color: rgb(222,231,62); }
div.DivClassName
{
background-color: #DEE73E;
}
.BgClassName
{
background-color: #DEE73E;
}
</style>
border-color css
<style>
span { border-color: #DEE73E; }
span { border-color: rgb(222,231,62); }
td.TdClassName
{
border-color: #DEE73E;
}
.TagClassName
{
border-color: #DEE73E;
}
</style>