Html Css Color HEX #DCE428 Pear

📋 copy color: '#DCE428'

red 220 ◦ green 228 ◦ blue 40

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

Shades of Pear #DCE428

Tints of Pear #DCE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.72%

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

R = 45.08%
G = 46.72%
B = 8.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#DCE428 (or 0xDCE428) is known color: Pear. HEX triplet: DC, E4 and 28. RGB value is (220,228,40). Sum of RGB (Red+Green+Blue) = 220+228+40=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE428 is #231BD7. Grayscale: #CCCCCC. Windows color (decimal): -2300888 or 2680028. OLE color: 2680028.

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

Color convert

RGB 220 228 40 -
CMYK 0.04 0 0.82 0.11
HSL 62.55º 0.78% 0.53% -
HSV(B) 62.55º 0.82% 0.89% -
XYZ 57.64 70.86 12.65 -
YUV 204.18 35.35 139.29 -
System Red Green Blue C M Y K H S L
Decimal 220 228 40 0.04 0 0.82 0.11 62.55 0.78 0.53
Hex DC E4 28 4 0 52 B 3F 4E 35
Octal 334 344 50 4 0 122 13 77 116 65
Binary 11011100 11100100 101000 100 0 1010010 1011 111111 1001110 110101

Color Harmonies of #DCE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE428

Black with #DCE428

Text Example


Text Example

White with #DCE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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