Html Css Color HEX #DDE422 Pear

📋 copy color: '#DDE422'

red 221 ◦ green 228 ◦ blue 34

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

Shades of Pear #DDE422

Tints of Pear #DDE422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

 BLUE value IS 34 (13.67% from 255) = 7.04%

R = 45.76%
G = 47.2%
B = 7.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#DDE422 (or 0xDDE422) is known color: Pear. HEX triplet: DD, E4 and 22. RGB value is (221,228,34). Sum of RGB (Red+Green+Blue) = 221+228+34=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE422 is #221BDD. Grayscale: #CCCCCC. Windows color (decimal): -2235358 or 2286813. OLE color: 2286813.

HSL color Cylindrical-coordinate representation of color #DDE422: hue angle of 62.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDE422 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 34 -
CMYK 0.03 0 0.85 0.11
HSL 62.16º 0.78% 0.51% -
HSV(B) 62.16º 0.85% 0.89% -
XYZ 57.85 70.97 12.16 -
YUV 203.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 221 228 34 0.03 0 0.85 0.11 62.16 0.78 0.51
Hex DD E4 22 3 0 55 B 3E 4E 33
Octal 335 344 42 3 0 125 13 76 116 63
Binary 11011101 11100100 100010 11 0 1010101 1011 111110 1001110 110011

Color Harmonies of #DDE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE422

Black with #DDE422

Text Example


Text Example

White with #DDE422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE422; }

 p { color: rgb(221,228,34); }

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

background-color css

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

 a { background-color: rgb(221,228,34); }

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

border-color css

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

 span { border-color: rgb(221,228,34); }

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