#DCE121

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

Shades of Pear #DCE121

Tints of Pear #DCE121

Color information

#DCE121 (or 0xDCE121) is unknown color: approx Pear. HEX triplet: DC, E1 and 21. RGB value is (220,225,33). Sum of RGB (Red+Green+Blue) = 220+225+33=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE121 is #231EDE. Grayscale: #CACACA. Windows color (decimal): -2301663 or 2220508. OLE color: 2220508.

HSL color Cylindrical-coordinate representation of color #DCE121: hue angle of 61.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE121 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB22022533-
CMYK0.0200.850.12
HSL61.56º76.19%50.59%-
HSV(B)61.56º85.33%88.24%-
XYZ56.7169.1811.8-
YUV201.6232.84141.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 33 (13.28% from 255) = 6.90%
R=46.03%
G=47.07%
B=6.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220225330.0200.850.1261.5676.1950.59
HexDCE1212055C3e4c33
Octal3343414120125147611463
Binary1101110011100001100001100101010111001111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE121; }

 p { color: rgb(220,225,33); }

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

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

 a { background-color: rgb(220,225,33); }

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

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

 span { border-color: rgb(220,225,33); }

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