COLOR #D4B87F

HEX: #D4B87F
RGB: (212,184,127)

Color info

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

RGB color model

#D4B87F color RGB value is (212,184,127).

  • red value is 212;
  • green value is 184;
  • blue value is 127.
RGB:
(212,184,127)
(83%,72%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 127 of 255 = 50%

212
184
127

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

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 127 = 523 (100%)
R 212 of 523 ~ 40.54%
G 184 of 523 ~ 35.18%
B 127 of 523 ~ 24.28%

%40.54
%35.18
%24.28

CMYK color model

#D4B87F color CMYK value is (0,13,40,17).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 40.09%
  • key color value is 16.86%
CMYK:
(0,13,40,17)
C0M13Y40K17 
(0%,13%,40%,17%)
(0.00/0.13/0.40/0.17)	

CMYK percentages

%0
%13.21
%40.09
%16.86

Codes

Color #D4B87F in popluar color models

D4B87F
RGB212184127
HSL40°49.71%66.47%
HSB/HSV40°40.09%83.14%
CMYK0.00%13.21%40.09%
16.86%

Color #D4B87F in popluar number systems.

HEXD4B87F
Decimal212184127
Binary11010100101110001111111
Octal324270177

Shades and tints

Shades of #D4B87F

#D4B87F
(212,184,127)
#C1A874
(193,168,116)
#AE9869
(174,152,105)
#9B885E
(155,136,94)
#887853
(136,120,83)
#756848
(117,104,72)
#62583D
(98,88,61)
#4F4832
(79,72,50)
#3C3827
(60,56,39)
#29281C
(41,40,28)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #D4B87F

#D4B87F
(212,184,127)
#D7BE8A
(215,190,138)
#DAC495
(218,196,149)
#DDCAA0
(221,202,160)
#E0D0AB
(224,208,171)
#E3D6B6
(227,214,182)
#E6DCC1
(230,220,193)
#E9E2CC
(233,226,204)
#ECE8D7
(236,232,215)
#EFEEE2
(239,238,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B87F color. Also use rgb(212,184,127) instead hex code.

Text Font Color

.myTextColor { color: #D4B87F; }

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

This text font color is #D4B87F.


Background Color

.myBgColor { background-color: #D4B87F; }

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

This div background color is #D4B87F.


Border color

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

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

This div border color is #D4B87F.


Opacity

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

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

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

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

This text has shadow with #D4B87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B87F on black background.


Color preview on white background

This text has color #D4B87F on white background.



Black color preview on #D4B87F background

This text has black color on #D4B87F background.


White color preview on #D4B87F background

This text has white color on #D4B87F background.