#DDEB45

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

Shades of Starship #DDEB45

Tints of Starship #DDEB45

Color information

#DDEB45 (or 0xDDEB45) is unknown color: approx Starship. HEX triplet: DD, EB and 45. RGB value is (221,235,69). Sum of RGB (Red+Green+Blue) = 221+235+69=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEB45 is #2214BA. Grayscale: #D4D4D4. Windows color (decimal): -2233531 or 4582365. OLE color: 4582365.

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

Color convert

RGB22123569-
CMYK0.0600.710.08
HSL65.06º80.58%59.61%-
HSV(B)65.06º70.64%92.16%-
XYZ60.675.2216.95-
YUV211.8947.36134.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 69 (27.34% from 255) = 13.14%
R=42.10%
G=44.76%
B=13.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221235690.0600.710.0865.0680.5859.61
HexDDEB456047841513c
Octal335353105601071010112174
Binary1101110111101011100010111001000111100010000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB45; }

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

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

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

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

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

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

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

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