COLOR #D4A09E

HEX: #D4A09E RGB: (212,160,158)

Color info

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

RGB color model

#D4A09E color RGB value is (212,160,158).

RGB: (212,160,158) (83%, 63%, 62%)

RGB channels and saturation

R 212 of 255 = 83%
G 160 of 255 = 63%
B 158 of 255 = 62%

212
160
158

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

Portions of RGB colors in percentages

R + G + B = 212 + 160 + 158 = 530 (100%)
R 212 of 530 ~ 40%
G 160 of 530 ~ 30.19%
B 158 of 530 ~ 29.81'%

%40
%30.19
%29.81

CMYK color model

#D4A09E color CMYK value is (0,25,25,17).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 25.47%
  • key color value is 16.86%

CMYK: (0,25,25,17)
C0M25Y25K17 (0%, 25%, 25%, 17%)
(0.00 / 0.25 / 0.25 / 0.17)

CMYK percentages

%0
%24.53
%25.47
%16.86

Codes

Color #D4A09E in popluar color models

D4 A0 9E
RGB 212 160 158
HSL 38.57% 72.55%
HSB/HSV 25.47% 83.14%
CMYK 0.00% 24.53% 25.47%
16.86%

Color #D4A09E in popluar number systems.

HEX D4 A0 9E
Decimal 212 160 158
Binary 11010100 10100000 10011110
Octal 324 240 236

Shades and tints

Shades of #D4A09E

#D4A09E
(212,160,158)
#C19290
(193,146,144)
#AE8482
(174,132,130)
#9B7674
(155,118,116)
#886866
(136,104,102)
#755A58
(117,90,88)
#624C4A
(98,76,74)
#4F3E3C
(79,62,60)
#3C302E
(60,48,46)
#292220
(41,34,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #D4A09E

#D4A09E
(212,160,158)
#D7A8A6
(215,168,166)
#DAB0AE
(218,176,174)
#DDB8B6
(221,184,182)
#E0C0BE
(224,192,190)
#E3C8C6
(227,200,198)
#E6D0CE
(230,208,206)
#E9D8D6
(233,216,214)
#ECE0DE
(236,224,222)
#EFE8E6
(239,232,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A09E color. Also use rgb(212,160,158) instead hex code.

Text Font Color

.myTextColor { color: #D4A09E; }

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

This text font color is #D4A09E.

Background Color

.myBgColor { background-color: #D4A09E; }

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

This div background color is #D4A09E.

Border color

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

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

This div border color is #D4A09E.

Opacity

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

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

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

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

This text has shadow with #D4A09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A09E.

Preview

Color preview on black background

This text has color #D4A09E on black background.


Color preview on white background

This text has color #D4A09E on white background.


Black color preview on #D4A09E background

This text has black color on #D4A09E background.


White color preview on #D4A09E background

This text has white color on #D4A09E background.


Related colors

Complementary color

Complementary color for #hex is #2B5F61.


I love getcolorcode.com

Triadic colors

1 #9ED4A0 and #A09ED4 with #D4A09E are triadic colors.

2 #9EA0D4 and #A0D49E with #D4A09E are triadic colors.