Shades of Starship #DCE034
Tints of Starship #DCE034
RGB
CMYK
RGB Variations
Color information
#DCE034 (or 0xDCE034) is known color: Starship. HEX triplet: DC, E0 and 34. RGB value is (220,224,52). Sum of RGB (Red+Green+Blue) = 220+224+52=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE034 is #231FCB. Grayscale: #CBCBCB. Windows color (decimal): -2301900 or 3465436. OLE color: 3465436.
HSL color Cylindrical-coordinate representation of color #DCE034: hue angle of 61.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE034 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 52 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.12 |
| HSL | 61.4º | 0.74% | 0.54% | - |
| HSV(B) | 61.4º | 0.77% | 0.88% | - |
| XYZ | 56.79 | 68.77 | 13.53 | - |
| YUV | 203.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 52 | 0.02 | 0 | 0.77 | 0.12 | 61.4 | 0.74 | 0.54 |
| Hex | DC | E0 | 34 | 2 | 0 | 4D | C | 3D | 4A | 36 |
| Octal | 334 | 340 | 64 | 2 | 0 | 115 | 14 | 75 | 112 | 66 |
| Binary | 11011100 | 11100000 | 110100 | 10 | 0 | 1001101 | 1100 | 111101 | 1001010 | 110110 |
Color Harmonies of #DCE034
Complementary color
Monochromatic Colors of #DCE034
Black with #DCE034
Text Example
Text Example
White with #DCE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE034; }
p { color: rgb(220,224,52); }
H1.HeaderClassName
{
color: #DCE034;
}
.AnyTagClassName
{
color: #DCE034;
}
</style>
background-color css
<style>
a { background-color: #DCE034; }
a { background-color: rgb(220,224,52); }
div.DivClassName
{
background-color: #DCE034;
}
.BgClassName
{
background-color: #DCE034;
}
</style>
border-color css
<style>
span { border-color: #DCE034; }
span { border-color: rgb(220,224,52); }
td.TdClassName
{
border-color: #DCE034;
}
.TagClassName
{
border-color: #DCE034;
}
</style>