#D9E042

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

Shades of Starship #D9E042

Tints of Starship #D9E042

Color information

#D9E042 (or 0xD9E042) is unknown color: approx Starship. HEX triplet: D9, E0 and 42. RGB value is (217,224,66). Sum of RGB (Red+Green+Blue) = 217+224+66=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E042 is #261FBD. Grayscale: #CCCCCC. Windows color (decimal): -2498494 or 4382937. OLE color: 4382937.

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

Color convert

RGB21722466-
CMYK0.0300.710.12
HSL62.66º71.82%56.86%-
HSV(B)62.66º70.54%87.84%-
XYZ56.2568.4615.4-
YUV203.950.18137.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 66 (26.17% from 255) = 13.02%
R=42.80%
G=44.18%
B=13.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217224660.0300.710.1262.6671.8256.86
HexD9E0423047C3f4839
Octal33134010230107147711071
Binary11011001111000001000010110100011111001111111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E042; }

 p { color: rgb(217,224,66); }

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

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

 a { background-color: rgb(217,224,66); }

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

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

 span { border-color: rgb(217,224,66); }

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