#DAE53E

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

Shades of Starship #DAE53E

Tints of Starship #DAE53E

Color information

#DAE53E (or 0xDAE53E) is unknown color: approx Starship. HEX triplet: DA, E5 and 3E. RGB value is (218,229,62). Sum of RGB (Red+Green+Blue) = 218+229+62=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE53E is #251AC1. Grayscale: #CFCFCF. Windows color (decimal): -2431682 or 4122074. OLE color: 4122074.

HSL color Cylindrical-coordinate representation of color #DAE53E: hue angle of 63.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE53E is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB21822962-
CMYK0.0500.730.10
HSL63.95º76.26%57.06%-
HSV(B)63.95º72.93%89.8%-
XYZ57.871.2915.27-
YUV206.6746.36136.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 62 (24.61% from 255) = 12.18%
R=42.83%
G=44.99%
B=12.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218229620.0500.730.1063.9576.2657.06
HexDAE53E5049A404c39
Octal33234576501111210011471
Binary110110101110010111111010101001001101010000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE53E; }

 p { color: rgb(218,229,62); }

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

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

 a { background-color: rgb(218,229,62); }

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

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

 span { border-color: rgb(218,229,62); }

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