Html Css Color HEX #DCE528 Pear

📋 copy color: '#DCE528'

red 220 ◦ green 229 ◦ blue 40

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

Shades of Pear #DCE528

Tints of Pear #DCE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 44.99%
G = 46.83%
B = 8.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#DCE528 (or 0xDCE528) is known color: Pear. HEX triplet: DC, E5 and 28. RGB value is (220,229,40). Sum of RGB (Red+Green+Blue) = 220+229+40=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE528 is #231AD7. Grayscale: #CDCDCD. Windows color (decimal): -2300632 or 2680284. OLE color: 2680284.

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

Color convert

RGB 220 229 40 -
CMYK 0.04 0 0.83 0.10
HSL 62.86º 0.78% 0.53% -
HSV(B) 62.86º 0.83% 0.9% -
XYZ 57.92 71.41 12.74 -
YUV 204.76 35.02 138.87 -
System Red Green Blue C M Y K H S L
Decimal 220 229 40 0.04 0 0.83 0.10 62.86 0.78 0.53
Hex DC E5 28 4 0 53 A 3F 4E 35
Octal 334 345 50 4 0 123 12 77 116 65
Binary 11011100 11100101 101000 100 0 1010011 1010 111111 1001110 110101

Color Harmonies of #DCE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE528

Black with #DCE528

Text Example


Text Example

White with #DCE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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