#DAE046

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

Shades of Starship #DAE046

Tints of Starship #DAE046

Color information

#DAE046 (or 0xDAE046) is unknown color: approx Starship. HEX triplet: DA, E0 and 46. RGB value is (218,224,70). Sum of RGB (Red+Green+Blue) = 218+224+70=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE046 is #251FB9. Grayscale: #CDCDCD. Windows color (decimal): -2432954 or 4645082. OLE color: 4645082.

HSL color Cylindrical-coordinate representation of color #DAE046: hue angle of 62.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE046 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB21822470-
CMYK0.0300.690.12
HSL62.34º71.3%57.65%-
HSV(B)62.34º68.75%87.84%-
XYZ56.6768.6616.06-
YUV204.6552.01137.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 70 (27.73% from 255) = 13.67%
R=42.58%
G=43.75%
B=13.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224700.0300.690.1262.3471.357.65
HexDAE0463045C3e473a
Octal33234010630105147610772
Binary11011010111000001000110110100010111001111101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE046; }

 p { color: rgb(218,224,70); }

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

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

 a { background-color: rgb(218,224,70); }

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

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

 span { border-color: rgb(218,224,70); }

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