#DDEB49

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

Shades of Starship #DDEB49

Tints of Starship #DDEB49

Color information

#DDEB49 (or 0xDDEB49) is unknown color: approx Starship. HEX triplet: DD, EB and 49. RGB value is (221,235,73). Sum of RGB (Red+Green+Blue) = 221+235+73=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEB49 is #2214B6. Grayscale: #D4D4D4. Windows color (decimal): -2233527 or 4844509. OLE color: 4844509.

HSL color Cylindrical-coordinate representation of color #DDEB49: hue angle of 65.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEB49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB22123573-
CMYK0.0600.690.08
HSL65.19º80.2%60.39%-
HSV(B)65.19º68.94%92.16%-
XYZ60.7375.2717.63-
YUV212.3549.36134.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 235 (92.19% from 255) = 44.42%
BLUE value IS 73 (28.91% from 255) = 13.80%
R=41.78%
G=44.42%
B=13.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221235730.0600.690.0865.1980.260.39
HexDDEB496045841503c
Octal335353111601051010112074
Binary1101110111101011100100111001000101100010000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB49; }

 p { color: rgb(221,235,73); }

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

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

 a { background-color: rgb(221,235,73); }

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

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

 span { border-color: rgb(221,235,73); }

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