#DDEE44

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

Shades of Starship #DDEE44

Tints of Starship #DDEE44

Color information

#DDEE44 (or 0xDDEE44) is unknown color: approx Starship. HEX triplet: DD, EE and 44. RGB value is (221,238,68). Sum of RGB (Red+Green+Blue) = 221+238+68=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE44 is #2211BB. Grayscale: #D6D6D6. Windows color (decimal): -2232764 or 4517597. OLE color: 4517597.

HSL color Cylindrical-coordinate representation of color #DDEE44: hue angle of 66º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDEE44 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB22123868-
CMYK0.0700.710.07
HSL66º83.33%60%-
HSV(B)66º71.43%93.33%-
XYZ61.4476.9417.08-
YUV213.5445.87133.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 68 (26.95% from 255) = 12.90%
R=41.94%
G=45.16%
B=12.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221238680.0700.710.076683.3360
HexDDEE447047742533c
Octal33535610470107710212374
Binary110111011110111010001001110100011111110000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE44; }

 p { color: rgb(221,238,68); }

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

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

 a { background-color: rgb(221,238,68); }

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

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

 span { border-color: rgb(221,238,68); }

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