Html Css Color HEX #DDEC47 Starship

📋 copy color: '#DDEC47'

red 221 ◦ green 236 ◦ blue 71

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

Shades of Starship #DDEC47

Tints of Starship #DDEC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.45%

R = 41.86%
G = 44.7%
B = 13.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#DDEC47 (or 0xDDEC47) is known color: Starship. HEX triplet: DD, EC and 47. RGB value is (221,236,71). Sum of RGB (Red+Green+Blue) = 221+236+71=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC47 is #2213B8. Grayscale: #D5D5D5. Windows color (decimal): -2233273 or 4713693. OLE color: 4713693.

HSL color Cylindrical-coordinate representation of color #DDEC47: hue angle of 65.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDEC47 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 71 -
CMYK 0.06 0 0.70 0.07
HSL 65.45º 0.81% 0.6% -
HSV(B) 65.45º 0.7% 0.93% -
XYZ 60.95 75.82 17.38 -
YUV 212.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 221 236 71 0.06 0 0.70 0.07 65.45 0.81 0.6
Hex DD EC 47 6 0 46 7 41 51 3C
Octal 335 354 107 6 0 106 7 101 121 74
Binary 11011101 11101100 1000111 110 0 1000110 111 1000001 1010001 111100

Color Harmonies of #DDEC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC47

Black with #DDEC47

Text Example


Text Example

White with #DDEC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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