COLOR #D4B47C

HEX: #D4B47C RGB: (212,180,124)

Color info

#D4B47C contains mainly red and green colors. Web safe color of #D4B47C is #CCCC66 (or #CC6).

RGB color model

#D4B47C color RGB value is (212,180,124).

RGB: (212,180,124) (83%, 71%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 124 of 255 = 49%

212
180
124

R + G + B ~ 68%. #D4B47C is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 180 + 124 = 516 (100%)
R 212 of 516 ~ 41.09%
G 180 of 516 ~ 34.88%
B 124 of 516 ~ 24.03'%

%41.09
%34.88
%24.03

CMYK color model

#D4B47C color CMYK value is (0,15,42,17).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (0,15,42,17)
C0M15Y42K17 (0%, 15%, 42%, 17%)
(0.00 / 0.15 / 0.42 / 0.17)

CMYK percentages

%0
%15.09
%41.51
%16.86

Codes

Color #D4B47C in popluar color models

D4 B4 7C
RGB 212 180 124
HSL 38° 50.57% 65.88%
HSB/HSV 38° 41.51% 83.14%
CMYK 0.00% 15.09% 41.51%
16.86%

Color #D4B47C in popluar number systems.

HEX D4 B4 7C
Decimal 212 180 124
Binary 11010100 10110100 1111100
Octal 324 264 174

Shades and tints

Shades of #D4B47C

#D4B47C
(212,180,124)
#C1A471
(193,164,113)
#AE9466
(174,148,102)
#9B845B
(155,132,91)
#887450
(136,116,80)
#756445
(117,100,69)
#62543A
(98,84,58)
#4F442F
(79,68,47)
#3C3424
(60,52,36)
#292419
(41,36,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #D4B47C

#D4B47C
(212,180,124)
#D7BA87
(215,186,135)
#DAC092
(218,192,146)
#DDC69D
(221,198,157)
#E0CCA8
(224,204,168)
#E3D2B3
(227,210,179)
#E6D8BE
(230,216,190)
#E9DEC9
(233,222,201)
#ECE4D4
(236,228,212)
#EFEADF
(239,234,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B47C color. Also use rgb(212,180,124) instead hex code.

Text Font Color

.myTextColor { color: #D4B47C; }

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

This text font color is #D4B47C.

Background Color

.myBgColor { background-color: #D4B47C; }

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

This div background color is #D4B47C.

Border color

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

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

This div border color is #D4B47C.

Opacity

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

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

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

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

This text has shadow with #D4B47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B47C.

Preview

Color preview on black background

This text has color #D4B47C on black background.


Color preview on white background

This text has color #D4B47C on white background.


Black color preview on #D4B47C background

This text has black color on #D4B47C background.


White color preview on #D4B47C background

This text has white color on #D4B47C background.


Related colors

Complementary color

Complementary color for #hex is #2B4B83.


I love getcolorcode.com

Triadic colors

1 #7CD4B4 and #B47CD4 with #D4B47C are triadic colors.

2 #7CB4D4 and #B4D47C with #D4B47C are triadic colors.