Shades of Starship #DEE43D
Tints of Starship #DEE43D
RGB
CMYK
RGB Variations
Color information
#DEE43D (or 0xDEE43D) is known color: Starship. HEX triplet: DE, E4 and 3D. RGB value is (222,228,61). Sum of RGB (Red+Green+Blue) = 222+228+61=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE43D is #211BC2. Grayscale: #CFCFCF. Windows color (decimal): -2169795 or 4056286. OLE color: 4056286.
HSL color Cylindrical-coordinate representation of color #DEE43D: hue angle of 62.16º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE43D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.11 |
| HSL | 62.16º | 0.76% | 0.57% | - |
| HSV(B) | 62.16º | 0.73% | 0.89% | - |
| XYZ | 58.71 | 71.35 | 15.09 | - |
| YUV | 207.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 61 | 0.03 | 0 | 0.73 | 0.11 | 62.16 | 0.76 | 0.57 |
| Hex | DE | E4 | 3D | 3 | 0 | 49 | B | 3E | 4C | 39 |
| Octal | 336 | 344 | 75 | 3 | 0 | 111 | 13 | 76 | 114 | 71 |
| Binary | 11011110 | 11100100 | 111101 | 11 | 0 | 1001001 | 1011 | 111110 | 1001100 | 111001 |
Color Harmonies of #DEE43D
Complementary color
Monochromatic Colors of #DEE43D
Black with #DEE43D
Text Example
Text Example
White with #DEE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE43D; }
p { color: rgb(222,228,61); }
H1.HeaderClassName
{
color: #DEE43D;
}
.AnyTagClassName
{
color: #DEE43D;
}
</style>
background-color css
<style>
a { background-color: #DEE43D; }
a { background-color: rgb(222,228,61); }
div.DivClassName
{
background-color: #DEE43D;
}
.BgClassName
{
background-color: #DEE43D;
}
</style>
border-color css
<style>
span { border-color: #DEE43D; }
span { border-color: rgb(222,228,61); }
td.TdClassName
{
border-color: #DEE43D;
}
.TagClassName
{
border-color: #DEE43D;
}
</style>