#D3DE22

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

Shades of Pear #D3DE22

Tints of Pear #D3DE22

Color information

#D3DE22 (or 0xD3DE22) is unknown color: approx Pear. HEX triplet: D3, DE and 22. RGB value is (211,222,34). Sum of RGB (Red+Green+Blue) = 211+222+34=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE22 is #2C21DD. Grayscale: #C6C6C6. Windows color (decimal): -2892254 or 2285267. OLE color: 2285267.

HSL color Cylindrical-coordinate representation of color #D3DE22: hue angle of 63.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3DE22 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB21122234-
CMYK0.0500.850.13
HSL63.51º74.02%50.2%-
HSV(B)63.51º84.68%87.06%-
XYZ53.2766.2111.48-
YUV197.2835.86137.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.18%
GREEN value IS 222 (87.11% from 255) = 47.54%
BLUE value IS 34 (13.67% from 255) = 7.28%
R=45.18%
G=47.54%
B=7.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211222340.0500.850.1363.5174.0250.2
HexD3DE225055D404a32
Octal32333642501251510011262
Binary110100111101111010001010101010101110110000001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DE22; }

 p { color: rgb(211,222,34); }

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

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

 a { background-color: rgb(211,222,34); }

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

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

 span { border-color: rgb(211,222,34); }

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