COLOR #D6CDAA

HEX: #D6CDAA RGB: (214,205,170)

Color info

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

RGB color model

#D6CDAA color RGB value is (214,205,170).

RGB: (214,205,170) (84%, 80%, 67%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 170 of 255 = 67%

214
205
170

R + G + B ~ 77%. #D6CDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 205 + 170 = 589 (100%)
R 214 of 589 ~ 36.33%
G 205 of 589 ~ 34.8%
B 170 of 589 ~ 28.86'%

%36.33
%34.8
%28.86

CMYK color model

#D6CDAA color CMYK value is (0,4,21,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 20.56%
  • key color value is 16.08%

CMYK: (0,4,21,16)
C0M4Y21K16 (0%, 4%, 21%, 16%)
(0.00 / 0.04 / 0.21 / 0.16)

CMYK percentages

%0
%4.21
%20.56
%16.08

Codes

Color #D6CDAA in popluar color models

D6 CD AA
RGB 214 205 170
HSL 48° 34.92% 75.29%
HSB/HSV 48° 20.56% 83.92%
CMYK 0.00% 4.21% 20.56%
16.08%

Color #D6CDAA in popluar number systems.

HEX D6 CD AA
Decimal 214 205 170
Binary 11010110 11001101 10101010
Octal 326 315 252

Shades and tints

Shades of #D6CDAA

#D6CDAA
(214,205,170)
#C3BB9B
(195,187,155)
#B0A98C
(176,169,140)
#9D977D
(157,151,125)
#8A856E
(138,133,110)
#77735F
(119,115,95)
#646150
(100,97,80)
#514F41
(81,79,65)
#3E3D32
(62,61,50)
#2B2B23
(43,43,35)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #D6CDAA

#D6CDAA
(214,205,170)
#D9D1B1
(217,209,177)
#DCD5B8
(220,213,184)
#DFD9BF
(223,217,191)
#E2DDC6
(226,221,198)
#E5E1CD
(229,225,205)
#E8E5D4
(232,229,212)
#EBE9DB
(235,233,219)
#EEEDE2
(238,237,226)
#F1F1E9
(241,241,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDAA color. Also use rgb(214,205,170) instead hex code.

Text Font Color

.myTextColor { color: #D6CDAA; }

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

This text font color is #D6CDAA.

Background Color

.myBgColor { background-color: #D6CDAA; }

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

This div background color is #D6CDAA.

Border color

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

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

This div border color is #D6CDAA.

Opacity

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

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

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

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

This text has shadow with #D6CDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CDAA.

Preview

Color preview on black background

This text has color #D6CDAA on black background.


Color preview on white background

This text has color #D6CDAA on white background.


Black color preview on #D6CDAA background

This text has black color on #D6CDAA background.


White color preview on #D6CDAA background

This text has white color on #D6CDAA background.


Related colors

Complementary color

Complementary color for #hex is #293255.


I love getcolorcode.com

Triadic colors

1 #AAD6CD and #CDAAD6 with #D6CDAA are triadic colors.

2 #AACDD6 and #CDD6AA with #D6CDAA are triadic colors.