#dce83e

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

Shades of Starship #DCE83E

Tints of Starship #DCE83E

Color information

#DCE83E (or 0xDCE83E) is unknown color: approx Starship. HEX triplet: DC, E8 and 3E. RGB value is (220,232,62). Sum of RGB (Red+Green+Blue) = 220+232+62=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE83E is #2317C1. Grayscale: #D1D1D1. Windows color (decimal): -2299842 or 4122844. OLE color: 4122844.

HSL color Cylindrical-coordinate representation of color #DCE83E: hue angle of 64.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCE83E is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB22023262-
CMYK0.0500.730.09
HSL64.24º78.7%57.65%-
HSV(B)64.24º73.28%90.98%-
XYZ59.2473.2815.58-
YUV209.0345.02135.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 232 (91.02% from 255) = 45.14%
BLUE value IS 62 (24.61% from 255) = 12.06%
R=42.80%
G=45.14%
B=12.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220232620.0500.730.0964.2478.757.65
HexDCE83E50499404f3a
Octal33435076501111110011772
Binary110111001110100011111010101001001100110000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dce83e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dce83e; }

 p { color: rgb(220,232,62); }

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

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

 a { background-color: rgb(220,232,62); }

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

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

 span { border-color: rgb(220,232,62); }

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