COLOR #DCD49A

HEX: #DCD49A RGB: (220,212,154)

Color info

#DCD49A contains mainly red and green colors. Web safe color of #DCD49A is #CCCC99 (or #CC9).

RGB color model

#DCD49A color RGB value is (220,212,154).

RGB: (220,212,154) (86%, 83%, 60%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 154 of 255 = 60%

220
212
154

R + G + B ~ 76%. #DCD49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 212 + 154 = 586 (100%)
R 220 of 586 ~ 37.54%
G 212 of 586 ~ 36.18%
B 154 of 586 ~ 26.28'%

%37.54
%36.18
%26.28

CMYK color model

#DCD49A color CMYK value is (0,4,30,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 30.00%
  • key color value is 13.73%

CMYK: (0,4,30,14)
C0M4Y30K14 (0%, 4%, 30%, 14%)
(0.00 / 0.04 / 0.30 / 0.14)

CMYK percentages

%0
%3.64
%30
%13.73

Codes

Color #DCD49A in popluar color models

DC D4 9A
RGB 220 212 154
HSL 53° 48.53% 73.33%
HSB/HSV 53° 30.00% 86.27%
CMYK 0.00% 3.64% 30.00%
13.73%

Color #DCD49A in popluar number systems.

HEX DC D4 9A
Decimal 220 212 154
Binary 11011100 11010100 10011010
Octal 334 324 232

Shades and tints

Shades of #DCD49A

#DCD49A
(220,212,154)
#C8C18C
(200,193,140)
#B4AE7E
(180,174,126)
#A09B70
(160,155,112)
#8C8862
(140,136,98)
#787554
(120,117,84)
#646246
(100,98,70)
#504F38
(80,79,56)
#3C3C2A
(60,60,42)
#28291C
(40,41,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #DCD49A

#DCD49A
(220,212,154)
#DFD7A3
(223,215,163)
#E2DAAC
(226,218,172)
#E5DDB5
(229,221,181)
#E8E0BE
(232,224,190)
#EBE3C7
(235,227,199)
#EEE6D0
(238,230,208)
#F1E9D9
(241,233,217)
#F4ECE2
(244,236,226)
#F7EFEB
(247,239,235)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD49A; }

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

This text font color is #DCD49A.

Background Color

.myBgColor { background-color: #DCD49A; }

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

This div background color is #DCD49A.

Border color

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

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

This div border color is #DCD49A.

Opacity

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

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

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

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

This text has shadow with #DCD49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD49A.

Preview

Color preview on black background

This text has color #DCD49A on black background.


Color preview on white background

This text has color #DCD49A on white background.


Black color preview on #DCD49A background

This text has black color on #DCD49A background.


White color preview on #DCD49A background

This text has white color on #DCD49A background.


Related colors

Complementary color

Complementary color for #hex is #232B65.


I love getcolorcode.com

Triadic colors

1 #9ADCD4 and #D49ADC with #DCD49A are triadic colors.

2 #9AD4DC and #D4DC9A with #DCD49A are triadic colors.