Shades of Starship #DEE83E
Tints of Starship #DEE83E
RGB
CMYK
RGB Variations
Color information
#DEE83E (or 0xDEE83E) is known color: Starship. HEX triplet: DE, E8 and 3E. RGB value is (222,232,62). Sum of RGB (Red+Green+Blue) = 222+232+62=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE83E is #2117C1. Grayscale: #D2D2D2. Windows color (decimal): -2168770 or 4122846. OLE color: 4122846.
HSL color Cylindrical-coordinate representation of color #DEE83E: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE83E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 62 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.09 |
| HSL | 63.53º | 0.79% | 0.58% | - |
| HSV(B) | 63.53º | 0.73% | 0.91% | - |
| XYZ | 59.85 | 73.59 | 15.61 | - |
| YUV | 209.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 62 | 0.04 | 0 | 0.73 | 0.09 | 63.53 | 0.79 | 0.58 |
| Hex | DE | E8 | 3E | 4 | 0 | 49 | 9 | 40 | 4F | 3A |
| Octal | 336 | 350 | 76 | 4 | 0 | 111 | 11 | 100 | 117 | 72 |
| Binary | 11011110 | 11101000 | 111110 | 100 | 0 | 1001001 | 1001 | 1000000 | 1001111 | 111010 |
Color Harmonies of #DEE83E
Complementary color
Monochromatic Colors of #DEE83E
Black with #DEE83E
Text Example
Text Example
White with #DEE83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE83E; }
p { color: rgb(222,232,62); }
H1.HeaderClassName
{
color: #DEE83E;
}
.AnyTagClassName
{
color: #DEE83E;
}
</style>
background-color css
<style>
a { background-color: #DEE83E; }
a { background-color: rgb(222,232,62); }
div.DivClassName
{
background-color: #DEE83E;
}
.BgClassName
{
background-color: #DEE83E;
}
</style>
border-color css
<style>
span { border-color: #DEE83E; }
span { border-color: rgb(222,232,62); }
td.TdClassName
{
border-color: #DEE83E;
}
.TagClassName
{
border-color: #DEE83E;
}
</style>