Shades of Starship #DEE641
Tints of Starship #DEE641
RGB
CMYK
RGB Variations
Color information
#DEE641 (or 0xDEE641) is known color: Starship. HEX triplet: DE, E6 and 41. RGB value is (222,230,65). Sum of RGB (Red+Green+Blue) = 222+230+65=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE641 is #2119BE. Grayscale: #D1D1D1. Windows color (decimal): -2169279 or 4318942. OLE color: 4318942.
HSL color Cylindrical-coordinate representation of color #DEE641: hue angle of 62.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEE641 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 65 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.91º | 0.77% | 0.58% | - |
| HSV(B) | 62.91º | 0.72% | 0.9% | - |
| XYZ | 59.38 | 72.5 | 15.87 | - |
| YUV | 208.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 65 | 0.03 | 0 | 0.72 | 0.10 | 62.91 | 0.77 | 0.58 |
| Hex | DE | E6 | 41 | 3 | 0 | 48 | A | 3F | 4D | 3A |
| Octal | 336 | 346 | 101 | 3 | 0 | 110 | 12 | 77 | 115 | 72 |
| Binary | 11011110 | 11100110 | 1000001 | 11 | 0 | 1001000 | 1010 | 111111 | 1001101 | 111010 |
Color Harmonies of #DEE641
Complementary color
Monochromatic Colors of #DEE641
Black with #DEE641
Text Example
Text Example
White with #DEE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE641; }
p { color: rgb(222,230,65); }
H1.HeaderClassName
{
color: #DEE641;
}
.AnyTagClassName
{
color: #DEE641;
}
</style>
background-color css
<style>
a { background-color: #DEE641; }
a { background-color: rgb(222,230,65); }
div.DivClassName
{
background-color: #DEE641;
}
.BgClassName
{
background-color: #DEE641;
}
</style>
border-color css
<style>
span { border-color: #DEE641; }
span { border-color: rgb(222,230,65); }
td.TdClassName
{
border-color: #DEE641;
}
.TagClassName
{
border-color: #DEE641;
}
</style>