COLOR #D6AE85

HEX: #D6AE85
RGB: (214,174,133)

Color info

#D6AE85 contains mainly red and green colors. Web safe color of #D6AE85 is #CC9999 (or #C99).

RGB color model

#D6AE85 color RGB value is (214,174,133).

  • red value is 214;
  • green value is 174;
  • blue value is 133.
RGB:
(214,174,133)
(84%,68%,52%)

RGB channels and saturation

R 214 of 255 = 84%
G 174 of 255 = 68%
B 133 of 255 = 52%

214
174
133

R + G + B ~ 68%. #D6AE85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 174 + 133 = 521 (100%)
R 214 of 521 ~ 41.07%
G 174 of 521 ~ 33.4%
B 133 of 521 ~ 25.53%

%41.07
%33.4
%25.53

CMYK color model

#D6AE85 color CMYK value is (0,19,38,16).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK:
(0,19,38,16)
C0M19Y38K16 
(0%,19%,38%,16%)
(0.00/0.19/0.38/0.16)	

CMYK percentages

%0
%18.69
%37.85
%16.08

Codes

Color #D6AE85 in popluar color models

D6AE85
RGB214174133
HSL30°49.69%68.04%
HSB/HSV30°37.85%83.92%
CMYK0.00%18.69%37.85%
16.08%

Color #D6AE85 in popluar number systems.

HEXD6AE85
Decimal214174133
Binary110101101010111010000101
Octal326256205

Shades and tints

Shades of #D6AE85

#D6AE85
(214,174,133)
#C39F79
(195,159,121)
#B0906D
(176,144,109)
#9D8161
(157,129,97)
#8A7255
(138,114,85)
#776349
(119,99,73)
#64543D
(100,84,61)
#514531
(81,69,49)
#3E3625
(62,54,37)
#2B2719
(43,39,25)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #D6AE85

#D6AE85
(214,174,133)
#D9B590
(217,181,144)
#DCBC9B
(220,188,155)
#DFC3A6
(223,195,166)
#E2CAB1
(226,202,177)
#E5D1BC
(229,209,188)
#E8D8C7
(232,216,199)
#EBDFD2
(235,223,210)
#EEE6DD
(238,230,221)
#F1EDE8
(241,237,232)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AE85; }

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

This text font color is #D6AE85.


Background Color

.myBgColor { background-color: #D6AE85; }

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

This div background color is #D6AE85.


Border color

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

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

This div border color is #D6AE85.


Opacity

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

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

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

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

This text has shadow with #D6AE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AE85 on black background.


Color preview on white background

This text has color #D6AE85 on white background.



Black color preview on #D6AE85 background

This text has black color on #D6AE85 background.


White color preview on #D6AE85 background

This text has white color on #D6AE85 background.