COLOR #D1B34C

HEX: #D1B34C
RGB: (209,179,76)

Color info

#D1B34C contains mainly red and green colors. Web safe color of #D1B34C is #CC9933 (or #C93).

RGB color model

#D1B34C color RGB value is (209,179,76).

  • red value is 209;
  • green value is 179;
  • blue value is 76.
RGB:
(209,179,76)
(82%,70%,30%)

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 76 of 255 = 30%

209
179
76

R + G + B ~ 61%. #D1B34C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 179 + 76 = 464 (100%)
R 209 of 464 ~ 45.04%
G 179 of 464 ~ 38.58%
B 76 of 464 ~ 16.38%

%45.04
%38.58
%16.38

CMYK color model

#D1B34C color CMYK value is (0,14,64,18).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 63.64%
  • key color value is 18.04%
CMYK:
(0,14,64,18)
C0M14Y64K18 
(0%,14%,64%,18%)
(0.00/0.14/0.64/0.18)	

CMYK percentages

%0
%14.35
%63.64
%18.04

Codes

Color #D1B34C in popluar color models

D1B34C
RGB20917976
HSL46°59.11%55.88%
HSB/HSV46°63.64%81.96%
CMYK0.00%14.35%63.64%
18.04%

Color #D1B34C in popluar number systems.

HEXD1B34C
Decimal20917976
Binary11010001101100111001100
Octal321263114

Shades and tints

Shades of #D1B34C

#D1B34C
(209,179,76)
#BEA346
(190,163,70)
#AB9340
(171,147,64)
#98833A
(152,131,58)
#857334
(133,115,52)
#72632E
(114,99,46)
#5F5328
(95,83,40)
#4C4322
(76,67,34)
#39331C
(57,51,28)
#262316
(38,35,22)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1B34C

#D1B34C
(209,179,76)
#D5B95C
(213,185,92)
#D9BF6C
(217,191,108)
#DDC57C
(221,197,124)
#E1CB8C
(225,203,140)
#E5D19C
(229,209,156)
#E9D7AC
(233,215,172)
#EDDDBC
(237,221,188)
#F1E3CC
(241,227,204)
#F5E9DC
(245,233,220)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B34C color. Also use rgb(209,179,76) instead hex code.

Text Font Color

.myTextColor { color: #D1B34C; }

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

This text font color is #D1B34C.


Background Color

.myBgColor { background-color: #D1B34C; }

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

This div background color is #D1B34C.


Border color

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

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

This div border color is #D1B34C.


Opacity

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

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

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

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

This text has shadow with #D1B34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B34C on black background.


Color preview on white background

This text has color #D1B34C on white background.



Black color preview on #D1B34C background

This text has black color on #D1B34C background.


White color preview on #D1B34C background

This text has white color on #D1B34C background.