#dde448

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

Shades of Starship #DDE448

Tints of Starship #DDE448

Color information

#DDE448 (or 0xDDE448) is unknown color: approx Starship. HEX triplet: DD, E4 and 48. RGB value is (221,228,72). Sum of RGB (Red+Green+Blue) = 221+228+72=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE448 is #221BB7. Grayscale: #D0D0D0. Windows color (decimal): -2235320 or 4777181. OLE color: 4777181.

HSL color Cylindrical-coordinate representation of color #DDE448: hue angle of 62.69º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDE448 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22122872-
CMYK0.0300.680.11
HSL62.69º74.29%58.82%-
HSV(B)62.69º68.42%89.41%-
XYZ58.7371.3316.8-
YUV208.1251.18137.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 228 (89.45% from 255) = 43.76%
BLUE value IS 72 (28.52% from 255) = 13.82%
R=42.42%
G=43.76%
B=13.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221228720.0300.680.1162.6974.2958.82
HexDDE4483044B3f4a3b
Octal33534411030104137711273
Binary11011101111001001001000110100010010111111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde448; }

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

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

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

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

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

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

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

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