Shades of Starship #DCEC46
Tints of Starship #DCEC46
RGB
CMYK
RGB Variations
Color information
#DCEC46 (or 0xDCEC46) is known color: Starship. HEX triplet: DC, EC and 46. RGB value is (220,236,70). Sum of RGB (Red+Green+Blue) = 220+236+70=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC46 is #2313B9. Grayscale: #D4D4D4. Windows color (decimal): -2298810 or 4648156. OLE color: 4648156.
HSL color Cylindrical-coordinate representation of color #DCEC46: hue angle of 65.78º 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 #DCEC46 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 70 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.07 |
| HSL | 65.78º | 0.81% | 0.6% | - |
| HSV(B) | 65.78º | 0.7% | 0.93% | - |
| XYZ | 60.62 | 75.65 | 17.2 | - |
| YUV | 212.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 70 | 0.07 | 0 | 0.70 | 0.07 | 65.78 | 0.81 | 0.6 |
| Hex | DC | EC | 46 | 7 | 0 | 46 | 7 | 42 | 51 | 3C |
| Octal | 334 | 354 | 106 | 7 | 0 | 106 | 7 | 102 | 121 | 74 |
| Binary | 11011100 | 11101100 | 1000110 | 111 | 0 | 1000110 | 111 | 1000010 | 1010001 | 111100 |
Color Harmonies of #DCEC46
Complementary color
Monochromatic Colors of #DCEC46
Black with #DCEC46
Text Example
Text Example
White with #DCEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC46; }
p { color: rgb(220,236,70); }
H1.HeaderClassName
{
color: #DCEC46;
}
.AnyTagClassName
{
color: #DCEC46;
}
</style>
background-color css
<style>
a { background-color: #DCEC46; }
a { background-color: rgb(220,236,70); }
div.DivClassName
{
background-color: #DCEC46;
}
.BgClassName
{
background-color: #DCEC46;
}
</style>
border-color css
<style>
span { border-color: #DCEC46; }
span { border-color: rgb(220,236,70); }
td.TdClassName
{
border-color: #DCEC46;
}
.TagClassName
{
border-color: #DCEC46;
}
</style>