#DAE540

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

Shades of Starship #DAE540

Tints of Starship #DAE540

Color information

#DAE540 (or 0xDAE540) is unknown color: approx Starship. HEX triplet: DA, E5 and 40. RGB value is (218,229,64). Sum of RGB (Red+Green+Blue) = 218+229+64=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE540 is #251ABF. Grayscale: #CFCFCF. Windows color (decimal): -2431680 or 4253146. OLE color: 4253146.

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

Color convert

RGB21822964-
CMYK0.0500.720.10
HSL64º76.04%57.45%-
HSV(B)64º72.05%89.8%-
XYZ57.8671.3115.57-
YUV206.947.36135.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 12.52%
R=42.66%
G=44.81%
B=12.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218229640.0500.720.106476.0457.45
HexDAE5405048A404c39
Octal332345100501101210011471
Binary1101101011100101100000010101001000101010000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE540; }

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

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

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

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

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

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

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

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