Shades of Starship #DEE330
Tints of Starship #DEE330
RGB
CMYK
RGB Variations
Color information
#DEE330 (or 0xDEE330) is known color: Starship. HEX triplet: DE, E3 and 30. RGB value is (222,227,48). Sum of RGB (Red+Green+Blue) = 222+227+48=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE330 is #211CCF. Grayscale: #CDCDCD. Windows color (decimal): -2170064 or 3204062. OLE color: 3204062.
HSL color Cylindrical-coordinate representation of color #DEE330: hue angle of 61.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEE330 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 48 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.11 |
| HSL | 61.68º | 0.76% | 0.54% | - |
| HSV(B) | 61.68º | 0.79% | 0.89% | - |
| XYZ | 58.13 | 70.68 | 13.38 | - |
| YUV | 205.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 48 | 0.02 | 0 | 0.79 | 0.11 | 61.68 | 0.76 | 0.54 |
| Hex | DE | E3 | 30 | 2 | 0 | 4F | B | 3E | 4C | 36 |
| Octal | 336 | 343 | 60 | 2 | 0 | 117 | 13 | 76 | 114 | 66 |
| Binary | 11011110 | 11100011 | 110000 | 10 | 0 | 1001111 | 1011 | 111110 | 1001100 | 110110 |
Color Harmonies of #DEE330
Complementary color
Monochromatic Colors of #DEE330
Black with #DEE330
Text Example
Text Example
White with #DEE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE330; }
p { color: rgb(222,227,48); }
H1.HeaderClassName
{
color: #DEE330;
}
.AnyTagClassName
{
color: #DEE330;
}
</style>
background-color css
<style>
a { background-color: #DEE330; }
a { background-color: rgb(222,227,48); }
div.DivClassName
{
background-color: #DEE330;
}
.BgClassName
{
background-color: #DEE330;
}
</style>
border-color css
<style>
span { border-color: #DEE330; }
span { border-color: rgb(222,227,48); }
td.TdClassName
{
border-color: #DEE330;
}
.TagClassName
{
border-color: #DEE330;
}
</style>