COLOR #D4A56E

HEX: #D4A56E RGB: (212,165,110)

Color info

#D4A56E contains mainly red and green colors. Web safe color of #D4A56E is #CC9966 (or #C96).

RGB color model

#D4A56E color RGB value is (212,165,110).

RGB: (212,165,110) (83%, 65%, 43%)

RGB channels and saturation

R 212 of 255 = 83%
G 165 of 255 = 65%
B 110 of 255 = 43%

212
165
110

R + G + B ~ 64%. #D4A56E is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 165 + 110 = 487 (100%)
R 212 of 487 ~ 43.53%
G 165 of 487 ~ 33.88%
B 110 of 487 ~ 22.59'%

%43.53
%33.88
%22.59

CMYK color model

#D4A56E color CMYK value is (0,22,48,17).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 48.11%
  • key color value is 16.86%

CMYK: (0,22,48,17)
C0M22Y48K17 (0%, 22%, 48%, 17%)
(0.00 / 0.22 / 0.48 / 0.17)

CMYK percentages

%0
%22.17
%48.11
%16.86

Codes

Color #D4A56E in popluar color models

D4 A5 6E
RGB 212 165 110
HSL 32° 54.26% 63.14%
HSB/HSV 32° 48.11% 83.14%
CMYK 0.00% 22.17% 48.11%
16.86%

Color #D4A56E in popluar number systems.

HEX D4 A5 6E
Decimal 212 165 110
Binary 11010100 10100101 1101110
Octal 324 245 156

Shades and tints

Shades of #D4A56E

#D4A56E
(212,165,110)
#C19664
(193,150,100)
#AE875A
(174,135,90)
#9B7850
(155,120,80)
#886946
(136,105,70)
#755A3C
(117,90,60)
#624B32
(98,75,50)
#4F3C28
(79,60,40)
#3C2D1E
(60,45,30)
#291E14
(41,30,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #D4A56E

#D4A56E
(212,165,110)
#D7AD7B
(215,173,123)
#DAB588
(218,181,136)
#DDBD95
(221,189,149)
#E0C5A2
(224,197,162)
#E3CDAF
(227,205,175)
#E6D5BC
(230,213,188)
#E9DDC9
(233,221,201)
#ECE5D6
(236,229,214)
#EFEDE3
(239,237,227)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A56E color. Also use rgb(212,165,110) instead hex code.

Text Font Color

.myTextColor { color: #D4A56E; }

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

This text font color is #D4A56E.

Background Color

.myBgColor { background-color: #D4A56E; }

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

This div background color is #D4A56E.

Border color

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

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

This div border color is #D4A56E.

Opacity

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

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

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

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

This text has shadow with #D4A56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A56E.

Preview

Color preview on black background

This text has color #D4A56E on black background.


Color preview on white background

This text has color #D4A56E on white background.


Black color preview on #D4A56E background

This text has black color on #D4A56E background.


White color preview on #D4A56E background

This text has white color on #D4A56E background.


Related colors

Complementary color

Complementary color for #hex is #2B5A91.


I love getcolorcode.com

Triadic colors

1 #6ED4A5 and #A56ED4 with #D4A56E are triadic colors.

2 #6EA5D4 and #A5D46E with #D4A56E are triadic colors.