#DDE640

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

Shades of Starship #DDE640

Tints of Starship #DDE640

Color information

#DDE640 (or 0xDDE640) is unknown color: approx Starship. HEX triplet: DD, E6 and 40. RGB value is (221,230,64). Sum of RGB (Red+Green+Blue) = 221+230+64=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE640 is #2219BF. Grayscale: #D1D1D1. Windows color (decimal): -2234816 or 4253405. OLE color: 4253405.

HSL color Cylindrical-coordinate representation of color #DDE640: hue angle of 63.25º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDE640 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22123064-
CMYK0.0400.720.10
HSL63.25º76.85%57.65%-
HSV(B)63.25º72.17%90.2%-
XYZ59.0472.3415.7-
YUV208.3846.52137-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 230 (90.23% from 255) = 44.66%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=42.91%
G=44.66%
B=12.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221230640.0400.720.1063.2576.8557.65
HexDDE6404048A3f4d3a
Octal33534610040110127711572
Binary110111011110011010000001000100100010101111111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE640; }

 p { color: rgb(221,230,64); }

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

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

 a { background-color: rgb(221,230,64); }

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

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

 span { border-color: rgb(221,230,64); }

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