#DDE339

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

Shades of Starship #DDE339

Tints of Starship #DDE339

Color information

#DDE339 (or 0xDDE339) is unknown color: approx Starship. HEX triplet: DD, E3 and 39. RGB value is (221,227,57). Sum of RGB (Red+Green+Blue) = 221+227+57=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 57 (22.66% from 255 or 11.29% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE339 is #221CC6. Grayscale: #CECECE. Windows color (decimal): -2235591 or 3793885. OLE color: 3793885.

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

Color convert

RGB22122757-
CMYK0.0300.750.11
HSL62.12º75.22%55.69%-
HSV(B)62.12º74.89%89.02%-
XYZ58.0370.6114.44-
YUV205.8344.01138.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 57 (22.66% from 255) = 11.29%
R=43.76%
G=44.95%
B=11.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221227570.0300.750.1162.1275.2255.69
HexDDE339304BB3e4b38
Octal3353437130113137611370
Binary1101110111100011111001110100101110111111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE339; }

 p { color: rgb(221,227,57); }

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

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

 a { background-color: rgb(221,227,57); }

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

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

 span { border-color: rgb(221,227,57); }

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