Html Css Color HEX #DDE332 Starship

📋 copy color: '#DDE332'

red 221 ◦ green 227 ◦ blue 50

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

Shades of Starship #DDE332

Tints of Starship #DDE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

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

R = 44.38%
G = 45.58%
B = 10.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#DDE332 (or 0xDDE332) is known color: Starship. HEX triplet: DD, E3 and 32. RGB value is (221,227,50). Sum of RGB (Red+Green+Blue) = 221+227+50=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE332 is #221CCD. Grayscale: #CDCDCD. Windows color (decimal): -2235598 or 3335133. OLE color: 3335133.

HSL color Cylindrical-coordinate representation of color #DDE332: hue angle of 62.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDE332 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 50 -
CMYK 0.03 0 0.78 0.11
HSL 62.03º 0.76% 0.54% -
HSV(B) 62.03º 0.78% 0.89% -
XYZ 57.86 70.54 13.58 -
YUV 205.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 221 227 50 0.03 0 0.78 0.11 62.03 0.76 0.54
Hex DD E3 32 3 0 4E B 3E 4C 36
Octal 335 343 62 3 0 116 13 76 114 66
Binary 11011101 11100011 110010 11 0 1001110 1011 111110 1001100 110110

Color Harmonies of #DDE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE332

Black with #DDE332

Text Example


Text Example

White with #DDE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE332; }

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

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

background-color css

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

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

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

border-color css

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

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

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