#DDEA41

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

Shades of Starship #DDEA41

Tints of Starship #DDEA41

Color information

#DDEA41 (or 0xDDEA41) is unknown color: approx Starship. HEX triplet: DD, EA and 41. RGB value is (221,234,65). Sum of RGB (Red+Green+Blue) = 221+234+65=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA41 is #2215BE. Grayscale: #D3D3D3. Windows color (decimal): -2233791 or 4319965. OLE color: 4319965.

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

Color convert

RGB22123465-
CMYK0.0600.720.08
HSL64.62º80.09%58.63%-
HSV(B)64.62º72.22%91.76%-
XYZ60.274.616.23-
YUV210.8545.69135.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 65 (25.78% from 255) = 12.5%
R=42.5%
G=45%
B=12.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221234650.0600.720.0864.6280.0958.63
HexDDEA416048841503b
Octal335352101601101010112073
Binary1101110111101010100000111001001000100010000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA41; }

 p { color: rgb(221,234,65); }

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

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

 a { background-color: rgb(221,234,65); }

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

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

 span { border-color: rgb(221,234,65); }

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