Shades of Starship #DEE543
Tints of Starship #DEE543
RGB
CMYK
RGB Variations
Color information
#DEE543 (or 0xDEE543) is known color: Starship. HEX triplet: DE, E5 and 43. RGB value is (222,229,67). Sum of RGB (Red+Green+Blue) = 222+229+67=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE543 is #211ABC. Grayscale: #D1D1D1. Windows color (decimal): -2169533 or 4449758. OLE color: 4449758.
HSL color Cylindrical-coordinate representation of color #DEE543: hue angle of 62.59º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE543 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 67 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.10 |
| HSL | 62.59º | 0.76% | 0.58% | - |
| HSV(B) | 62.59º | 0.71% | 0.9% | - |
| XYZ | 59.16 | 71.97 | 16.08 | - |
| YUV | 208.44 | 48.18 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 67 | 0.03 | 0 | 0.71 | 0.10 | 62.59 | 0.76 | 0.58 |
| Hex | DE | E5 | 43 | 3 | 0 | 47 | A | 3F | 4C | 3A |
| Octal | 336 | 345 | 103 | 3 | 0 | 107 | 12 | 77 | 114 | 72 |
| Binary | 11011110 | 11100101 | 1000011 | 11 | 0 | 1000111 | 1010 | 111111 | 1001100 | 111010 |
Color Harmonies of #DEE543
Complementary color
Monochromatic Colors of #DEE543
Black with #DEE543
Text Example
Text Example
White with #DEE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE543; }
p { color: rgb(222,229,67); }
H1.HeaderClassName
{
color: #DEE543;
}
.AnyTagClassName
{
color: #DEE543;
}
</style>
background-color css
<style>
a { background-color: #DEE543; }
a { background-color: rgb(222,229,67); }
div.DivClassName
{
background-color: #DEE543;
}
.BgClassName
{
background-color: #DEE543;
}
</style>
border-color css
<style>
span { border-color: #DEE543; }
span { border-color: rgb(222,229,67); }
td.TdClassName
{
border-color: #DEE543;
}
.TagClassName
{
border-color: #DEE543;
}
</style>