Shades of Starship #DCE240
Tints of Starship #DCE240
RGB
CMYK
RGB Variations
Color information
#DCE240 (or 0xDCE240) is known color: Starship. HEX triplet: DC, E2 and 40. RGB value is (220,226,64). Sum of RGB (Red+Green+Blue) = 220+226+64=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE240 is #231DBF. Grayscale: #CECECE. Windows color (decimal): -2301376 or 4252380. OLE color: 4252380.
HSL color Cylindrical-coordinate representation of color #DCE240: hue angle of 62.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCE240 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.11 |
| HSL | 62.22º | 0.74% | 0.57% | - |
| HSV(B) | 62.22º | 0.72% | 0.89% | - |
| XYZ | 57.64 | 69.98 | 15.32 | - |
| YUV | 205.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 64 | 0.03 | 0 | 0.72 | 0.11 | 62.22 | 0.74 | 0.57 |
| Hex | DC | E2 | 40 | 3 | 0 | 48 | B | 3E | 4A | 39 |
| Octal | 334 | 342 | 100 | 3 | 0 | 110 | 13 | 76 | 112 | 71 |
| Binary | 11011100 | 11100010 | 1000000 | 11 | 0 | 1001000 | 1011 | 111110 | 1001010 | 111001 |
Color Harmonies of #DCE240
Complementary color
Monochromatic Colors of #DCE240
Black with #DCE240
Text Example
Text Example
White with #DCE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE240; }
p { color: rgb(220,226,64); }
H1.HeaderClassName
{
color: #DCE240;
}
.AnyTagClassName
{
color: #DCE240;
}
</style>
background-color css
<style>
a { background-color: #DCE240; }
a { background-color: rgb(220,226,64); }
div.DivClassName
{
background-color: #DCE240;
}
.BgClassName
{
background-color: #DCE240;
}
</style>
border-color css
<style>
span { border-color: #DCE240; }
span { border-color: rgb(220,226,64); }
td.TdClassName
{
border-color: #DCE240;
}
.TagClassName
{
border-color: #DCE240;
}
</style>