COLOR #D2BD5F

HEX: #D2BD5F
RGB: (210,189,95)

Color info

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

RGB color model

#D2BD5F color RGB value is (210,189,95).

  • red value is 210;
  • green value is 189;
  • blue value is 95.
RGB:
(210,189,95)
(82%,74%,37%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 95 of 255 = 37%

210
189
95

R + G + B ~ 64%. #D2BD5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 189 + 95 = 494 (100%)
R 210 of 494 ~ 42.51%
G 189 of 494 ~ 38.26%
B 95 of 494 ~ 19.23%

%42.51
%38.26
%19.23

CMYK color model

#D2BD5F color CMYK value is (0,10,55,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 54.76%
  • key color value is 17.65%
CMYK:
(0,10,55,18)
C0M10Y55K18 
(0%,10%,55%,18%)
(0.00/0.10/0.55/0.18)	

CMYK percentages

%0
%10
%54.76
%17.65

Codes

Color #D2BD5F in popluar color models

D2BD5F
RGB21018995
HSL49°56.10%59.80%
HSB/HSV49°54.76%82.35%
CMYK0.00%10.00%54.76%
17.65%

Color #D2BD5F in popluar number systems.

HEXD2BD5F
Decimal21018995
Binary11010010101111011011111
Octal322275137

Shades and tints

Shades of #D2BD5F

#D2BD5F
(210,189,95)
#BFAC57
(191,172,87)
#AC9B4F
(172,155,79)
#998A47
(153,138,71)
#86793F
(134,121,63)
#736837
(115,104,55)
#60572F
(96,87,47)
#4D4627
(77,70,39)
#3A351F
(58,53,31)
#272417
(39,36,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #D2BD5F

#D2BD5F
(210,189,95)
#D6C36D
(214,195,109)
#DAC97B
(218,201,123)
#DECF89
(222,207,137)
#E2D597
(226,213,151)
#E6DBA5
(230,219,165)
#EAE1B3
(234,225,179)
#EEE7C1
(238,231,193)
#F2EDCF
(242,237,207)
#F6F3DD
(246,243,221)
#FAF9EB
(250,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BD5F color. Also use rgb(210,189,95) instead hex code.

Text Font Color

.myTextColor { color: #D2BD5F; }

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

This text font color is #D2BD5F.


Background Color

.myBgColor { background-color: #D2BD5F; }

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

This div background color is #D2BD5F.


Border color

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

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

This div border color is #D2BD5F.


Opacity

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

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

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

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

This text has shadow with #D2BD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2BD5F on black background.


Color preview on white background

This text has color #D2BD5F on white background.



Black color preview on #D2BD5F background

This text has black color on #D2BD5F background.


White color preview on #D2BD5F background

This text has white color on #D2BD5F background.