Html Css Color HEX #DCE120 Pear

📋 copy color: '#DCE120'

red 220 ◦ green 225 ◦ blue 32

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

Shades of Pear #DCE120

Tints of Pear #DCE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 46.12%
G = 47.17%
B = 6.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DCE120 (or 0xDCE120) is known color: Pear. HEX triplet: DC, E1 and 20. RGB value is (220,225,32). Sum of RGB (Red+Green+Blue) = 220+225+32=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE120 is #231EDF. Grayscale: #CACACA. Windows color (decimal): -2301664 or 2154972. OLE color: 2154972.

HSL color Cylindrical-coordinate representation of color #DCE120: 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 #DCE120 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 32 -
CMYK 0.02 0 0.86 0.12
HSL 61.55º 0.76% 0.5% -
HSV(B) 61.55º 0.86% 0.88% -
XYZ 56.7 69.17 11.73 -
YUV 201.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 220 225 32 0.02 0 0.86 0.12 61.55 0.76 0.5
Hex DC E1 20 2 0 56 C 3E 4C 32
Octal 334 341 40 2 0 126 14 76 114 62
Binary 11011100 11100001 100000 10 0 1010110 1100 111110 1001100 110010

Color Harmonies of #DCE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE120

Black with #DCE120

Text Example


Text Example

White with #DCE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE120; }

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

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

background-color css

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

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

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

border-color css

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

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

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