Html Css Color HEX #DDEE49 Starship

📋 copy color: '#DDEE49'

red 221 ◦ green 238 ◦ blue 73

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

Shades of Starship #DDEE49

Tints of Starship #DDEE49

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.74%

 BLUE value IS 73 (28.91% from 255) = 13.72%

R = 41.54%
G = 44.74%
B = 13.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DDEE49 (or 0xDDEE49) is known color: Starship. HEX triplet: DD, EE and 49. RGB value is (221,238,73). Sum of RGB (Red+Green+Blue) = 221+238+73=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE49 is #2211B6. Grayscale: #D6D6D6. Windows color (decimal): -2232759 or 4845277. OLE color: 4845277.

HSL color Cylindrical-coordinate representation of color #DDEE49: hue angle of 66.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEE49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 73 -
CMYK 0.07 0 0.69 0.07
HSL 66.18º 0.83% 0.61% -
HSV(B) 66.18º 0.69% 0.93% -
XYZ 61.6 77 17.92 -
YUV 214.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 221 238 73 0.07 0 0.69 0.07 66.18 0.83 0.61
Hex DD EE 49 7 0 45 7 42 53 3D
Octal 335 356 111 7 0 105 7 102 123 75
Binary 11011101 11101110 1001001 111 0 1000101 111 1000010 1010011 111101

Color Harmonies of #DDEE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE49

Black with #DDEE49

Text Example


Text Example

White with #DDEE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE49; }

 p { color: rgb(221,238,73); }

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

background-color css

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

 a { background-color: rgb(221,238,73); }

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

border-color css

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

 span { border-color: rgb(221,238,73); }

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