Html Css Color HEX #DDEE47 Starship

📋 copy color: '#DDEE47'

red 221 ◦ green 238 ◦ blue 71

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

Shades of Starship #DDEE47

Tints of Starship #DDEE47

RGB

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

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

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

R = 41.7%
G = 44.91%
B = 13.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#DDEE47 (or 0xDDEE47) is known color: Starship. HEX triplet: DD, EE and 47. RGB value is (221,238,71). Sum of RGB (Red+Green+Blue) = 221+238+71=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE47 is #2211B8. Grayscale: #D6D6D6. Windows color (decimal): -2232761 or 4714205. OLE color: 4714205.

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

Color convert

RGB 221 238 71 -
CMYK 0.07 0 0.70 0.07
HSL 66.11º 0.83% 0.61% -
HSV(B) 66.11º 0.7% 0.93% -
XYZ 61.53 76.98 17.58 -
YUV 213.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 221 238 71 0.07 0 0.70 0.07 66.11 0.83 0.61
Hex DD EE 47 7 0 46 7 42 53 3D
Octal 335 356 107 7 0 106 7 102 123 75
Binary 11011101 11101110 1000111 111 0 1000110 111 1000010 1010011 111101

Color Harmonies of #DDEE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE47

Black with #DDEE47

Text Example


Text Example

White with #DDEE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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