COLOR #DCD3AD

HEX: #DCD3AD RGB: (220,211,173)

Color info

#DCD3AD contains red, green and blue colors in about the same proportion. Web safe color of #DCD3AD is #CCCC99 (or #CC9).

RGB color model

#DCD3AD color RGB value is (220,211,173).

RGB: (220,211,173) (86%, 83%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 173 of 255 = 68%

220
211
173

R + G + B ~ 79%. #DCD3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 211 + 173 = 604 (100%)
R 220 of 604 ~ 36.42%
G 211 of 604 ~ 34.93%
B 173 of 604 ~ 28.64'%

%36.42
%34.93
%28.64

CMYK color model

#DCD3AD color CMYK value is (0,4,21,14).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (0,4,21,14)
C0M4Y21K14 (0%, 4%, 21%, 14%)
(0.00 / 0.04 / 0.21 / 0.14)

CMYK percentages

%0
%4.09
%21.36
%13.73

Codes

Color #DCD3AD in popluar color models

DC D3 AD
RGB 220 211 173
HSL 49° 40.17% 77.06%
HSB/HSV 49° 21.36% 86.27%
CMYK 0.00% 4.09% 21.36%
13.73%

Color #DCD3AD in popluar number systems.

HEX DC D3 AD
Decimal 220 211 173
Binary 11011100 11010011 10101101
Octal 334 323 255

Shades and tints

Shades of #DCD3AD

#DCD3AD
(220,211,173)
#C8C09E
(200,192,158)
#B4AD8F
(180,173,143)
#A09A80
(160,154,128)
#8C8771
(140,135,113)
#787462
(120,116,98)
#646153
(100,97,83)
#504E44
(80,78,68)
#3C3B35
(60,59,53)
#282826
(40,40,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DCD3AD

#DCD3AD
(220,211,173)
#DFD7B4
(223,215,180)
#E2DBBB
(226,219,187)
#E5DFC2
(229,223,194)
#E8E3C9
(232,227,201)
#EBE7D0
(235,231,208)
#EEEBD7
(238,235,215)
#F1EFDE
(241,239,222)
#F4F3E5
(244,243,229)
#F7F7EC
(247,247,236)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD3AD color. Also use rgb(220,211,173) instead hex code.

Text Font Color

.myTextColor { color: #DCD3AD; }

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

This text font color is #DCD3AD.

Background Color

.myBgColor { background-color: #DCD3AD; }

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

This div background color is #DCD3AD.

Border color

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

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

This div border color is #DCD3AD.

Opacity

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

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

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

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

This text has shadow with #DCD3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD3AD.

Preview

Color preview on black background

This text has color #DCD3AD on black background.


Color preview on white background

This text has color #DCD3AD on white background.


Black color preview on #DCD3AD background

This text has black color on #DCD3AD background.


White color preview on #DCD3AD background

This text has white color on #DCD3AD background.


Related colors

Complementary color

Complementary color for #hex is #232C52.


I love getcolorcode.com

Triadic colors

1 #ADDCD3 and #D3ADDC with #DCD3AD are triadic colors.

2 #ADD3DC and #D3DCAD with #DCD3AD are triadic colors.