Html Css Color HEX #DDE032 Starship

📋 copy color: '#DDE032'

red 221 ◦ green 224 ◦ blue 50

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

Shades of Starship #DDE032

Tints of Starship #DDE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 44.65%
G = 45.25%
B = 10.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DDE032 (or 0xDDE032) is known color: Starship. HEX triplet: DD, E0 and 32. RGB value is (221,224,50). Sum of RGB (Red+Green+Blue) = 221+224+50=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE032 is #221FCD. Grayscale: #CBCBCB. Windows color (decimal): -2236366 or 3334365. OLE color: 3334365.

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

Color convert

RGB 221 224 50 -
CMYK 0.01 0 0.78 0.12
HSL 61.03º 0.74% 0.54% -
HSV(B) 61.03º 0.78% 0.88% -
XYZ 57.05 68.91 13.31 -
YUV 203.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 221 224 50 0.01 0 0.78 0.12 61.03 0.74 0.54
Hex DD E0 32 1 0 4E C 3D 4A 36
Octal 335 340 62 1 0 116 14 75 112 66
Binary 11011101 11100000 110010 1 0 1001110 1100 111101 1001010 110110

Color Harmonies of #DDE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE032

Black with #DDE032

Text Example


Text Example

White with #DDE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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