COLOR #DCD6AE

HEX: #DCD6AE RGB: (220,214,174)

Color info

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

RGB color model

#DCD6AE color RGB value is (220,214,174).

RGB: (220,214,174) (86%, 84%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 174 of 255 = 68%

220
214
174

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

Portions of RGB colors in percentages

R + G + B = 220 + 214 + 174 = 608 (100%)
R 220 of 608 ~ 36.18%
G 214 of 608 ~ 35.2%
B 174 of 608 ~ 28.62'%

%36.18
%35.2
%28.62

CMYK color model

#DCD6AE color CMYK value is (0,3,21,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 20.91%
  • key color value is 13.73%

CMYK: (0,3,21,14)
C0M3Y21K14 (0%, 3%, 21%, 14%)
(0.00 / 0.03 / 0.21 / 0.14)

CMYK percentages

%0
%2.73
%20.91
%13.73

Codes

Color #DCD6AE in popluar color models

DC D6 AE
RGB 220 214 174
HSL 52° 39.66% 77.25%
HSB/HSV 52° 20.91% 86.27%
CMYK 0.00% 2.73% 20.91%
13.73%

Color #DCD6AE in popluar number systems.

HEX DC D6 AE
Decimal 220 214 174
Binary 11011100 11010110 10101110
Octal 334 326 256

Shades and tints

Shades of #DCD6AE

#DCD6AE
(220,214,174)
#C8C39F
(200,195,159)
#B4B090
(180,176,144)
#A09D81
(160,157,129)
#8C8A72
(140,138,114)
#787763
(120,119,99)
#646454
(100,100,84)
#505145
(80,81,69)
#3C3E36
(60,62,54)
#282B27
(40,43,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCD6AE

#DCD6AE
(220,214,174)
#DFD9B5
(223,217,181)
#E2DCBC
(226,220,188)
#E5DFC3
(229,223,195)
#E8E2CA
(232,226,202)
#EBE5D1
(235,229,209)
#EEE8D8
(238,232,216)
#F1EBDF
(241,235,223)
#F4EEE6
(244,238,230)
#F7F1ED
(247,241,237)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD6AE color. Also use rgb(220,214,174) instead hex code.

Text Font Color

.myTextColor { color: #DCD6AE; }

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

This text font color is #DCD6AE.

Background Color

.myBgColor { background-color: #DCD6AE; }

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

This div background color is #DCD6AE.

Border color

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

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

This div border color is #DCD6AE.

Opacity

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

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

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

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

This text has shadow with #DCD6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD6AE.

Preview

Color preview on black background

This text has color #DCD6AE on black background.


Color preview on white background

This text has color #DCD6AE on white background.


Black color preview on #DCD6AE background

This text has black color on #DCD6AE background.


White color preview on #DCD6AE background

This text has white color on #DCD6AE background.


Related colors

Complementary color

Complementary color for #hex is #232951.


I love getcolorcode.com

Triadic colors

1 #AEDCD6 and #D6AEDC with #DCD6AE are triadic colors.

2 #AED6DC and #D6DCAE with #DCD6AE are triadic colors.