#DAE145

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

Shades of Starship #DAE145

Tints of Starship #DAE145

Color information

#DAE145 (or 0xDAE145) is unknown color: approx Starship. HEX triplet: DA, E1 and 45. RGB value is (218,225,69). Sum of RGB (Red+Green+Blue) = 218+225+69=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE145 is #251EBA. Grayscale: #CDCDCD. Windows color (decimal): -2432699 or 4579802. OLE color: 4579802.

HSL color Cylindrical-coordinate representation of color #DAE145: hue angle of 62.69º degrees, saturation: 0.72, 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 #DAE145 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB21822569-
CMYK0.0300.690.12
HSL62.69º72.22%57.65%-
HSV(B)62.69º69.33%88.24%-
XYZ56.9169.1915.98-
YUV205.1251.18137.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=42.58%
G=43.95%
B=13.48%

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
Decimal218225690.0300.690.1262.6972.2257.65
HexDAE1453045C3f483a
Octal33234110530105147711072
Binary11011010111000011000101110100010111001111111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE145; }

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

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

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

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

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

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

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

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