COLOR #DCD4A3

HEX: #DCD4A3
RGB: (220,212,163)

Color info

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

RGB color model

#DCD4A3 color RGB value is (220,212,163).

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

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 163 of 255 = 64%

220
212
163

R + G + B ~ 78%. #DCD4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 163 = 595 (100%)
R 220 of 595 ~ 36.97%
G 212 of 595 ~ 35.63%
B 163 of 595 ~ 27.39%

%36.97
%35.63
%27.39

CMYK color model

#DCD4A3 color CMYK value is (0,4,26,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK:
(0,4,26,14)
C0M4Y26K14 
(0%,4%,26%,14%)
(0.00/0.04/0.26/0.14)	

CMYK percentages

%0
%3.64
%25.91
%13.73

Codes

Color #DCD4A3 in popluar color models

DCD4A3
RGB220212163
HSL52°44.88%75.10%
HSB/HSV52°25.91%86.27%
CMYK0.00%3.64%25.91%
13.73%

Color #DCD4A3 in popluar number systems.

HEXDCD4A3
Decimal220212163
Binary110111001101010010100011
Octal334324243

Shades and tints

Shades of #DCD4A3

#DCD4A3
(220,212,163)
#C8C195
(200,193,149)
#B4AE87
(180,174,135)
#A09B79
(160,155,121)
#8C886B
(140,136,107)
#78755D
(120,117,93)
#64624F
(100,98,79)
#504F41
(80,79,65)
#3C3C33
(60,60,51)
#282925
(40,41,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #DCD4A3

#DCD4A3
(220,212,163)
#DFD7AB
(223,215,171)
#E2DAB3
(226,218,179)
#E5DDBB
(229,221,187)
#E8E0C3
(232,224,195)
#EBE3CB
(235,227,203)
#EEE6D3
(238,230,211)
#F1E9DB
(241,233,219)
#F4ECE3
(244,236,227)
#F7EFEB
(247,239,235)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD4A3; }

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

This text font color is #DCD4A3.


Background Color

.myBgColor { background-color: #DCD4A3; }

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

This div background color is #DCD4A3.


Border color

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

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

This div border color is #DCD4A3.


Opacity

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

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

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

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

This text has shadow with #DCD4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4A3 on black background.


Color preview on white background

This text has color #DCD4A3 on white background.



Black color preview on #DCD4A3 background

This text has black color on #DCD4A3 background.


White color preview on #DCD4A3 background

This text has white color on #DCD4A3 background.