#DDF048

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

Shades of Starship #DDF048

Tints of Starship #DDF048

Color information

#DDF048 (or 0xDDF048) is unknown color: approx Starship. HEX triplet: DD, F0 and 48. RGB value is (221,240,72). Sum of RGB (Red+Green+Blue) = 221+240+72=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF048 is #220FB7. Grayscale: #D7D7D7. Windows color (decimal): -2232248 or 4780253. OLE color: 4780253.

HSL color Cylindrical-coordinate representation of color #DDF048: hue angle of 66.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF048 is Cyan = 0.08, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB22124072-
CMYK0.0800.70.06
HSL66.79º84.85%61.18%-
HSV(B)66.79º70%94.12%-
XYZ62.1578.1617.94-
YUV215.1747.21132.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 240 (94.14% from 255) = 45.03%
BLUE value IS 72 (28.52% from 255) = 13.51%
R=41.46%
G=45.03%
B=13.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221240720.0800.70.0666.7984.8561.18
HexDDF0488046643553d
Octal335360110100106610312575
Binary1101110111110000100100010000100011011010000111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF048; }

 p { color: rgb(221,240,72); }

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

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

 a { background-color: rgb(221,240,72); }

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

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

 span { border-color: rgb(221,240,72); }

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