COLOR #D4A399

HEX: #D4A399 RGB: (212,163,153)

Color info

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

RGB color model

#D4A399 color RGB value is (212,163,153).

RGB: (212,163,153) (83%, 64%, 60%)

RGB channels and saturation

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

212
163
153

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

Portions of RGB colors in percentages

R + G + B = 212 + 163 + 153 = 528 (100%)
R 212 of 528 ~ 40.15%
G 163 of 528 ~ 30.87%
B 153 of 528 ~ 28.98'%

%40.15
%30.87
%28.98

CMYK color model

#D4A399 color CMYK value is (0,23,28,17).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK: (0,23,28,17) C0M23Y28K17 (0%,23%,28%,17%) (0.00/0.23/0.28/0.17) 

CMYK percentages

%0
%23.11
%27.83
%16.86

Codes

Color #D4A399 in popluar color models

D4 A3 99
RGB 212 163 153
HSL 10° 40.69% 71.57%
HSB/HSV 10° 27.83% 83.14%
CMYK 0.00% 23.11% 27.83%
16.86%

Color #D4A399 in popluar number systems.

HEX D4 A3 99
Decimal 212 163 153
Binary 11010100 10100011 10011001
Octal 324 243 231

Shades and tints

Shades of #D4A399

#D4A399
(212,163,153)
#C1958C
(193,149,140)
#AE877F
(174,135,127)
#9B7972
(155,121,114)
#886B65
(136,107,101)
#755D58
(117,93,88)
#624F4B
(98,79,75)
#4F413E
(79,65,62)
#3C3331
(60,51,49)
#292524
(41,37,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #D4A399

#D4A399
(212,163,153)
#D7ABA2
(215,171,162)
#DAB3AB
(218,179,171)
#DDBBB4
(221,187,180)
#E0C3BD
(224,195,189)
#E3CBC6
(227,203,198)
#E6D3CF
(230,211,207)
#E9DBD8
(233,219,216)
#ECE3E1
(236,227,225)
#EFEBEA
(239,235,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A399; }

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

This text font color is #D4A399.

Background Color

.myBgColor { background-color: #D4A399; }

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

This div background color is #D4A399.

Border color

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

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

This div border color is #D4A399.

Opacity

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

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

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

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

This text has shadow with #D4A399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A399.

Preview

Color preview on black background

This text has color #D4A399 on black background.


Color preview on white background

This text has color #D4A399 on white background.


Black color preview on #D4A399 background

This text has black color on #D4A399 background.


White color preview on #D4A399 background

This text has white color on #D4A399 background.


Related colors

Complementary color

Complementary color for #hex is #2B5C66.


I love getcolorcode.com

Triadic colors

1 #99D4A3 and #A399D4 with #D4A399 are triadic colors.

2 #99A3D4 and #A3D499 with #D4A399 are triadic colors.