Html Css Color HEX #DCEC20 Pear

📋 copy color: '#DCEC20'

red 220 ◦ green 236 ◦ blue 32

#DCEC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DCEC20

Tints of Pear #DCEC20

RGB

 RED value IS 220 (86.33% from 255) = 45.08%

 GREEN value IS 236 (92.58% from 255) = 48.36%

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 45.08%
G = 48.36%
B = 6.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#DCEC20 (or 0xDCEC20) is known color: Pear. HEX triplet: DC, EC and 20. RGB value is (220,236,32). Sum of RGB (Red+Green+Blue) = 220+236+32=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC20 is #2313DF. Grayscale: #D0D0D0. Windows color (decimal): -2298848 or 2157788. OLE color: 2157788.

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

Color convert

RGB 220 236 32 -
CMYK 0.07 0 0.86 0.07
HSL 64.71º 0.84% 0.53% -
HSV(B) 64.71º 0.86% 0.93% -
XYZ 59.77 75.31 12.75 -
YUV 207.96 28.7 136.59 -
System Red Green Blue C M Y K H S L
Decimal 220 236 32 0.07 0 0.86 0.07 64.71 0.84 0.53
Hex DC EC 20 7 0 56 7 41 54 35
Octal 334 354 40 7 0 126 7 101 124 65
Binary 11011100 11101100 100000 111 0 1010110 111 1000001 1010100 110101

Color Harmonies of #DCEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEC20

Black with #DCEC20

Text Example


Text Example

White with #DCEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEC20; }

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

 H1.HeaderClassName
 {
   color: #DCEC20;
 }
 .AnyTagClassName
 {
   color: #DCEC20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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