#DCE540

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

Shades of Starship #DCE540

Tints of Starship #DCE540

Color information

#DCE540 (or 0xDCE540) is unknown color: approx Starship. HEX triplet: DC, E5 and 40. RGB value is (220,229,64). Sum of RGB (Red+Green+Blue) = 220+229+64=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE540 is #231ABF. Grayscale: #D0D0D0. Windows color (decimal): -2300608 or 4253148. OLE color: 4253148.

HSL color Cylindrical-coordinate representation of color #DCE540: hue angle of 63.27º 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 #DCE540 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22022964-
CMYK0.0400.720.10
HSL63.27º76.04%57.45%-
HSV(B)63.27º72.05%89.8%-
XYZ58.4671.6215.59-
YUV207.547.02136.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 229 (89.84% from 255) = 44.64%
BLUE value IS 64 (25.39% from 255) = 12.48%
R=42.88%
G=44.64%
B=12.48%

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
Decimal220229640.0400.720.1063.2776.0457.45
HexDCE5404048A3f4c39
Octal33434510040110127711471
Binary110111001110010110000001000100100010101111111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE540; }

 p { color: rgb(220,229,64); }

 H1.HeaderClassName
 {
   color: #DCE540;
 }
 .AnyTagClassName
 {
   color: #DCE540;
 }
</style>
background-color css

<style>
 a { background-color: #DCE540; }

 a { background-color: rgb(220,229,64); }

 div.DivClassName
 {
   background-color: #DCE540;
 }
 .BgClassName
 {
   background-color: #DCE540;
 }
</style>
border-color css

<style>
 span { border-color: #DCE540; }

 span { border-color: rgb(220,229,64); }

 td.TdClassName
 {
   border-color: #DCE540;
 }
 .TagClassName
 {
   border-color: #DCE540;
 }
</style>