Html Css Color HEX #DDEC40 Starship

📋 copy color: '#DDEC40'

red 221 ◦ green 236 ◦ blue 64

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

Shades of Starship #DDEC40

Tints of Starship #DDEC40

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

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

R = 42.42%
G = 45.3%
B = 12.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DDEC40 (or 0xDDEC40) is known color: Starship. HEX triplet: DD, EC and 40. RGB value is (221,236,64). Sum of RGB (Red+Green+Blue) = 221+236+64=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC40 is #2213BF. Grayscale: #D4D4D4. Windows color (decimal): -2233280 or 4254941. OLE color: 4254941.

HSL color Cylindrical-coordinate representation of color #DDEC40: hue angle of 65.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDEC40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 64 -
CMYK 0.06 0 0.73 0.07
HSL 65.23º 0.82% 0.59% -
HSV(B) 65.23º 0.73% 0.93% -
XYZ 60.74 75.73 16.27 -
YUV 211.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 221 236 64 0.06 0 0.73 0.07 65.23 0.82 0.59
Hex DD EC 40 6 0 49 7 41 52 3B
Octal 335 354 100 6 0 111 7 101 122 73
Binary 11011101 11101100 1000000 110 0 1001001 111 1000001 1010010 111011

Color Harmonies of #DDEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC40

Black with #DDEC40

Text Example


Text Example

White with #DDEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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