COLOR #DCE54C

HEX: #DCE54C RGB: (220,229,76)

Color info

#DCE54C contains mainly red and green colors. Web safe color of #DCE54C is #CCCC33 (or #CC3).

RGB color model

#DCE54C color RGB value is (220,229,76).

RGB: (220,229,76) (86%, 90%, 30%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 76 of 255 = 30%

220
229
76

R + G + B ~ 69%. #DCE54C is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 229 + 76 = 525 (100%)
R 220 of 525 ~ 41.9%
G 229 of 525 ~ 43.62%
B 76 of 525 ~ 14.48'%

%41.9
%43.62
%14.48

CMYK color model

#DCE54C color CMYK value is (4,0,67,10).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 66.81%
  • key color value is 10.20%

CMYK: (4,0,67,10)
C4M0Y67K10 (4%, 0%, 67%, 10%)
(0.04 / 0.00 / 0.67 / 0.10)

CMYK percentages

%3.93
%0
%66.81
%10.2

Codes

Color #DCE54C in popluar color models

DC E5 4C
RGB 220 229 76
HSL 64° 74.63% 59.80%
HSB/HSV 64° 66.81% 89.80%
CMYK 3.93% 0.00% 66.81%
10.20%

Color #DCE54C in popluar number systems.

HEX DC E5 4C
Decimal 220 229 76
Binary 11011100 11100101 1001100
Octal 334 345 114

Shades and tints

Shades of #DCE54C

#DCE54C
(220,229,76)
#C8D146
(200,209,70)
#B4BD40
(180,189,64)
#A0A93A
(160,169,58)
#8C9534
(140,149,52)
#78812E
(120,129,46)
#646D28
(100,109,40)
#505922
(80,89,34)
#3C451C
(60,69,28)
#283116
(40,49,22)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #DCE54C

#DCE54C
(220,229,76)
#DFE75C
(223,231,92)
#E2E96C
(226,233,108)
#E5EB7C
(229,235,124)
#E8ED8C
(232,237,140)
#EBEF9C
(235,239,156)
#EEF1AC
(238,241,172)
#F1F3BC
(241,243,188)
#F4F5CC
(244,245,204)
#F7F7DC
(247,247,220)
#FAF9EC
(250,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE54C color. Also use rgb(220,229,76) instead hex code.

Text Font Color

.myTextColor { color: #DCE54C; }

<p style="color:#DCE54C">This sample text font color is #DCE54C.</p>

This text font color is #DCE54C.

Background Color

.myBgColor { background-color: #DCE54C; }

<div style="background-color:#DCE54C">Inner text</div>

This div background color is #DCE54C.

Border color

.myBorderColor { border: 1px solid #DCE54C; }

<div style="border:3px solid #DCE54C">Div</div>

This div border color is #DCE54C.

Opacity

.myOpacity80 { color: #DCE54C; opacity: 0.8; }

<p style="color:#DCE54C;opacity:0.8;">80%</p>

Text with #DCE54C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DCE54C;}

<p style="text-shadow: 3px 3px 1px #DCE54C">Text here.</p>

This text has shadow with #DCE54C color.


.textShadow {text-shadow: 3px 3px 1px #DCE54C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DCE54C, 5px 5px 20px red">Text here.</p>

This text has shadow with #DCE54C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCE54C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DCE54C, Direction=45, Strength=4)">Text</p>

This text has shadow with #DCE54C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCE54C;
-webkit-box-shadow: 1px 1px 3px 2px #DCE54C;
box-shadow: 1px 1px 3px 2px #DCE54C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCE54C; -webkit-box-shadow: 1px 1px 3px 2px #DCE54C; box-shadow:1px 1px 3px 2px #DCE54C;">
Div content here
</div>

This div box has shadow with color #DCE54C.

Preview

Color preview on black background

This text has color #DCE54C on black background.


Color preview on white background

This text has color #DCE54C on white background.


Black color preview on #DCE54C background

This text has black color on #DCE54C background.


White color preview on #DCE54C background

This text has white color on #DCE54C background.


Related colors

Complementary color

Complementary color for #hex is #231AB3.


I love getcolorcode.com

Triadic colors

1 #4CDCE5 and #E54CDC with #DCE54C are triadic colors.

2 #4CE5DC and #E5DC4C with #DCE54C are triadic colors.