Shades of Starship #DEE041
Tints of Starship #DEE041
RGB
CMYK
RGB Variations
Color information
#DEE041 (or 0xDEE041) is known color: Starship. HEX triplet: DE, E0 and 41. RGB value is (222,224,65). Sum of RGB (Red+Green+Blue) = 222+224+65=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE041 is #211FBE. Grayscale: #CDCDCD. Windows color (decimal): -2170815 or 4317406. OLE color: 4317406.
HSL color Cylindrical-coordinate representation of color #DEE041: hue angle of 60.75º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE041 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 65 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.12 |
| HSL | 60.75º | 0.72% | 0.57% | - |
| HSV(B) | 60.75º | 0.71% | 0.88% | - |
| XYZ | 57.73 | 69.22 | 15.32 | - |
| YUV | 205.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 65 | 0.01 | 0 | 0.71 | 0.12 | 60.75 | 0.72 | 0.57 |
| Hex | DE | E0 | 41 | 1 | 0 | 47 | C | 3D | 48 | 39 |
| Octal | 336 | 340 | 101 | 1 | 0 | 107 | 14 | 75 | 110 | 71 |
| Binary | 11011110 | 11100000 | 1000001 | 1 | 0 | 1000111 | 1100 | 111101 | 1001000 | 111001 |
Color Harmonies of #DEE041
Complementary color
Monochromatic Colors of #DEE041
Black with #DEE041
Text Example
Text Example
White with #DEE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE041; }
p { color: rgb(222,224,65); }
H1.HeaderClassName
{
color: #DEE041;
}
.AnyTagClassName
{
color: #DEE041;
}
</style>
background-color css
<style>
a { background-color: #DEE041; }
a { background-color: rgb(222,224,65); }
div.DivClassName
{
background-color: #DEE041;
}
.BgClassName
{
background-color: #DEE041;
}
</style>
border-color css
<style>
span { border-color: #DEE041; }
span { border-color: rgb(222,224,65); }
td.TdClassName
{
border-color: #DEE041;
}
.TagClassName
{
border-color: #DEE041;
}
</style>