#DCE32E

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

Shades of Pear #DCE32E

Tints of Pear #DCE32E

Color information

#DCE32E (or 0xDCE32E) is unknown color: approx Pear. HEX triplet: DC, E3 and 2E. RGB value is (220,227,46). Sum of RGB (Red+Green+Blue) = 220+227+46=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE32E is #231CD1. Grayscale: #CCCCCC. Windows color (decimal): -2301138 or 3072988. OLE color: 3072988.

HSL color Cylindrical-coordinate representation of color #DCE32E: hue angle of 62.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE32E is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22022746-
CMYK0.0300.800.11
HSL62.32º76.37%53.53%-
HSV(B)62.32º79.74%89.02%-
XYZ57.4870.3513.13-
YUV204.2738.68139.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 46 (18.36% from 255) = 9.33%
R=44.62%
G=46.04%
B=9.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220227460.0300.800.1162.3276.3753.53
HexDCE32E3050B3e4c36
Octal3343435630120137611466
Binary1101110011100011101110110101000010111111101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE32E; }

 p { color: rgb(220,227,46); }

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

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

 a { background-color: rgb(220,227,46); }

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

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

 span { border-color: rgb(220,227,46); }

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