Shades of Starship #DEE348
Tints of Starship #DEE348
RGB
CMYK
RGB Variations
Color information
#DEE348 (or 0xDEE348) is known color: Starship. HEX triplet: DE, E3 and 48. RGB value is (222,227,72). Sum of RGB (Red+Green+Blue) = 222+227+72=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE348 is #211CB7. Grayscale: #D0D0D0. Windows color (decimal): -2170040 or 4776926. OLE color: 4776926.
HSL color Cylindrical-coordinate representation of color #DEE348: hue angle of 61.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE348 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 72 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.11 |
| HSL | 61.94º | 0.73% | 0.59% | - |
| HSV(B) | 61.94º | 0.68% | 0.89% | - |
| XYZ | 58.76 | 70.94 | 16.73 | - |
| YUV | 207.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 72 | 0.02 | 0 | 0.68 | 0.11 | 61.94 | 0.73 | 0.59 |
| Hex | DE | E3 | 48 | 2 | 0 | 44 | B | 3E | 49 | 3B |
| Octal | 336 | 343 | 110 | 2 | 0 | 104 | 13 | 76 | 111 | 73 |
| Binary | 11011110 | 11100011 | 1001000 | 10 | 0 | 1000100 | 1011 | 111110 | 1001001 | 111011 |
Color Harmonies of #DEE348
Complementary color
Monochromatic Colors of #DEE348
Black with #DEE348
Text Example
Text Example
White with #DEE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE348; }
p { color: rgb(222,227,72); }
H1.HeaderClassName
{
color: #DEE348;
}
.AnyTagClassName
{
color: #DEE348;
}
</style>
background-color css
<style>
a { background-color: #DEE348; }
a { background-color: rgb(222,227,72); }
div.DivClassName
{
background-color: #DEE348;
}
.BgClassName
{
background-color: #DEE348;
}
</style>
border-color css
<style>
span { border-color: #DEE348; }
span { border-color: rgb(222,227,72); }
td.TdClassName
{
border-color: #DEE348;
}
.TagClassName
{
border-color: #DEE348;
}
</style>