Html Css Color HEX #DDE047 Starship

📋 copy color: '#DDE047'

red 221 ◦ green 224 ◦ blue 71

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

Shades of Starship #DDE047

Tints of Starship #DDE047

RGB

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

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

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

R = 42.83%
G = 43.41%
B = 13.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#DDE047 (or 0xDDE047) is known color: Starship. HEX triplet: DD, E0 and 47. RGB value is (221,224,71). Sum of RGB (Red+Green+Blue) = 221+224+71=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE047 is #221FB8. Grayscale: #CECECE. Windows color (decimal): -2236345 or 4710621. OLE color: 4710621.

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

Color convert

RGB 221 224 71 -
CMYK 0.01 0 0.68 0.12
HSL 61.18º 0.71% 0.58% -
HSV(B) 61.18º 0.68% 0.88% -
XYZ 57.61 69.14 16.27 -
YUV 205.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 221 224 71 0.01 0 0.68 0.12 61.18 0.71 0.58
Hex DD E0 47 1 0 44 C 3D 47 3A
Octal 335 340 107 1 0 104 14 75 107 72
Binary 11011101 11100000 1000111 1 0 1000100 1100 111101 1000111 111010

Color Harmonies of #DDE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE047

Black with #DDE047

Text Example


Text Example

White with #DDE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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