COLOR #D1B28D

HEX: #D1B28D
RGB: (209,178,141)

Color info

#D1B28D contains mainly red and green colors. Web safe color of #D1B28D is #CC9999 (or #C99).

RGB color model

#D1B28D color RGB value is (209,178,141).

  • red value is 209;
  • green value is 178;
  • blue value is 141.
RGB:
(209,178,141)
(82%,70%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 141 of 255 = 55%

209
178
141

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

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 141 = 528 (100%)
R 209 of 528 ~ 39.58%
G 178 of 528 ~ 33.71%
B 141 of 528 ~ 26.7%

%39.58
%33.71
%26.7

CMYK color model

#D1B28D color CMYK value is (0,15,33,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 32.54%
  • key color value is 18.04%
CMYK:
(0,15,33,18)
C0M15Y33K18 
(0%,15%,33%,18%)
(0.00/0.15/0.33/0.18)	

CMYK percentages

%0
%14.83
%32.54
%18.04

Codes

Color #D1B28D in popluar color models

D1B28D
RGB209178141
HSL33°42.50%68.63%
HSB/HSV33°32.54%81.96%
CMYK0.00%14.83%32.54%
18.04%

Color #D1B28D in popluar number systems.

HEXD1B28D
Decimal209178141
Binary110100011011001010001101
Octal321262215

Shades and tints

Shades of #D1B28D

#D1B28D
(209,178,141)
#BEA281
(190,162,129)
#AB9275
(171,146,117)
#988269
(152,130,105)
#85725D
(133,114,93)
#726251
(114,98,81)
#5F5245
(95,82,69)
#4C4239
(76,66,57)
#39322D
(57,50,45)
#262221
(38,34,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D1B28D

#D1B28D
(209,178,141)
#D5B997
(213,185,151)
#D9C0A1
(217,192,161)
#DDC7AB
(221,199,171)
#E1CEB5
(225,206,181)
#E5D5BF
(229,213,191)
#E9DCC9
(233,220,201)
#EDE3D3
(237,227,211)
#F1EADD
(241,234,221)
#F5F1E7
(245,241,231)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B28D; }

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

This text font color is #D1B28D.


Background Color

.myBgColor { background-color: #D1B28D; }

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

This div background color is #D1B28D.


Border color

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

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

This div border color is #D1B28D.


Opacity

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

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

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

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

This text has shadow with #D1B28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B28D on black background.


Color preview on white background

This text has color #D1B28D on white background.



Black color preview on #D1B28D background

This text has black color on #D1B28D background.


White color preview on #D1B28D background

This text has white color on #D1B28D background.