COLOR #D4A885

HEX: #D4A885
RGB: (212,168,133)

Color info

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

RGB color model

#D4A885 color RGB value is (212,168,133).

  • red value is 212;
  • green value is 168;
  • blue value is 133.
RGB:
(212,168,133)
(83%,66%,52%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 133 of 255 = 52%

212
168
133

R + G + B ~ 67%. #D4A885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 133 = 513 (100%)
R 212 of 513 ~ 41.33%
G 168 of 513 ~ 32.75%
B 133 of 513 ~ 25.93%

%41.33
%32.75
%25.93

CMYK color model

#D4A885 color CMYK value is (0,21,37,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,21,37,17)
C0M21Y37K17 
(0%,21%,37%,17%)
(0.00/0.21/0.37/0.17)	

CMYK percentages

%0
%20.75
%37.26
%16.86

Codes

Color #D4A885 in popluar color models

D4A885
RGB212168133
HSL27°47.88%67.65%
HSB/HSV27°37.26%83.14%
CMYK0.00%20.75%37.26%
16.86%

Color #D4A885 in popluar number systems.

HEXD4A885
Decimal212168133
Binary110101001010100010000101
Octal324250205

Shades and tints

Shades of #D4A885

#D4A885
(212,168,133)
#C19979
(193,153,121)
#AE8A6D
(174,138,109)
#9B7B61
(155,123,97)
#886C55
(136,108,85)
#755D49
(117,93,73)
#624E3D
(98,78,61)
#4F3F31
(79,63,49)
#3C3025
(60,48,37)
#292119
(41,33,25)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #D4A885

#D4A885
(212,168,133)
#D7AF90
(215,175,144)
#DAB69B
(218,182,155)
#DDBDA6
(221,189,166)
#E0C4B1
(224,196,177)
#E3CBBC
(227,203,188)
#E6D2C7
(230,210,199)
#E9D9D2
(233,217,210)
#ECE0DD
(236,224,221)
#EFE7E8
(239,231,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A885 color. Also use rgb(212,168,133) instead hex code.

Text Font Color

.myTextColor { color: #D4A885; }

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

This text font color is #D4A885.


Background Color

.myBgColor { background-color: #D4A885; }

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

This div background color is #D4A885.


Border color

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

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

This div border color is #D4A885.


Opacity

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

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

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

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

This text has shadow with #D4A885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A885 on black background.


Color preview on white background

This text has color #D4A885 on white background.



Black color preview on #D4A885 background

This text has black color on #D4A885 background.


White color preview on #D4A885 background

This text has white color on #D4A885 background.