Html Css Color HEX #DDE440 Starship

📋 copy color: '#DDE440'

red 221 ◦ green 228 ◦ blue 64

#DDE440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DDE440

Tints of Starship #DDE440

RGB

 RED value IS 221 (86.72% from 255) = 43.08%

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 64 (25.39% from 255) = 12.48%

R = 43.08%
G = 44.44%
B = 12.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#DDE440 (or 0xDDE440) is known color: Starship. HEX triplet: DD, E4 and 40. RGB value is (221,228,64). Sum of RGB (Red+Green+Blue) = 221+228+64=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE440 is #221BBF. Grayscale: #CFCFCF. Windows color (decimal): -2235328 or 4252893. OLE color: 4252893.

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

Color convert

RGB 221 228 64 -
CMYK 0.03 0 0.72 0.11
HSL 62.56º 0.75% 0.57% -
HSV(B) 62.56º 0.72% 0.89% -
XYZ 58.49 71.23 15.52 -
YUV 207.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 221 228 64 0.03 0 0.72 0.11 62.56 0.75 0.57
Hex DD E4 40 3 0 48 B 3F 4B 39
Octal 335 344 100 3 0 110 13 77 113 71
Binary 11011101 11100100 1000000 11 0 1001000 1011 111111 1001011 111001

Color Harmonies of #DDE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE440

Black with #DDE440

Text Example


Text Example

White with #DDE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE440; }

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

 H1.HeaderClassName
 {
   color: #DDE440;
 }
 .AnyTagClassName
 {
   color: #DDE440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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