#dae448

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

Shades of Starship #DAE448

Tints of Starship #DAE448

Color information

#DAE448 (or 0xDAE448) is unknown color: approx Starship. HEX triplet: DA, E4 and 48. RGB value is (218,228,72). Sum of RGB (Red+Green+Blue) = 218+228+72=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE448 is #251BB7. Grayscale: #CFCFCF. Windows color (decimal): -2431928 or 4777178. OLE color: 4777178.

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

Color convert

RGB21822872-
CMYK0.0400.680.11
HSL63.85º74.29%58.82%-
HSV(B)63.85º68.42%89.41%-
XYZ57.8370.8616.76-
YUV207.2351.69135.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 228 (89.45% from 255) = 44.02%
BLUE value IS 72 (28.52% from 255) = 13.90%
R=42.08%
G=44.02%
B=13.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218228720.0400.680.1163.8574.2958.82
HexDAE4484044B404a3b
Octal332344110401041310011273
Binary1101101011100100100100010001000100101110000001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dae448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dae448; }

 p { color: rgb(218,228,72); }

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

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

 a { background-color: rgb(218,228,72); }

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

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

 span { border-color: rgb(218,228,72); }

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