COLOR #D1B77C

HEX: #D1B77C RGB: (209,183,124)

Color info

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

RGB color model

#D1B77C color RGB value is (209,183,124).

RGB: (209,183,124) (82%, 72%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 124 of 255 = 49%

209
183
124

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

Portions of RGB colors in percentages

R + G + B = 209 + 183 + 124 = 516 (100%)
R 209 of 516 ~ 40.5%
G 183 of 516 ~ 35.47%
B 124 of 516 ~ 24.03'%

%40.5
%35.47
%24.03

CMYK color model

#D1B77C color CMYK value is (0,12,41,18).

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

CMYK: (0,12,41,18)
C0M12Y41K18 (0%, 12%, 41%, 18%)
(0.00 / 0.12 / 0.41 / 0.18)

CMYK percentages

%0
%12.44
%40.67
%18.04

Codes

Color #D1B77C in popluar color models

D1 B7 7C
RGB 209 183 124
HSL 42° 48.02% 65.29%
HSB/HSV 42° 40.67% 81.96%
CMYK 0.00% 12.44% 40.67%
18.04%

Color #D1B77C in popluar number systems.

HEX D1 B7 7C
Decimal 209 183 124
Binary 11010001 10110111 1111100
Octal 321 267 174

Shades and tints

Shades of #D1B77C

#D1B77C
(209,183,124)
#BEA771
(190,167,113)
#AB9766
(171,151,102)
#98875B
(152,135,91)
#857750
(133,119,80)
#726745
(114,103,69)
#5F573A
(95,87,58)
#4C472F
(76,71,47)
#393724
(57,55,36)
#262719
(38,39,25)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #D1B77C

#D1B77C
(209,183,124)
#D5BD87
(213,189,135)
#D9C392
(217,195,146)
#DDC99D
(221,201,157)
#E1CFA8
(225,207,168)
#E5D5B3
(229,213,179)
#E9DBBE
(233,219,190)
#EDE1C9
(237,225,201)
#F1E7D4
(241,231,212)
#F5EDDF
(245,237,223)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B77C; }

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

This text font color is #D1B77C.

Background Color

.myBgColor { background-color: #D1B77C; }

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

This div background color is #D1B77C.

Border color

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

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

This div border color is #D1B77C.

Opacity

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

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

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

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

This text has shadow with #D1B77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B77C.

Preview

Color preview on black background

This text has color #D1B77C on black background.


Color preview on white background

This text has color #D1B77C on white background.


Black color preview on #D1B77C background

This text has black color on #D1B77C background.


White color preview on #D1B77C background

This text has white color on #D1B77C background.


Related colors

Complementary color

Complementary color for #hex is #2E4883.


I love getcolorcode.com

Triadic colors

1 #7CD1B7 and #B77CD1 with #D1B77C are triadic colors.

2 #7CB7D1 and #B7D17C with #D1B77C are triadic colors.