Shades of Starship #DCEC49
Tints of Starship #DCEC49
RGB
CMYK
RGB Variations
Color information
#DCEC49 (or 0xDCEC49) is known color: Starship. HEX triplet: DC, EC and 49. RGB value is (220,236,73). Sum of RGB (Red+Green+Blue) = 220+236+73=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC49 is #2313B6. Grayscale: #D5D5D5. Windows color (decimal): -2298807 or 4844764. OLE color: 4844764.
HSL color Cylindrical-coordinate representation of color #DCEC49: hue angle of 65.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEC49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 73 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.07 |
| HSL | 65.89º | 0.81% | 0.61% | - |
| HSV(B) | 65.89º | 0.69% | 0.93% | - |
| XYZ | 60.71 | 75.69 | 17.71 | - |
| YUV | 212.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 73 | 0.07 | 0 | 0.69 | 0.07 | 65.89 | 0.81 | 0.61 |
| Hex | DC | EC | 49 | 7 | 0 | 45 | 7 | 42 | 51 | 3D |
| Octal | 334 | 354 | 111 | 7 | 0 | 105 | 7 | 102 | 121 | 75 |
| Binary | 11011100 | 11101100 | 1001001 | 111 | 0 | 1000101 | 111 | 1000010 | 1010001 | 111101 |
Color Harmonies of #DCEC49
Complementary color
Monochromatic Colors of #DCEC49
Black with #DCEC49
Text Example
Text Example
White with #DCEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC49; }
p { color: rgb(220,236,73); }
H1.HeaderClassName
{
color: #DCEC49;
}
.AnyTagClassName
{
color: #DCEC49;
}
</style>
background-color css
<style>
a { background-color: #DCEC49; }
a { background-color: rgb(220,236,73); }
div.DivClassName
{
background-color: #DCEC49;
}
.BgClassName
{
background-color: #DCEC49;
}
</style>
border-color css
<style>
span { border-color: #DCEC49; }
span { border-color: rgb(220,236,73); }
td.TdClassName
{
border-color: #DCEC49;
}
.TagClassName
{
border-color: #DCEC49;
}
</style>