Html Css Color HEX #DCE520 Pear

📋 copy color: '#DCE520'

red 220 ◦ green 229 ◦ blue 32

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

Shades of Pear #DCE520

Tints of Pear #DCE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 45.74%
G = 47.61%
B = 6.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#DCE520 (or 0xDCE520) is known color: Pear. HEX triplet: DC, E5 and 20. RGB value is (220,229,32). Sum of RGB (Red+Green+Blue) = 220+229+32=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE520 is #231ADF. Grayscale: #CCCCCC. Windows color (decimal): -2300640 or 2155996. OLE color: 2155996.

HSL color Cylindrical-coordinate representation of color #DCE520: hue angle of 62.74º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCE520 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 32 -
CMYK 0.04 0 0.86 0.10
HSL 62.74º 0.79% 0.51% -
HSV(B) 62.74º 0.86% 0.9% -
XYZ 57.8 71.36 12.09 -
YUV 203.85 31.02 139.52 -
System Red Green Blue C M Y K H S L
Decimal 220 229 32 0.04 0 0.86 0.10 62.74 0.79 0.51
Hex DC E5 20 4 0 56 A 3F 4F 33
Octal 334 345 40 4 0 126 12 77 117 63
Binary 11011100 11100101 100000 100 0 1010110 1010 111111 1001111 110011

Color Harmonies of #DCE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE520

Black with #DCE520

Text Example


Text Example

White with #DCE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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