COLOR #D1B273

HEX: #D1B273 RGB: (209,178,115)

Color info

#D1B273 contains mainly red and green colors. Web safe color of #D1B273 is #CC9966 (or #C96).

RGB color model

#D1B273 color RGB value is (209,178,115).

RGB: (209,178,115) (82%, 70%, 45%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 115 of 255 = 45%

209
178
115

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

Portions of RGB colors in percentages

R + G + B = 209 + 178 + 115 = 502 (100%)
R 209 of 502 ~ 41.63%
G 178 of 502 ~ 35.46%
B 115 of 502 ~ 22.91'%

%41.63
%35.46
%22.91

CMYK color model

#D1B273 color CMYK value is (0,15,45,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 44.98%
  • key color value is 18.04%
CMYK: (0,15,45,18) C0M15Y45K18 (0%,15%,45%,18%) (0.00/0.15/0.45/0.18) 

CMYK percentages

%0
%14.83
%44.98
%18.04

Codes

Color #D1B273 in popluar color models

D1 B2 73
RGB 209 178 115
HSL 40° 50.54% 63.53%
HSB/HSV 40° 44.98% 81.96%
CMYK 0.00% 14.83% 44.98%
18.04%

Color #D1B273 in popluar number systems.

HEX D1 B2 73
Decimal 209 178 115
Binary 11010001 10110010 1110011
Octal 321 262 163

Shades and tints

Shades of #D1B273

#D1B273
(209,178,115)
#BEA269
(190,162,105)
#AB925F
(171,146,95)
#988255
(152,130,85)
#85724B
(133,114,75)
#726241
(114,98,65)
#5F5237
(95,82,55)
#4C422D
(76,66,45)
#393223
(57,50,35)
#262219
(38,34,25)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #D1B273

#D1B273
(209,178,115)
#D5B97F
(213,185,127)
#D9C08B
(217,192,139)
#DDC797
(221,199,151)
#E1CEA3
(225,206,163)
#E5D5AF
(229,213,175)
#E9DCBB
(233,220,187)
#EDE3C7
(237,227,199)
#F1EAD3
(241,234,211)
#F5F1DF
(245,241,223)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B273; }

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

This text font color is #D1B273.

Background Color

.myBgColor { background-color: #D1B273; }

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

This div background color is #D1B273.

Border color

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

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

This div border color is #D1B273.

Opacity

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

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

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

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

This text has shadow with #D1B273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B273.

Preview

Color preview on black background

This text has color #D1B273 on black background.


Color preview on white background

This text has color #D1B273 on white background.


Black color preview on #D1B273 background

This text has black color on #D1B273 background.


White color preview on #D1B273 background

This text has white color on #D1B273 background.


Related colors

Complementary color

Complementary color for #hex is #2E4D8C.


I love getcolorcode.com

Triadic colors

1 #73D1B2 and #B273D1 with #D1B273 are triadic colors.

2 #73B2D1 and #B2D173 with #D1B273 are triadic colors.