Shades of Starship #DCE43E
Tints of Starship #DCE43E
RGB
CMYK
RGB Variations
Color information
#DCE43E (or 0xDCE43E) is known color: Starship. HEX triplet: DC, E4 and 3E. RGB value is (220,228,62). Sum of RGB (Red+Green+Blue) = 220+228+62=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE43E is #231BC1. Grayscale: #CFCFCF. Windows color (decimal): -2300866 or 4121820. OLE color: 4121820.
HSL color Cylindrical-coordinate representation of color #DCE43E: hue angle of 62.89º degrees, saturation: 0.75, 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 #DCE43E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 62 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.11 |
| HSL | 62.89º | 0.75% | 0.57% | - |
| HSV(B) | 62.89º | 0.73% | 0.89% | - |
| XYZ | 58.13 | 71.05 | 15.21 | - |
| YUV | 206.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 62 | 0.04 | 0 | 0.73 | 0.11 | 62.89 | 0.75 | 0.57 |
| Hex | DC | E4 | 3E | 4 | 0 | 49 | B | 3F | 4B | 39 |
| Octal | 334 | 344 | 76 | 4 | 0 | 111 | 13 | 77 | 113 | 71 |
| Binary | 11011100 | 11100100 | 111110 | 100 | 0 | 1001001 | 1011 | 111111 | 1001011 | 111001 |
Color Harmonies of #DCE43E
Complementary color
Monochromatic Colors of #DCE43E
Black with #DCE43E
Text Example
Text Example
White with #DCE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE43E; }
p { color: rgb(220,228,62); }
H1.HeaderClassName
{
color: #DCE43E;
}
.AnyTagClassName
{
color: #DCE43E;
}
</style>
background-color css
<style>
a { background-color: #DCE43E; }
a { background-color: rgb(220,228,62); }
div.DivClassName
{
background-color: #DCE43E;
}
.BgClassName
{
background-color: #DCE43E;
}
</style>
border-color css
<style>
span { border-color: #DCE43E; }
span { border-color: rgb(220,228,62); }
td.TdClassName
{
border-color: #DCE43E;
}
.TagClassName
{
border-color: #DCE43E;
}
</style>