#DDEC45

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

Shades of Starship #DDEC45

Tints of Starship #DDEC45

Color information

#DDEC45 (or 0xDDEC45) is unknown color: approx Starship. HEX triplet: DD, EC and 45. RGB value is (221,236,69). Sum of RGB (Red+Green+Blue) = 221+236+69=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC45 is #2213BA. Grayscale: #D5D5D5. Windows color (decimal): -2233275 or 4582621. OLE color: 4582621.

HSL color Cylindrical-coordinate representation of color #DDEC45: hue angle of 65.39º degrees, saturation: 0.81, 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 #DDEC45 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB22123669-
CMYK0.0600.710.07
HSL65.39º81.46%59.8%-
HSV(B)65.39º70.76%92.55%-
XYZ60.8975.7917.05-
YUV212.4847.03134.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 69 (27.34% from 255) = 13.12%
R=42.02%
G=44.87%
B=13.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221236690.0600.710.0765.3981.4659.8
HexDDEC456047741513c
Octal33535410560107710112174
Binary110111011110110010001011100100011111110000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC45; }

 p { color: rgb(221,236,69); }

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

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

 a { background-color: rgb(221,236,69); }

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

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

 span { border-color: rgb(221,236,69); }

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