COLOR #D4BA85

HEX: #D4BA85
RGB: (212,186,133)

Color info

#D4BA85 contains mainly red and green colors. Web safe color of #D4BA85 is #CCCC99 (or #CC9).

RGB color model

#D4BA85 color RGB value is (212,186,133).

  • red value is 212;
  • green value is 186;
  • blue value is 133.
RGB:
(212,186,133)
(83%,73%,52%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 133 of 255 = 52%

212
186
133

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

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 133 = 531 (100%)
R 212 of 531 ~ 39.92%
G 186 of 531 ~ 35.03%
B 133 of 531 ~ 25.05%

%39.92
%35.03
%25.05

CMYK color model

#D4BA85 color CMYK value is (0,12,37,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,12,37,17)
C0M12Y37K17 
(0%,12%,37%,17%)
(0.00/0.12/0.37/0.17)	

CMYK percentages

%0
%12.26
%37.26
%16.86

Codes

Color #D4BA85 in popluar color models

D4BA85
RGB212186133
HSL40°47.88%67.65%
HSB/HSV40°37.26%83.14%
CMYK0.00%12.26%37.26%
16.86%

Color #D4BA85 in popluar number systems.

HEXD4BA85
Decimal212186133
Binary110101001011101010000101
Octal324272205

Shades and tints

Shades of #D4BA85

#D4BA85
(212,186,133)
#C1AA79
(193,170,121)
#AE9A6D
(174,154,109)
#9B8A61
(155,138,97)
#887A55
(136,122,85)
#756A49
(117,106,73)
#625A3D
(98,90,61)
#4F4A31
(79,74,49)
#3C3A25
(60,58,37)
#292A19
(41,42,25)
#161A0D
(22,26,13)
#000000
(0,0,0)

Tints of #D4BA85

#D4BA85
(212,186,133)
#D7C090
(215,192,144)
#DAC69B
(218,198,155)
#DDCCA6
(221,204,166)
#E0D2B1
(224,210,177)
#E3D8BC
(227,216,188)
#E6DEC7
(230,222,199)
#E9E4D2
(233,228,210)
#ECEADD
(236,234,221)
#EFF0E8
(239,240,232)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BA85 color. Also use rgb(212,186,133) instead hex code.

Text Font Color

.myTextColor { color: #D4BA85; }

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

This text font color is #D4BA85.


Background Color

.myBgColor { background-color: #D4BA85; }

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

This div background color is #D4BA85.


Border color

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

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

This div border color is #D4BA85.


Opacity

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

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

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

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

This text has shadow with #D4BA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BA85 on black background.


Color preview on white background

This text has color #D4BA85 on white background.



Black color preview on #D4BA85 background

This text has black color on #D4BA85 background.


White color preview on #D4BA85 background

This text has white color on #D4BA85 background.