COLOR #D4A99A

HEX: #D4A99A
RGB: (212,169,154)

Color info

#D4A99A contains red, green and blue colors in about the same proportion. Web safe color of #D4A99A is #CC9999 (or #C99).

RGB color model

#D4A99A color RGB value is (212,169,154).

  • red value is 212;
  • green value is 169;
  • blue value is 154.
RGB:
(212,169,154)
(83%,66%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 154 of 255 = 60%

212
169
154

R + G + B ~ 70%. #D4A99A is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 169 + 154 = 535 (100%)
R 212 of 535 ~ 39.63%
G 169 of 535 ~ 31.59%
B 154 of 535 ~ 28.79%

%39.63
%31.59
%28.79

CMYK color model

#D4A99A color CMYK value is (0,20,27,17).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,20,27,17)
C0M20Y27K17 
(0%,20%,27%,17%)
(0.00/0.20/0.27/0.17)	

CMYK percentages

%0
%20.28
%27.36
%16.86

Codes

Color #D4A99A in popluar color models

D4A99A
RGB212169154
HSL16°40.28%71.76%
HSB/HSV16°27.36%83.14%
CMYK0.00%20.28%27.36%
16.86%

Color #D4A99A in popluar number systems.

HEXD4A99A
Decimal212169154
Binary110101001010100110011010
Octal324251232

Shades and tints

Shades of #D4A99A

#D4A99A
(212,169,154)
#C19A8C
(193,154,140)
#AE8B7E
(174,139,126)
#9B7C70
(155,124,112)
#886D62
(136,109,98)
#755E54
(117,94,84)
#624F46
(98,79,70)
#4F4038
(79,64,56)
#3C312A
(60,49,42)
#29221C
(41,34,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #D4A99A

#D4A99A
(212,169,154)
#D7B0A3
(215,176,163)
#DAB7AC
(218,183,172)
#DDBEB5
(221,190,181)
#E0C5BE
(224,197,190)
#E3CCC7
(227,204,199)
#E6D3D0
(230,211,208)
#E9DAD9
(233,218,217)
#ECE1E2
(236,225,226)
#EFE8EB
(239,232,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A99A color. Also use rgb(212,169,154) instead hex code.

Text Font Color

.myTextColor { color: #D4A99A; }

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

This text font color is #D4A99A.


Background Color

.myBgColor { background-color: #D4A99A; }

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

This div background color is #D4A99A.


Border color

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

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

This div border color is #D4A99A.


Opacity

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

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

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

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

This text has shadow with #D4A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A99A on black background.


Color preview on white background

This text has color #D4A99A on white background.



Black color preview on #D4A99A background

This text has black color on #D4A99A background.


White color preview on #D4A99A background

This text has white color on #D4A99A background.