COLOR #D1B784

HEX: #D1B784 RGB: (209,183,132)

Color info

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

RGB color model

#D1B784 color RGB value is (209,183,132).

RGB: (209,183,132) (82%, 72%, 52%)

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 132 of 255 = 52%

209
183
132

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

Portions of RGB colors in percentages

R + G + B = 209 + 183 + 132 = 524 (100%)
R 209 of 524 ~ 39.89%
G 183 of 524 ~ 34.92%
B 132 of 524 ~ 25.19'%

%39.89
%34.92
%25.19

CMYK color model

#D1B784 color CMYK value is (0,12,37,18).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 36.84%
  • key color value is 18.04%
CMYK: (0,12,37,18) C0M12Y37K18 (0%,12%,37%,18%) (0.00/0.12/0.37/0.18) 

CMYK percentages

%0
%12.44
%36.84
%18.04

Codes

Color #D1B784 in popluar color models

D1 B7 84
RGB 209 183 132
HSL 40° 45.56% 66.86%
HSB/HSV 40° 36.84% 81.96%
CMYK 0.00% 12.44% 36.84%
18.04%

Color #D1B784 in popluar number systems.

HEX D1 B7 84
Decimal 209 183 132
Binary 11010001 10110111 10000100
Octal 321 267 204

Shades and tints

Shades of #D1B784

#D1B784
(209,183,132)
#BEA778
(190,167,120)
#AB976C
(171,151,108)
#988760
(152,135,96)
#857754
(133,119,84)
#726748
(114,103,72)
#5F573C
(95,87,60)
#4C4730
(76,71,48)
#393724
(57,55,36)
#262718
(38,39,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #D1B784

#D1B784
(209,183,132)
#D5BD8F
(213,189,143)
#D9C39A
(217,195,154)
#DDC9A5
(221,201,165)
#E1CFB0
(225,207,176)
#E5D5BB
(229,213,187)
#E9DBC6
(233,219,198)
#EDE1D1
(237,225,209)
#F1E7DC
(241,231,220)
#F5EDE7
(245,237,231)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B784 color. Also use rgb(209,183,132) instead hex code.

Text Font Color

.myTextColor { color: #D1B784; }

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

This text font color is #D1B784.

Background Color

.myBgColor { background-color: #D1B784; }

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

This div background color is #D1B784.

Border color

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

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

This div border color is #D1B784.

Opacity

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

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

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

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

This text has shadow with #D1B784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B784.

Preview

Color preview on black background

This text has color #D1B784 on black background.


Color preview on white background

This text has color #D1B784 on white background.


Black color preview on #D1B784 background

This text has black color on #D1B784 background.


White color preview on #D1B784 background

This text has white color on #D1B784 background.


Related colors

Complementary color

Complementary color for #hex is #2E487B.


I love getcolorcode.com

Triadic colors

1 #84D1B7 and #B784D1 with #D1B784 are triadic colors.

2 #84B7D1 and #B7D184 with #D1B784 are triadic colors.