Shades of Starship #DEE63E
Tints of Starship #DEE63E
RGB
CMYK
RGB Variations
Color information
#DEE63E (or 0xDEE63E) is known color: Starship. HEX triplet: DE, E6 and 3E. RGB value is (222,230,62). Sum of RGB (Red+Green+Blue) = 222+230+62=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE63E is #2119C1. Grayscale: #D1D1D1. Windows color (decimal): -2169282 or 4122334. OLE color: 4122334.
HSL color Cylindrical-coordinate representation of color #DEE63E: hue angle of 62.86º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE63E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 62 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.10 |
| HSL | 62.86º | 0.77% | 0.57% | - |
| HSV(B) | 62.86º | 0.73% | 0.9% | - |
| XYZ | 59.29 | 72.47 | 15.42 | - |
| YUV | 208.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 62 | 0.03 | 0 | 0.73 | 0.10 | 62.86 | 0.77 | 0.57 |
| Hex | DE | E6 | 3E | 3 | 0 | 49 | A | 3F | 4D | 39 |
| Octal | 336 | 346 | 76 | 3 | 0 | 111 | 12 | 77 | 115 | 71 |
| Binary | 11011110 | 11100110 | 111110 | 11 | 0 | 1001001 | 1010 | 111111 | 1001101 | 111001 |
Color Harmonies of #DEE63E
Complementary color
Monochromatic Colors of #DEE63E
Black with #DEE63E
Text Example
Text Example
White with #DEE63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE63E; }
p { color: rgb(222,230,62); }
H1.HeaderClassName
{
color: #DEE63E;
}
.AnyTagClassName
{
color: #DEE63E;
}
</style>
background-color css
<style>
a { background-color: #DEE63E; }
a { background-color: rgb(222,230,62); }
div.DivClassName
{
background-color: #DEE63E;
}
.BgClassName
{
background-color: #DEE63E;
}
</style>
border-color css
<style>
span { border-color: #DEE63E; }
span { border-color: rgb(222,230,62); }
td.TdClassName
{
border-color: #DEE63E;
}
.TagClassName
{
border-color: #DEE63E;
}
</style>