Html Css Color HEX #DDE820 Pear

📋 copy color: '#DDE820'

red 221 ◦ green 232 ◦ blue 32

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

Shades of Pear #DDE820

Tints of Pear #DDE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

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

R = 45.57%
G = 47.84%
B = 6.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#DDE820 (or 0xDDE820) is known color: Pear. HEX triplet: DD, E8 and 20. RGB value is (221,232,32). Sum of RGB (Red+Green+Blue) = 221+232+32=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE820 is #2217DF. Grayscale: #CECECE. Windows color (decimal): -2234336 or 2156765. OLE color: 2156765.

HSL color Cylindrical-coordinate representation of color #DDE820: hue angle of 63.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDE820 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 32 -
CMYK 0.05 0 0.86 0.09
HSL 63.3º 0.81% 0.52% -
HSV(B) 63.3º 0.86% 0.91% -
XYZ 58.94 73.19 12.39 -
YUV 205.91 29.86 138.76 -
System Red Green Blue C M Y K H S L
Decimal 221 232 32 0.05 0 0.86 0.09 63.3 0.81 0.52
Hex DD E8 20 5 0 56 9 3F 51 34
Octal 335 350 40 5 0 126 11 77 121 64
Binary 11011101 11101000 100000 101 0 1010110 1001 111111 1010001 110100

Color Harmonies of #DDE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE820

Black with #DDE820

Text Example


Text Example

White with #DDE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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