Shades of Starship #DCE53F
Tints of Starship #DCE53F
RGB
CMYK
RGB Variations
Color information
#DCE53F (or 0xDCE53F) is known color: Starship. HEX triplet: DC, E5 and 3F. RGB value is (220,229,63). Sum of RGB (Red+Green+Blue) = 220+229+63=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE53F is #231AC0. Grayscale: #D0D0D0. Windows color (decimal): -2300609 or 4187612. OLE color: 4187612.
HSL color Cylindrical-coordinate representation of color #DCE53F: hue angle of 63.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCE53F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.10 |
| HSL | 63.25º | 0.76% | 0.57% | - |
| HSV(B) | 63.25º | 0.72% | 0.9% | - |
| XYZ | 58.43 | 71.61 | 15.45 | - |
| YUV | 207.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 63 | 0.04 | 0 | 0.72 | 0.10 | 63.25 | 0.76 | 0.57 |
| Hex | DC | E5 | 3F | 4 | 0 | 48 | A | 3F | 4C | 39 |
| Octal | 334 | 345 | 77 | 4 | 0 | 110 | 12 | 77 | 114 | 71 |
| Binary | 11011100 | 11100101 | 111111 | 100 | 0 | 1001000 | 1010 | 111111 | 1001100 | 111001 |
Color Harmonies of #DCE53F
Complementary color
Monochromatic Colors of #DCE53F
Black with #DCE53F
Text Example
Text Example
White with #DCE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE53F; }
p { color: rgb(220,229,63); }
H1.HeaderClassName
{
color: #DCE53F;
}
.AnyTagClassName
{
color: #DCE53F;
}
</style>
background-color css
<style>
a { background-color: #DCE53F; }
a { background-color: rgb(220,229,63); }
div.DivClassName
{
background-color: #DCE53F;
}
.BgClassName
{
background-color: #DCE53F;
}
</style>
border-color css
<style>
span { border-color: #DCE53F; }
span { border-color: rgb(220,229,63); }
td.TdClassName
{
border-color: #DCE53F;
}
.TagClassName
{
border-color: #DCE53F;
}
</style>