Html Css Color HEX #DDE132 Starship

📋 copy color: '#DDE132'

red 221 ◦ green 225 ◦ blue 50

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

Shades of Starship #DDE132

Tints of Starship #DDE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

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

R = 44.56%
G = 45.36%
B = 10.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#DDE132 (or 0xDDE132) is known color: Starship. HEX triplet: DD, E1 and 32. RGB value is (221,225,50). Sum of RGB (Red+Green+Blue) = 221+225+50=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE132 is #221ECD. Grayscale: #CCCCCC. Windows color (decimal): -2236110 or 3334621. OLE color: 3334621.

HSL color Cylindrical-coordinate representation of color #DDE132: hue angle of 61.37º 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 #DDE132 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 50 -
CMYK 0.02 0 0.78 0.12
HSL 61.37º 0.74% 0.54% -
HSV(B) 61.37º 0.78% 0.88% -
XYZ 57.32 69.45 13.4 -
YUV 203.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 221 225 50 0.02 0 0.78 0.12 61.37 0.74 0.54
Hex DD E1 32 2 0 4E C 3D 4A 36
Octal 335 341 62 2 0 116 14 75 112 66
Binary 11011101 11100001 110010 10 0 1001110 1100 111101 1001010 110110

Color Harmonies of #DDE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE132

Black with #DDE132

Text Example


Text Example

White with #DDE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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