Shades of Starship #DEE843
Tints of Starship #DEE843
RGB
CMYK
RGB Variations
Color information
#DEE843 (or 0xDEE843) is known color: Starship. HEX triplet: DE, E8 and 43. RGB value is (222,232,67). Sum of RGB (Red+Green+Blue) = 222+232+67=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE843 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE843 is #2117BC. Grayscale: #D2D2D2. Windows color (decimal): -2168765 or 4450526. OLE color: 4450526.
HSL color Cylindrical-coordinate representation of color #DEE843: hue angle of 63.64º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE843 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 67 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.09 |
| HSL | 63.64º | 0.78% | 0.59% | - |
| HSV(B) | 63.64º | 0.71% | 0.91% | - |
| XYZ | 59.99 | 73.65 | 16.36 | - |
| YUV | 210.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 67 | 0.04 | 0 | 0.71 | 0.09 | 63.64 | 0.78 | 0.59 |
| Hex | DE | E8 | 43 | 4 | 0 | 47 | 9 | 40 | 4E | 3B |
| Octal | 336 | 350 | 103 | 4 | 0 | 107 | 11 | 100 | 116 | 73 |
| Binary | 11011110 | 11101000 | 1000011 | 100 | 0 | 1000111 | 1001 | 1000000 | 1001110 | 111011 |
Color Harmonies of #DEE843
Complementary color
Monochromatic Colors of #DEE843
Black with #DEE843
Text Example
Text Example
White with #DEE843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE843; }
p { color: rgb(222,232,67); }
H1.HeaderClassName
{
color: #DEE843;
}
.AnyTagClassName
{
color: #DEE843;
}
</style>
background-color css
<style>
a { background-color: #DEE843; }
a { background-color: rgb(222,232,67); }
div.DivClassName
{
background-color: #DEE843;
}
.BgClassName
{
background-color: #DEE843;
}
</style>
border-color css
<style>
span { border-color: #DEE843; }
span { border-color: rgb(222,232,67); }
td.TdClassName
{
border-color: #DEE843;
}
.TagClassName
{
border-color: #DEE843;
}
</style>