#DAE345

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

Shades of Starship #DAE345

Tints of Starship #DAE345

Color information

#DAE345 (or 0xDAE345) is unknown color: approx Starship. HEX triplet: DA, E3 and 45. RGB value is (218,227,69). Sum of RGB (Red+Green+Blue) = 218+227+69=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE345 is #251CBA. Grayscale: #CECECE. Windows color (decimal): -2432187 or 4580314. OLE color: 4580314.

HSL color Cylindrical-coordinate representation of color #DAE345: hue angle of 63.42º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE345 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB21822769-
CMYK0.0400.700.11
HSL63.42º73.83%58.04%-
HSV(B)63.42º69.6%89.02%-
XYZ57.4670.2716.17-
YUV206.350.52136.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 69 (27.34% from 255) = 13.42%
R=42.41%
G=44.16%
B=13.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218227690.0400.700.1163.4273.8358.04
HexDAE3454046B3f4a3a
Octal33234310540106137711272
Binary110110101110001110001011000100011010111111111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE345; }

 p { color: rgb(218,227,69); }

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

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

 a { background-color: rgb(218,227,69); }

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

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

 span { border-color: rgb(218,227,69); }

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