COLOR #DCD47F

HEX: #DCD47F
RGB: (220,212,127)

Color info

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

RGB color model

#DCD47F color RGB value is (220,212,127).

  • red value is 220;
  • green value is 212;
  • blue value is 127.
RGB:
(220,212,127)
(86%,83%,50%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 127 of 255 = 50%

220
212
127

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

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 127 = 559 (100%)
R 220 of 559 ~ 39.36%
G 212 of 559 ~ 37.92%
B 127 of 559 ~ 22.72%

%39.36
%37.92
%22.72

CMYK color model

#DCD47F color CMYK value is (0,4,42,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 42.27%
  • key color value is 13.73%
CMYK:
(0,4,42,14)
C0M4Y42K14 
(0%,4%,42%,14%)
(0.00/0.04/0.42/0.14)	

CMYK percentages

%0
%3.64
%42.27
%13.73

Codes

Color #DCD47F in popluar color models

DCD47F
RGB220212127
HSL55°57.06%68.04%
HSB/HSV55°42.27%86.27%
CMYK0.00%3.64%42.27%
13.73%

Color #DCD47F in popluar number systems.

HEXDCD47F
Decimal220212127
Binary11011100110101001111111
Octal334324177

Shades and tints

Shades of #DCD47F

#DCD47F
(220,212,127)
#C8C174
(200,193,116)
#B4AE69
(180,174,105)
#A09B5E
(160,155,94)
#8C8853
(140,136,83)
#787548
(120,117,72)
#64623D
(100,98,61)
#504F32
(80,79,50)
#3C3C27
(60,60,39)
#28291C
(40,41,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #DCD47F

#DCD47F
(220,212,127)
#DFD78A
(223,215,138)
#E2DA95
(226,218,149)
#E5DDA0
(229,221,160)
#E8E0AB
(232,224,171)
#EBE3B6
(235,227,182)
#EEE6C1
(238,230,193)
#F1E9CC
(241,233,204)
#F4ECD7
(244,236,215)
#F7EFE2
(247,239,226)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD47F color. Also use rgb(220,212,127) instead hex code.

Text Font Color

.myTextColor { color: #DCD47F; }

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

This text font color is #DCD47F.


Background Color

.myBgColor { background-color: #DCD47F; }

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

This div background color is #DCD47F.


Border color

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

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

This div border color is #DCD47F.


Opacity

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

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

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

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

This text has shadow with #DCD47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD47F on black background.


Color preview on white background

This text has color #DCD47F on white background.



Black color preview on #DCD47F background

This text has black color on #DCD47F background.


White color preview on #DCD47F background

This text has white color on #DCD47F background.