Html Css Color HEX #DDE532 Pear

📋 copy color: '#DDE532'

red 221 ◦ green 229 ◦ blue 50

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

Shades of Pear #DDE532

Tints of Pear #DDE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

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

R = 44.2%
G = 45.8%
B = 10%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#DDE532 (or 0xDDE532) is known color: Pear. HEX triplet: DD, E5 and 32. RGB value is (221,229,50). Sum of RGB (Red+Green+Blue) = 221+229+50=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE532 is #221ACD. Grayscale: #CECECE. Windows color (decimal): -2235086 or 3335645. OLE color: 3335645.

HSL color Cylindrical-coordinate representation of color #DDE532: hue angle of 62.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDE532 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 50 -
CMYK 0.03 0 0.78 0.10
HSL 62.68º 0.77% 0.55% -
HSV(B) 62.68º 0.78% 0.9% -
XYZ 58.41 71.64 13.77 -
YUV 206.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 221 229 50 0.03 0 0.78 0.10 62.68 0.77 0.55
Hex DD E5 32 3 0 4E A 3F 4D 37
Octal 335 345 62 3 0 116 12 77 115 67
Binary 11011101 11100101 110010 11 0 1001110 1010 111111 1001101 110111

Color Harmonies of #DDE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE532

Black with #DDE532

Text Example


Text Example

White with #DDE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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