COLOR #D6B47D

HEX: #D6B47D
RGB: (214,180,125)

Color info

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

RGB color model

#D6B47D color RGB value is (214,180,125).

  • red value is 214;
  • green value is 180;
  • blue value is 125.
RGB:
(214,180,125)
(84%,71%,49%)

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 125 of 255 = 49%

214
180
125

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

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 125 = 519 (100%)
R 214 of 519 ~ 41.23%
G 180 of 519 ~ 34.68%
B 125 of 519 ~ 24.08%

%41.23
%34.68
%24.08

CMYK color model

#D6B47D color CMYK value is (0,16,42,16).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 41.59%
  • key color value is 16.08%
CMYK:
(0,16,42,16)
C0M16Y42K16 
(0%,16%,42%,16%)
(0.00/0.16/0.42/0.16)	

CMYK percentages

%0
%15.89
%41.59
%16.08

Codes

Color #D6B47D in popluar color models

D6B47D
RGB214180125
HSL37°52.05%66.47%
HSB/HSV37°41.59%83.92%
CMYK0.00%15.89%41.59%
16.08%

Color #D6B47D in popluar number systems.

HEXD6B47D
Decimal214180125
Binary11010110101101001111101
Octal326264175

Shades and tints

Shades of #D6B47D

#D6B47D
(214,180,125)
#C3A472
(195,164,114)
#B09467
(176,148,103)
#9D845C
(157,132,92)
#8A7451
(138,116,81)
#776446
(119,100,70)
#64543B
(100,84,59)
#514430
(81,68,48)
#3E3425
(62,52,37)
#2B241A
(43,36,26)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #D6B47D

#D6B47D
(214,180,125)
#D9BA88
(217,186,136)
#DCC093
(220,192,147)
#DFC69E
(223,198,158)
#E2CCA9
(226,204,169)
#E5D2B4
(229,210,180)
#E8D8BF
(232,216,191)
#EBDECA
(235,222,202)
#EEE4D5
(238,228,213)
#F1EAE0
(241,234,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B47D color. Also use rgb(214,180,125) instead hex code.

Text Font Color

.myTextColor { color: #D6B47D; }

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

This text font color is #D6B47D.


Background Color

.myBgColor { background-color: #D6B47D; }

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

This div background color is #D6B47D.


Border color

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

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

This div border color is #D6B47D.


Opacity

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

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

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

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

This text has shadow with #D6B47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B47D on black background.


Color preview on white background

This text has color #D6B47D on white background.



Black color preview on #D6B47D background

This text has black color on #D6B47D background.


White color preview on #D6B47D background

This text has white color on #D6B47D background.