COLOR #D6BD84

HEX: #D6BD84
RGB: (214,189,132)

Color info

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

RGB color model

#D6BD84 color RGB value is (214,189,132).

  • red value is 214;
  • green value is 189;
  • blue value is 132.
RGB:
(214,189,132)
(84%,74%,52%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 132 of 255 = 52%

214
189
132

R + G + B ~ 70%. #D6BD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 132 = 535 (100%)
R 214 of 535 ~ 40%
G 189 of 535 ~ 35.33%
B 132 of 535 ~ 24.67%

%40
%35.33
%24.67

CMYK color model

#D6BD84 color CMYK value is (0,12,38,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 38.32%
  • key color value is 16.08%
CMYK:
(0,12,38,16)
C0M12Y38K16 
(0%,12%,38%,16%)
(0.00/0.12/0.38/0.16)	

CMYK percentages

%0
%11.68
%38.32
%16.08

Codes

Color #D6BD84 in popluar color models

D6BD84
RGB214189132
HSL42°50.00%67.84%
HSB/HSV42°38.32%83.92%
CMYK0.00%11.68%38.32%
16.08%

Color #D6BD84 in popluar number systems.

HEXD6BD84
Decimal214189132
Binary110101101011110110000100
Octal326275204

Shades and tints

Shades of #D6BD84

#D6BD84
(214,189,132)
#C3AC78
(195,172,120)
#B09B6C
(176,155,108)
#9D8A60
(157,138,96)
#8A7954
(138,121,84)
#776848
(119,104,72)
#64573C
(100,87,60)
#514630
(81,70,48)
#3E3524
(62,53,36)
#2B2418
(43,36,24)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #D6BD84

#D6BD84
(214,189,132)
#D9C38F
(217,195,143)
#DCC99A
(220,201,154)
#DFCFA5
(223,207,165)
#E2D5B0
(226,213,176)
#E5DBBB
(229,219,187)
#E8E1C6
(232,225,198)
#EBE7D1
(235,231,209)
#EEEDDC
(238,237,220)
#F1F3E7
(241,243,231)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BD84 color. Also use rgb(214,189,132) instead hex code.

Text Font Color

.myTextColor { color: #D6BD84; }

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

This text font color is #D6BD84.


Background Color

.myBgColor { background-color: #D6BD84; }

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

This div background color is #D6BD84.


Border color

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

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

This div border color is #D6BD84.


Opacity

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

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

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

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

This text has shadow with #D6BD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BD84 on black background.


Color preview on white background

This text has color #D6BD84 on white background.



Black color preview on #D6BD84 background

This text has black color on #D6BD84 background.


White color preview on #D6BD84 background

This text has white color on #D6BD84 background.