#DCE11F

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

Shades of Pear #DCE11F

Tints of Pear #DCE11F

Color information

#DCE11F (or 0xDCE11F) is unknown color: approx Pear. HEX triplet: DC, E1 and 1F. RGB value is (220,225,31). Sum of RGB (Red+Green+Blue) = 220+225+31=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE11F is #231EE0. Grayscale: #CACACA. Windows color (decimal): -2301665 or 2089436. OLE color: 2089436.

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

Color convert

RGB22022531-
CMYK0.0200.860.12
HSL61.55º76.38%50.2%-
HSV(B)61.55º86.22%88.24%-
XYZ56.6969.1711.66-
YUV201.3931.84141.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 31 (12.5% from 255) = 6.51%
R=46.22%
G=47.27%
B=6.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220225310.0200.860.1261.5576.3850.2
HexDCE11F2056C3e4c32
Octal3343413720126147611462
Binary110111001110000111111100101011011001111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE11F; }

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

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

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

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

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

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

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

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