Html Css Color HEX #DDE52D Pear

📋 copy color: '#DDE52D'

red 221 ◦ green 229 ◦ blue 45

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

Shades of Pear #DDE52D

Tints of Pear #DDE52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 44.65%
G = 46.26%
B = 9.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#DDE52D (or 0xDDE52D) is known color: Pear. HEX triplet: DD, E5 and 2D. RGB value is (221,229,45). Sum of RGB (Red+Green+Blue) = 221+229+45=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE52D is #221AD2. Grayscale: #CECECE. Windows color (decimal): -2235091 or 3007965. OLE color: 3007965.

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

Color convert

RGB 221 229 45 -
CMYK 0.03 0 0.80 0.10
HSL 62.61º 0.78% 0.54% -
HSV(B) 62.61º 0.8% 0.9% -
XYZ 58.31 71.6 13.23 -
YUV 205.63 37.35 138.96 -
System Red Green Blue C M Y K H S L
Decimal 221 229 45 0.03 0 0.80 0.10 62.61 0.78 0.54
Hex DD E5 2D 3 0 50 A 3F 4E 36
Octal 335 345 55 3 0 120 12 77 116 66
Binary 11011101 11100101 101101 11 0 1010000 1010 111111 1001110 110110

Color Harmonies of #DDE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE52D

Black with #DDE52D

Text Example


Text Example

White with #DDE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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