#DCE53F

Color #DCE53F Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DCE53F

Tints of Starship #DCE53F

Color information

#DCE53F (or 0xDCE53F) is unknown color: approx 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

RGB22022963-
CMYK0.0400.720.10
HSL63.25º76.15%57.25%-
HSV(B)63.25º72.49%89.8%-
XYZ58.4371.6115.45-
YUV207.3846.52137-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 63 (25% from 255) = 12.30%
R=42.97%
G=44.73%
B=12.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220229630.0400.720.1063.2576.1557.25
HexDCE53F4048A3f4c39
Octal3343457740110127711471
Binary11011100111001011111111000100100010101111111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>