COLOR #D1B973

HEX: #D1B973 RGB: (209,185,115)

Color info

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

RGB color model

#D1B973 color RGB value is (209,185,115).

RGB: (209,185,115) (82%, 73%, 45%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 115 of 255 = 45%

209
185
115

R + G + B ~ 67%. #D1B973 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 115 = 509 (100%)
R 209 of 509 ~ 41.06%
G 185 of 509 ~ 36.35%
B 115 of 509 ~ 22.59'%

%41.06
%36.35
%22.59

CMYK color model

#D1B973 color CMYK value is (0,11,45,18).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 44.98%
  • key color value is 18.04%

CMYK: (0,11,45,18)
C0M11Y45K18 (0%, 11%, 45%, 18%)
(0.00 / 0.11 / 0.45 / 0.18)

CMYK percentages

%0
%11.48
%44.98
%18.04

Codes

Color #D1B973 in popluar color models

D1 B9 73
RGB 209 185 115
HSL 45° 50.54% 63.53%
HSB/HSV 45° 44.98% 81.96%
CMYK 0.00% 11.48% 44.98%
18.04%

Color #D1B973 in popluar number systems.

HEX D1 B9 73
Decimal 209 185 115
Binary 11010001 10111001 1110011
Octal 321 271 163

Shades and tints

Shades of #D1B973

#D1B973
(209,185,115)
#BEA969
(190,169,105)
#AB995F
(171,153,95)
#988955
(152,137,85)
#85794B
(133,121,75)
#726941
(114,105,65)
#5F5937
(95,89,55)
#4C492D
(76,73,45)
#393923
(57,57,35)
#262919
(38,41,25)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #D1B973

#D1B973
(209,185,115)
#D5BF7F
(213,191,127)
#D9C58B
(217,197,139)
#DDCB97
(221,203,151)
#E1D1A3
(225,209,163)
#E5D7AF
(229,215,175)
#E9DDBB
(233,221,187)
#EDE3C7
(237,227,199)
#F1E9D3
(241,233,211)
#F5EFDF
(245,239,223)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B973 color. Also use rgb(209,185,115) instead hex code.

Text Font Color

.myTextColor { color: #D1B973; }

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

This text font color is #D1B973.

Background Color

.myBgColor { background-color: #D1B973; }

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

This div background color is #D1B973.

Border color

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

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

This div border color is #D1B973.

Opacity

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

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

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

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

This text has shadow with #D1B973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B973.

Preview

Color preview on black background

This text has color #D1B973 on black background.


Color preview on white background

This text has color #D1B973 on white background.


Black color preview on #D1B973 background

This text has black color on #D1B973 background.


White color preview on #D1B973 background

This text has white color on #D1B973 background.


Related colors

Complementary color

Complementary color for #hex is #2E468C.


I love getcolorcode.com

Triadic colors

1 #73D1B9 and #B973D1 with #D1B973 are triadic colors.

2 #73B9D1 and #B9D173 with #D1B973 are triadic colors.