Shades of Starship #DEE343
Tints of Starship #DEE343
RGB
CMYK
RGB Variations
Color information
#DEE343 (or 0xDEE343) is known color: Starship. HEX triplet: DE, E3 and 43. RGB value is (222,227,67). Sum of RGB (Red+Green+Blue) = 222+227+67=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE343 is #211CBC. Grayscale: #CFCFCF. Windows color (decimal): -2170045 or 4449246. OLE color: 4449246.
HSL color Cylindrical-coordinate representation of color #DEE343: hue angle of 61.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE343 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.11 |
| HSL | 61.88º | 0.74% | 0.58% | - |
| HSV(B) | 61.88º | 0.7% | 0.89% | - |
| XYZ | 58.61 | 70.87 | 15.9 | - |
| YUV | 207.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 67 | 0.02 | 0 | 0.70 | 0.11 | 61.88 | 0.74 | 0.58 |
| Hex | DE | E3 | 43 | 2 | 0 | 46 | B | 3E | 4A | 3A |
| Octal | 336 | 343 | 103 | 2 | 0 | 106 | 13 | 76 | 112 | 72 |
| Binary | 11011110 | 11100011 | 1000011 | 10 | 0 | 1000110 | 1011 | 111110 | 1001010 | 111010 |
Color Harmonies of #DEE343
Complementary color
Monochromatic Colors of #DEE343
Black with #DEE343
Text Example
Text Example
White with #DEE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE343; }
p { color: rgb(222,227,67); }
H1.HeaderClassName
{
color: #DEE343;
}
.AnyTagClassName
{
color: #DEE343;
}
</style>
background-color css
<style>
a { background-color: #DEE343; }
a { background-color: rgb(222,227,67); }
div.DivClassName
{
background-color: #DEE343;
}
.BgClassName
{
background-color: #DEE343;
}
</style>
border-color css
<style>
span { border-color: #DEE343; }
span { border-color: rgb(222,227,67); }
td.TdClassName
{
border-color: #DEE343;
}
.TagClassName
{
border-color: #DEE343;
}
</style>