#DCEC28

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

Shades of Pear #DCEC28

Tints of Pear #DCEC28

Color information

#DCEC28 (or 0xDCEC28) is unknown color: approx Pear. HEX triplet: DC, EC and 28. RGB value is (220,236,40). Sum of RGB (Red+Green+Blue) = 220+236+40=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC28 is #2313D7. Grayscale: #D1D1D1. Windows color (decimal): -2298840 or 2682076. OLE color: 2682076.

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

Color convert

RGB22023640-
CMYK0.0700.830.07
HSL64.9º83.76%54.12%-
HSV(B)64.9º83.05%92.55%-
XYZ59.8975.3613.4-
YUV208.8732.7135.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 236 (92.58% from 255) = 47.58%
BLUE value IS 40 (16.02% from 255) = 8.06%
R=44.35%
G=47.58%
B=8.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220236400.0700.830.0764.983.7654.12
HexDCEC2870537415436
Octal3343545070123710112466
Binary11011100111011001010001110101001111110000011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEC28; }

 p { color: rgb(220,236,40); }

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

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

 a { background-color: rgb(220,236,40); }

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

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

 span { border-color: rgb(220,236,40); }

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