Shades of Starship #DCE63C
Tints of Starship #DCE63C
RGB
CMYK
RGB Variations
Color information
#DCE63C (or 0xDCE63C) is known color: Starship. HEX triplet: DC, E6 and 3C. RGB value is (220,230,60). Sum of RGB (Red+Green+Blue) = 220+230+60=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE63C is #2319C3. Grayscale: #D0D0D0. Windows color (decimal): -2300356 or 3991260. OLE color: 3991260.
HSL color Cylindrical-coordinate representation of color #DCE63C: hue angle of 63.53º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE63C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 60 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.10 |
| HSL | 63.53º | 0.77% | 0.57% | - |
| HSV(B) | 63.53º | 0.74% | 0.9% | - |
| XYZ | 58.63 | 72.14 | 15.11 | - |
| YUV | 207.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 60 | 0.04 | 0 | 0.74 | 0.10 | 63.53 | 0.77 | 0.57 |
| Hex | DC | E6 | 3C | 4 | 0 | 4A | A | 40 | 4D | 39 |
| Octal | 334 | 346 | 74 | 4 | 0 | 112 | 12 | 100 | 115 | 71 |
| Binary | 11011100 | 11100110 | 111100 | 100 | 0 | 1001010 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DCE63C
Complementary color
Monochromatic Colors of #DCE63C
Black with #DCE63C
Text Example
Text Example
White with #DCE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE63C; }
p { color: rgb(220,230,60); }
H1.HeaderClassName
{
color: #DCE63C;
}
.AnyTagClassName
{
color: #DCE63C;
}
</style>
background-color css
<style>
a { background-color: #DCE63C; }
a { background-color: rgb(220,230,60); }
div.DivClassName
{
background-color: #DCE63C;
}
.BgClassName
{
background-color: #DCE63C;
}
</style>
border-color css
<style>
span { border-color: #DCE63C; }
span { border-color: rgb(220,230,60); }
td.TdClassName
{
border-color: #DCE63C;
}
.TagClassName
{
border-color: #DCE63C;
}
</style>