Shades of Starship #DEE043
Tints of Starship #DEE043
RGB
CMYK
RGB Variations
Color information
#DEE043 (or 0xDEE043) is known color: Starship. HEX triplet: DE, E0 and 43. RGB value is (222,224,67). Sum of RGB (Red+Green+Blue) = 222+224+67=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE043 is #211FBC. Grayscale: #CECECE. Windows color (decimal): -2170813 or 4448478. OLE color: 4448478.
HSL color Cylindrical-coordinate representation of color #DEE043: hue angle of 60.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEE043 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.12 |
| HSL | 60.76º | 0.72% | 0.57% | - |
| HSV(B) | 60.76º | 0.7% | 0.88% | - |
| XYZ | 57.79 | 69.25 | 15.63 | - |
| YUV | 205.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 67 | 0.01 | 0 | 0.70 | 0.12 | 60.76 | 0.72 | 0.57 |
| Hex | DE | E0 | 43 | 1 | 0 | 46 | C | 3D | 48 | 39 |
| Octal | 336 | 340 | 103 | 1 | 0 | 106 | 14 | 75 | 110 | 71 |
| Binary | 11011110 | 11100000 | 1000011 | 1 | 0 | 1000110 | 1100 | 111101 | 1001000 | 111001 |
Color Harmonies of #DEE043
Complementary color
Monochromatic Colors of #DEE043
Black with #DEE043
Text Example
Text Example
White with #DEE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE043; }
p { color: rgb(222,224,67); }
H1.HeaderClassName
{
color: #DEE043;
}
.AnyTagClassName
{
color: #DEE043;
}
</style>
background-color css
<style>
a { background-color: #DEE043; }
a { background-color: rgb(222,224,67); }
div.DivClassName
{
background-color: #DEE043;
}
.BgClassName
{
background-color: #DEE043;
}
</style>
border-color css
<style>
span { border-color: #DEE043; }
span { border-color: rgb(222,224,67); }
td.TdClassName
{
border-color: #DEE043;
}
.TagClassName
{
border-color: #DEE043;
}
</style>