COLOR #D4A299

HEX: #D4A299
RGB: (212,162,153)

Color info

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

RGB color model

#D4A299 color RGB value is (212,162,153).

  • red value is 212;
  • green value is 162;
  • blue value is 153.
RGB:
(212,162,153)
(83%,64%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 162 of 255 = 64%
B 153 of 255 = 60%

212
162
153

R + G + B ~ 69%. #D4A299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 162 + 153 = 527 (100%)
R 212 of 527 ~ 40.23%
G 162 of 527 ~ 30.74%
B 153 of 527 ~ 29.03%

%40.23
%30.74
%29.03

CMYK color model

#D4A299 color CMYK value is (0,24,28,17).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(0,24,28,17)
C0M24Y28K17 
(0%,24%,28%,17%)
(0.00/0.24/0.28/0.17)	

CMYK percentages

%0
%23.58
%27.83
%16.86

Codes

Color #D4A299 in popluar color models

D4A299
RGB212162153
HSL40.69%71.57%
HSB/HSV27.83%83.14%
CMYK0.00%23.58%27.83%
16.86%

Color #D4A299 in popluar number systems.

HEXD4A299
Decimal212162153
Binary110101001010001010011001
Octal324242231

Shades and tints

Shades of #D4A299

#D4A299
(212,162,153)
#C1948C
(193,148,140)
#AE867F
(174,134,127)
#9B7872
(155,120,114)
#886A65
(136,106,101)
#755C58
(117,92,88)
#624E4B
(98,78,75)
#4F403E
(79,64,62)
#3C3231
(60,50,49)
#292424
(41,36,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4A299

#D4A299
(212,162,153)
#D7AAA2
(215,170,162)
#DAB2AB
(218,178,171)
#DDBAB4
(221,186,180)
#E0C2BD
(224,194,189)
#E3CAC6
(227,202,198)
#E6D2CF
(230,210,207)
#E9DAD8
(233,218,216)
#ECE2E1
(236,226,225)
#EFEAEA
(239,234,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A299 color. Also use rgb(212,162,153) instead hex code.

Text Font Color

.myTextColor { color: #D4A299; }

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

This text font color is #D4A299.


Background Color

.myBgColor { background-color: #D4A299; }

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

This div background color is #D4A299.


Border color

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

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

This div border color is #D4A299.


Opacity

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

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

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

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

This text has shadow with #D4A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A299 on black background.


Color preview on white background

This text has color #D4A299 on white background.



Black color preview on #D4A299 background

This text has black color on #D4A299 background.


White color preview on #D4A299 background

This text has white color on #D4A299 background.