Html Css Color HEX #DDE520 Pear

📋 copy color: '#DDE520'

red 221 ◦ green 229 ◦ blue 32

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

Shades of Pear #DDE520

Tints of Pear #DDE520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 45.85%
G = 47.51%
B = 6.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#DDE520 (or 0xDDE520) is known color: Pear. HEX triplet: DD, E5 and 20. RGB value is (221,229,32). Sum of RGB (Red+Green+Blue) = 221+229+32=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE520 is #221ADF. Grayscale: #CCCCCC. Windows color (decimal): -2235104 or 2155997. OLE color: 2155997.

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

Color convert

RGB 221 229 32 -
CMYK 0.03 0 0.86 0.10
HSL 62.44º 0.79% 0.51% -
HSV(B) 62.44º 0.86% 0.9% -
XYZ 58.1 71.52 12.11 -
YUV 204.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 221 229 32 0.03 0 0.86 0.10 62.44 0.79 0.51
Hex DD E5 20 3 0 56 A 3E 4F 33
Octal 335 345 40 3 0 126 12 76 117 63
Binary 11011101 11100101 100000 11 0 1010110 1010 111110 1001111 110011

Color Harmonies of #DDE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE520

Black with #DDE520

Text Example


Text Example

White with #DDE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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