Shades of Starship #DEE33A
Tints of Starship #DEE33A
RGB
CMYK
RGB Variations
Color information
#DEE33A (or 0xDEE33A) is known color: Starship. HEX triplet: DE, E3 and 3A. RGB value is (222,227,58). Sum of RGB (Red+Green+Blue) = 222+227+58=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE33A is #211CC5. Grayscale: #CECECE. Windows color (decimal): -2170054 or 3859422. OLE color: 3859422.
HSL color Cylindrical-coordinate representation of color #DEE33A: hue angle of 61.78º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE33A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.11 |
| HSL | 61.78º | 0.75% | 0.56% | - |
| HSV(B) | 61.78º | 0.74% | 0.89% | - |
| XYZ | 58.36 | 70.77 | 14.59 | - |
| YUV | 206.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 58 | 0.02 | 0 | 0.74 | 0.11 | 61.78 | 0.75 | 0.56 |
| Hex | DE | E3 | 3A | 2 | 0 | 4A | B | 3E | 4B | 38 |
| Octal | 336 | 343 | 72 | 2 | 0 | 112 | 13 | 76 | 113 | 70 |
| Binary | 11011110 | 11100011 | 111010 | 10 | 0 | 1001010 | 1011 | 111110 | 1001011 | 111000 |
Color Harmonies of #DEE33A
Complementary color
Monochromatic Colors of #DEE33A
Black with #DEE33A
Text Example
Text Example
White with #DEE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE33A; }
p { color: rgb(222,227,58); }
H1.HeaderClassName
{
color: #DEE33A;
}
.AnyTagClassName
{
color: #DEE33A;
}
</style>
background-color css
<style>
a { background-color: #DEE33A; }
a { background-color: rgb(222,227,58); }
div.DivClassName
{
background-color: #DEE33A;
}
.BgClassName
{
background-color: #DEE33A;
}
</style>
border-color css
<style>
span { border-color: #DEE33A; }
span { border-color: rgb(222,227,58); }
td.TdClassName
{
border-color: #DEE33A;
}
.TagClassName
{
border-color: #DEE33A;
}
</style>