Html Css Color HEX #DDE528 Pear

📋 copy color: '#DDE528'

red 221 ◦ green 229 ◦ blue 40

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

Shades of Pear #DDE528

Tints of Pear #DDE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.16%

R = 45.1%
G = 46.73%
B = 8.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#DDE528 (or 0xDDE528) is known color: Pear. HEX triplet: DD, E5 and 28. RGB value is (221,229,40). Sum of RGB (Red+Green+Blue) = 221+229+40=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE528 is #221AD7. Grayscale: #CDCDCD. Windows color (decimal): -2235096 or 2680285. OLE color: 2680285.

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

Color convert

RGB 221 229 40 -
CMYK 0.03 0 0.83 0.10
HSL 62.54º 0.78% 0.53% -
HSV(B) 62.54º 0.83% 0.9% -
XYZ 58.22 71.56 12.75 -
YUV 205.06 34.85 139.37 -
System Red Green Blue C M Y K H S L
Decimal 221 229 40 0.03 0 0.83 0.10 62.54 0.78 0.53
Hex DD E5 28 3 0 53 A 3F 4E 35
Octal 335 345 50 3 0 123 12 77 116 65
Binary 11011101 11100101 101000 11 0 1010011 1010 111111 1001110 110101

Color Harmonies of #DDE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE528

Black with #DDE528

Text Example


Text Example

White with #DDE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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