Html Css Color HEX #DDE044 Starship

📋 copy color: '#DDE044'

red 221 ◦ green 224 ◦ blue 68

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

Shades of Starship #DDE044

Tints of Starship #DDE044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.26%

R = 43.08%
G = 43.66%
B = 13.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#DDE044 (or 0xDDE044) is known color: Starship. HEX triplet: DD, E0 and 44. RGB value is (221,224,68). Sum of RGB (Red+Green+Blue) = 221+224+68=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE044 is #221FBB. Grayscale: #CDCDCD. Windows color (decimal): -2236348 or 4514013. OLE color: 4514013.

HSL color Cylindrical-coordinate representation of color #DDE044: hue angle of 61.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDE044 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 68 -
CMYK 0.01 0 0.70 0.12
HSL 61.15º 0.72% 0.57% -
HSV(B) 61.15º 0.7% 0.88% -
XYZ 57.52 69.1 15.78 -
YUV 205.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 221 224 68 0.01 0 0.70 0.12 61.15 0.72 0.57
Hex DD E0 44 1 0 46 C 3D 48 39
Octal 335 340 104 1 0 106 14 75 110 71
Binary 11011101 11100000 1000100 1 0 1000110 1100 111101 1001000 111001

Color Harmonies of #DDE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE044

Black with #DDE044

Text Example


Text Example

White with #DDE044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE044; }

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

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

background-color css

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

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

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

border-color css

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

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

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