COLOR #DCE374

HEX: #DCE374 RGB: (220,227,116)

Color info

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

RGB color model

#DCE374 color RGB value is (220,227,116).

RGB: (220,227,116) (86%, 89%, 45%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 116 of 255 = 45%

220
227
116

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

Portions of RGB colors in percentages

R + G + B = 220 + 227 + 116 = 563 (100%)
R 220 of 563 ~ 39.08%
G 227 of 563 ~ 40.32%
B 116 of 563 ~ 20.6'%

%39.08
%40.32
%20.6

CMYK color model

#DCE374 color CMYK value is (3,0,49,11).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 10.98%

CMYK: (3,0,49,11)
C3M0Y49K11 (3%, 0%, 49%, 11%)
(0.03 / 0.00 / 0.49 / 0.11)

CMYK percentages

%3.08
%0
%48.9
%10.98

Codes

Color #DCE374 in popluar color models

DC E3 74
RGB 220 227 116
HSL 64° 66.47% 67.25%
HSB/HSV 64° 48.90% 89.02%
CMYK 3.08% 0.00% 48.90%
10.98%

Color #DCE374 in popluar number systems.

HEX DC E3 74
Decimal 220 227 116
Binary 11011100 11100011 1110100
Octal 334 343 164

Shades and tints

Shades of #DCE374

#DCE374
(220,227,116)
#C8CF6A
(200,207,106)
#B4BB60
(180,187,96)
#A0A756
(160,167,86)
#8C934C
(140,147,76)
#787F42
(120,127,66)
#646B38
(100,107,56)
#50572E
(80,87,46)
#3C4324
(60,67,36)
#282F1A
(40,47,26)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #DCE374

#DCE374
(220,227,116)
#DFE580
(223,229,128)
#E2E78C
(226,231,140)
#E5E998
(229,233,152)
#E8EBA4
(232,235,164)
#EBEDB0
(235,237,176)
#EEEFBC
(238,239,188)
#F1F1C8
(241,241,200)
#F4F3D4
(244,243,212)
#F7F5E0
(247,245,224)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE374 color. Also use rgb(220,227,116) instead hex code.

Text Font Color

.myTextColor { color: #DCE374; }

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

This text font color is #DCE374.

Background Color

.myBgColor { background-color: #DCE374; }

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

This div background color is #DCE374.

Border color

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

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

This div border color is #DCE374.

Opacity

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

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

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

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

This text has shadow with #DCE374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE374.

Preview

Color preview on black background

This text has color #DCE374 on black background.


Color preview on white background

This text has color #DCE374 on white background.


Black color preview on #DCE374 background

This text has black color on #DCE374 background.


White color preview on #DCE374 background

This text has white color on #DCE374 background.


Related colors

Complementary color

Complementary color for #hex is #231C8B.


I love getcolorcode.com

Triadic colors

1 #74DCE3 and #E374DC with #DCE374 are triadic colors.

2 #74E3DC and #E3DC74 with #DCE374 are triadic colors.