#DEED29

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

Shades of Pear #DEED29

Tints of Pear #DEED29

Color information

#DEED29 (or 0xDEED29) is unknown color: approx Pear. HEX triplet: DE, ED and 29. RGB value is (222,237,41). Sum of RGB (Red+Green+Blue) = 222+237+41=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED29 is #2112D6. Grayscale: #D2D2D2. Windows color (decimal): -2167511 or 2747870. OLE color: 2747870.

HSL color Cylindrical-coordinate representation of color #DEED29: hue angle of 64.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEED29 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB22223741-
CMYK0.0600.830.07
HSL64.59º84.48%54.51%-
HSV(B)64.59º82.7%92.94%-
XYZ60.8176.2613.61-
YUV210.1732.53136.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 41 (16.41% from 255) = 8.2%
R=44.4%
G=47.4%
B=8.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222237410.0600.830.0764.5984.4854.51
HexDEED2960537415437
Octal3363555160123710112467
Binary11011110111011011010011100101001111110000011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEED29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEED29; }

 p { color: rgb(222,237,41); }

 H1.HeaderClassName
 {
   color: #DEED29;
 }
 .AnyTagClassName
 {
   color: #DEED29;
 }
</style>
background-color css

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

 a { background-color: rgb(222,237,41); }

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

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

 span { border-color: rgb(222,237,41); }

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