#DDEE47

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

Shades of Starship #DDEE47

Tints of Starship #DDEE47

Color information

#DDEE47 (or 0xDDEE47) is unknown color: approx Starship. HEX triplet: DD, EE and 47. RGB value is (221,238,71). Sum of RGB (Red+Green+Blue) = 221+238+71=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE47 is #2211B8. Grayscale: #D6D6D6. Windows color (decimal): -2232761 or 4714205. OLE color: 4714205.

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

Color convert

RGB22123871-
CMYK0.0700.700.07
HSL66.11º83.08%60.59%-
HSV(B)66.11º70.17%93.33%-
XYZ61.5376.9817.58-
YUV213.8847.37133.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 71 (28.12% from 255) = 13.40%
R=41.70%
G=44.91%
B=13.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221238710.0700.700.0766.1183.0860.59
HexDDEE477046742533d
Octal33535610770106710212375
Binary110111011110111010001111110100011011110000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE47; }

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

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

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

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

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

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

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

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