Html Css Color HEX #DDE040 Starship

📋 copy color: '#DDE040'

red 221 ◦ green 224 ◦ blue 64

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

Shades of Starship #DDE040

Tints of Starship #DDE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 43.42%
G = 44.01%
B = 12.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DDE040 (or 0xDDE040) is known color: Starship. HEX triplet: DD, E0 and 40. RGB value is (221,224,64). Sum of RGB (Red+Green+Blue) = 221+224+64=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE040 is #221FBF. Grayscale: #CDCDCD. Windows color (decimal): -2236352 or 4251869. OLE color: 4251869.

HSL color Cylindrical-coordinate representation of color #DDE040: hue angle of 61.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDE040 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 64 -
CMYK 0.01 0 0.71 0.12
HSL 61.13º 0.72% 0.56% -
HSV(B) 61.13º 0.71% 0.88% -
XYZ 57.4 69.05 15.15 -
YUV 204.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 221 224 64 0.01 0 0.71 0.12 61.13 0.72 0.56
Hex DD E0 40 1 0 47 C 3D 48 38
Octal 335 340 100 1 0 107 14 75 110 70
Binary 11011101 11100000 1000000 1 0 1000111 1100 111101 1001000 111000

Color Harmonies of #DDE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE040

Black with #DDE040

Text Example


Text Example

White with #DDE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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