COLOR #DCE071

HEX: #DCE071 RGB: (220,224,113)

Color info

#DCE071 contains mainly red and green colors. Web safe color of #DCE071 is #CCCC66 (or #CC6).

RGB color model

#DCE071 color RGB value is (220,224,113).

RGB: (220,224,113) (86%, 88%, 44%)

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 113 of 255 = 44%

220
224
113

R + G + B ~ 73%. #DCE071 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 224 + 113 = 557 (100%)
R 220 of 557 ~ 39.5%
G 224 of 557 ~ 40.22%
B 113 of 557 ~ 20.29'%

%39.5
%40.22
%20.29

CMYK color model

#DCE071 color CMYK value is (2,0,50,12).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 49.55%
  • key color value is 12.16%

CMYK: (2,0,50,12)
C2M0Y50K12 (2%, 0%, 50%, 12%)
(0.02 / 0.00 / 0.50 / 0.12)

CMYK percentages

%1.79
%0
%49.55
%12.16

Codes

Color #DCE071 in popluar color models

DC E0 71
RGB 220 224 113
HSL 62° 64.16% 66.08%
HSB/HSV 62° 49.55% 87.84%
CMYK 1.79% 0.00% 49.55%
12.16%

Color #DCE071 in popluar number systems.

HEX DC E0 71
Decimal 220 224 113
Binary 11011100 11100000 1110001
Octal 334 340 161

Shades and tints

Shades of #DCE071

#DCE071
(220,224,113)
#C8CC67
(200,204,103)
#B4B85D
(180,184,93)
#A0A453
(160,164,83)
#8C9049
(140,144,73)
#787C3F
(120,124,63)
#646835
(100,104,53)
#50542B
(80,84,43)
#3C4021
(60,64,33)
#282C17
(40,44,23)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #DCE071

#DCE071
(220,224,113)
#DFE27D
(223,226,125)
#E2E489
(226,228,137)
#E5E695
(229,230,149)
#E8E8A1
(232,232,161)
#EBEAAD
(235,234,173)
#EEECB9
(238,236,185)
#F1EEC5
(241,238,197)
#F4F0D1
(244,240,209)
#F7F2DD
(247,242,221)
#FAF4E9
(250,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE071 color. Also use rgb(220,224,113) instead hex code.

Text Font Color

.myTextColor { color: #DCE071; }

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

This text font color is #DCE071.

Background Color

.myBgColor { background-color: #DCE071; }

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

This div background color is #DCE071.

Border color

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

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

This div border color is #DCE071.

Opacity

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

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

Text with #DCE071 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 #DCE071;}

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

This text has shadow with #DCE071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE071.

Preview

Color preview on black background

This text has color #DCE071 on black background.


Color preview on white background

This text has color #DCE071 on white background.


Black color preview on #DCE071 background

This text has black color on #DCE071 background.


White color preview on #DCE071 background

This text has white color on #DCE071 background.


Related colors

Complementary color

Complementary color for #hex is #231F8E.


I love getcolorcode.com

Triadic colors

1 #71DCE0 and #E071DC with #DCE071 are triadic colors.

2 #71E0DC and #E0DC71 with #DCE071 are triadic colors.