Shades of Starship #DCE239
Tints of Starship #DCE239
RGB
CMYK
RGB Variations
Color information
#DCE239 (or 0xDCE239) is known color: Starship. HEX triplet: DC, E2 and 39. RGB value is (220,226,57). Sum of RGB (Red+Green+Blue) = 220+226+57=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE239 is #231DC6. Grayscale: #CDCDCD. Windows color (decimal): -2301383 or 3793628. OLE color: 3793628.
HSL color Cylindrical-coordinate representation of color #DCE239: hue angle of 62.13º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE239 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 57 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.11 |
| HSL | 62.13º | 0.74% | 0.55% | - |
| HSV(B) | 62.13º | 0.75% | 0.89% | - |
| XYZ | 57.45 | 69.9 | 14.34 | - |
| YUV | 204.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 57 | 0.03 | 0 | 0.75 | 0.11 | 62.13 | 0.74 | 0.55 |
| Hex | DC | E2 | 39 | 3 | 0 | 4B | B | 3E | 4A | 37 |
| Octal | 334 | 342 | 71 | 3 | 0 | 113 | 13 | 76 | 112 | 67 |
| Binary | 11011100 | 11100010 | 111001 | 11 | 0 | 1001011 | 1011 | 111110 | 1001010 | 110111 |
Color Harmonies of #DCE239
Complementary color
Monochromatic Colors of #DCE239
Black with #DCE239
Text Example
Text Example
White with #DCE239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE239; }
p { color: rgb(220,226,57); }
H1.HeaderClassName
{
color: #DCE239;
}
.AnyTagClassName
{
color: #DCE239;
}
</style>
background-color css
<style>
a { background-color: #DCE239; }
a { background-color: rgb(220,226,57); }
div.DivClassName
{
background-color: #DCE239;
}
.BgClassName
{
background-color: #DCE239;
}
</style>
border-color css
<style>
span { border-color: #DCE239; }
span { border-color: rgb(220,226,57); }
td.TdClassName
{
border-color: #DCE239;
}
.TagClassName
{
border-color: #DCE239;
}
</style>