Shades of Starship #DCEC47
Tints of Starship #DCEC47
RGB
CMYK
RGB Variations
Color information
#DCEC47 (or 0xDCEC47) is known color: Starship. HEX triplet: DC, EC and 47. RGB value is (220,236,71). Sum of RGB (Red+Green+Blue) = 220+236+71=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC47 is #2313B8. Grayscale: #D5D5D5. Windows color (decimal): -2298809 or 4713692. OLE color: 4713692.
HSL color Cylindrical-coordinate representation of color #DCEC47: hue angle of 65.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCEC47 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 71 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.07 |
| HSL | 65.82º | 0.81% | 0.6% | - |
| HSV(B) | 65.82º | 0.7% | 0.93% | - |
| XYZ | 60.65 | 75.66 | 17.37 | - |
| YUV | 212.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 71 | 0.07 | 0 | 0.70 | 0.07 | 65.82 | 0.81 | 0.6 |
| Hex | DC | EC | 47 | 7 | 0 | 46 | 7 | 42 | 51 | 3C |
| Octal | 334 | 354 | 107 | 7 | 0 | 106 | 7 | 102 | 121 | 74 |
| Binary | 11011100 | 11101100 | 1000111 | 111 | 0 | 1000110 | 111 | 1000010 | 1010001 | 111100 |
Color Harmonies of #DCEC47
Complementary color
Monochromatic Colors of #DCEC47
Black with #DCEC47
Text Example
Text Example
White with #DCEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC47; }
p { color: rgb(220,236,71); }
H1.HeaderClassName
{
color: #DCEC47;
}
.AnyTagClassName
{
color: #DCEC47;
}
</style>
background-color css
<style>
a { background-color: #DCEC47; }
a { background-color: rgb(220,236,71); }
div.DivClassName
{
background-color: #DCEC47;
}
.BgClassName
{
background-color: #DCEC47;
}
</style>
border-color css
<style>
span { border-color: #DCEC47; }
span { border-color: rgb(220,236,71); }
td.TdClassName
{
border-color: #DCEC47;
}
.TagClassName
{
border-color: #DCEC47;
}
</style>