COLOR #D1B76D

HEX: #D1B76D RGB: (209,183,109)

Color info

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

RGB color model

#D1B76D color RGB value is (209,183,109).

RGB: (209,183,109) (82%, 72%, 43%)

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 109 of 255 = 43%

209
183
109

R + G + B ~ 66%. #D1B76D is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 183 + 109 = 501 (100%)
R 209 of 501 ~ 41.72%
G 183 of 501 ~ 36.53%
B 109 of 501 ~ 21.76'%

%41.72
%36.53
%21.76

CMYK color model

#D1B76D color CMYK value is (0,12,48,18).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 47.85%
  • key color value is 18.04%

CMYK: (0,12,48,18)
C0M12Y48K18 (0%, 12%, 48%, 18%)
(0.00 / 0.12 / 0.48 / 0.18)

CMYK percentages

%0
%12.44
%47.85
%18.04

Codes

Color #D1B76D in popluar color models

D1 B7 6D
RGB 209 183 109
HSL 44° 52.08% 62.35%
HSB/HSV 44° 47.85% 81.96%
CMYK 0.00% 12.44% 47.85%
18.04%

Color #D1B76D in popluar number systems.

HEX D1 B7 6D
Decimal 209 183 109
Binary 11010001 10110111 1101101
Octal 321 267 155

Shades and tints

Shades of #D1B76D

#D1B76D
(209,183,109)
#BEA764
(190,167,100)
#AB975B
(171,151,91)
#988752
(152,135,82)
#857749
(133,119,73)
#726740
(114,103,64)
#5F5737
(95,87,55)
#4C472E
(76,71,46)
#393725
(57,55,37)
#26271C
(38,39,28)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #D1B76D

#D1B76D
(209,183,109)
#D5BD7A
(213,189,122)
#D9C387
(217,195,135)
#DDC994
(221,201,148)
#E1CFA1
(225,207,161)
#E5D5AE
(229,213,174)
#E9DBBB
(233,219,187)
#EDE1C8
(237,225,200)
#F1E7D5
(241,231,213)
#F5EDE2
(245,237,226)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B76D; }

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

This text font color is #D1B76D.

Background Color

.myBgColor { background-color: #D1B76D; }

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

This div background color is #D1B76D.

Border color

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

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

This div border color is #D1B76D.

Opacity

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

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

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

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

This text has shadow with #D1B76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B76D.

Preview

Color preview on black background

This text has color #D1B76D on black background.


Color preview on white background

This text has color #D1B76D on white background.


Black color preview on #D1B76D background

This text has black color on #D1B76D background.


White color preview on #D1B76D background

This text has white color on #D1B76D background.


Related colors

Complementary color

Complementary color for #hex is #2E4892.


I love getcolorcode.com

Triadic colors

1 #6DD1B7 and #B76DD1 with #D1B76D are triadic colors.

2 #6DB7D1 and #B7D16D with #D1B76D are triadic colors.