COLOR #D4B67C

HEX: #D4B67C RGB: (212,182,124)

Color info

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

RGB color model

#D4B67C color RGB value is (212,182,124).

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

RGB channels and saturation

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

212
182
124

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

Portions of RGB colors in percentages

R + G + B = 212 + 182 + 124 = 518 (100%)
R 212 of 518 ~ 40.93%
G 182 of 518 ~ 35.14%
B 124 of 518 ~ 23.94'%

%40.93
%35.14
%23.94

CMYK color model

#D4B67C color CMYK value is (0,14,42,17).

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

CMYK: (0,14,42,17)
C0M14Y42K17 (0%, 14%, 42%, 17%)
(0.00 / 0.14 / 0.42 / 0.17)

CMYK percentages

%0
%14.15
%41.51
%16.86

Codes

Color #D4B67C in popluar color models

D4 B6 7C
RGB 212 182 124
HSL 40° 50.57% 65.88%
HSB/HSV 40° 41.51% 83.14%
CMYK 0.00% 14.15% 41.51%
16.86%

Color #D4B67C in popluar number systems.

HEX D4 B6 7C
Decimal 212 182 124
Binary 11010100 10110110 1111100
Octal 324 266 174

Shades and tints

Shades of #D4B67C

#D4B67C
(212,182,124)
#C1A671
(193,166,113)
#AE9666
(174,150,102)
#9B865B
(155,134,91)
#887650
(136,118,80)
#756645
(117,102,69)
#62563A
(98,86,58)
#4F462F
(79,70,47)
#3C3624
(60,54,36)
#292619
(41,38,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #D4B67C

#D4B67C
(212,182,124)
#D7BC87
(215,188,135)
#DAC292
(218,194,146)
#DDC89D
(221,200,157)
#E0CEA8
(224,206,168)
#E3D4B3
(227,212,179)
#E6DABE
(230,218,190)
#E9E0C9
(233,224,201)
#ECE6D4
(236,230,212)
#EFECDF
(239,236,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B67C; }

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

This text font color is #D4B67C.

Background Color

.myBgColor { background-color: #D4B67C; }

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

This div background color is #D4B67C.

Border color

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

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

This div border color is #D4B67C.

Opacity

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

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

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

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

This text has shadow with #D4B67C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B67C.

Preview

Color preview on black background

This text has color #D4B67C on black background.


Color preview on white background

This text has color #D4B67C on white background.


Black color preview on #D4B67C background

This text has black color on #D4B67C background.


White color preview on #D4B67C background

This text has white color on #D4B67C background.


Related colors

Complementary color

Complementary color for #hex is #2B4983.


I love getcolorcode.com

Triadic colors

1 #7CD4B6 and #B67CD4 with #D4B67C are triadic colors.

2 #7CB6D4 and #B6D47C with #D4B67C are triadic colors.