#DDE422

Color #DDE422 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DDE422

Tints of Pear #DDE422

Color information

#DDE422 (or 0xDDE422) is unknown color: approx 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

RGB22122834-
CMYK0.0300.850.11
HSL62.16º78.23%51.37%-
HSV(B)62.16º85.09%89.41%-
XYZ57.8570.9712.16-
YUV203.7932.18140.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 34 (13.67% from 255) = 7.04%
R=45.76%
G=47.20%
B=7.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221228340.0300.850.1162.1678.2351.37
HexDDE4223055B3e4e33
Octal3353444230125137611663
Binary1101110111100100100010110101010110111111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>