COLOR #D2B75B

HEX: #D2B75B
RGB: (210,183,91)

Color info

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

RGB color model

#D2B75B color RGB value is (210,183,91).

  • red value is 210;
  • green value is 183;
  • blue value is 91.
RGB:
(210,183,91)
(82%,72%,36%)

RGB channels and saturation

R 210 of 255 = 82%
G 183 of 255 = 72%
B 91 of 255 = 36%

210
183
91

R + G + B ~ 63%. #D2B75B is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 183 + 91 = 484 (100%)
R 210 of 484 ~ 43.39%
G 183 of 484 ~ 37.81%
B 91 of 484 ~ 18.8%

%43.39
%37.81
%18.8

CMYK color model

#D2B75B color CMYK value is (0,13,57,18).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 56.67%
  • key color value is 17.65%
CMYK:
(0,13,57,18)
C0M13Y57K18 
(0%,13%,57%,18%)
(0.00/0.13/0.57/0.18)	

CMYK percentages

%0
%12.86
%56.67
%17.65

Codes

Color #D2B75B in popluar color models

D2B75B
RGB21018391
HSL46°56.94%59.02%
HSB/HSV46°56.67%82.35%
CMYK0.00%12.86%56.67%
17.65%

Color #D2B75B in popluar number systems.

HEXD2B75B
Decimal21018391
Binary11010010101101111011011
Octal322267133

Shades and tints

Shades of #D2B75B

#D2B75B
(210,183,91)
#BFA753
(191,167,83)
#AC974B
(172,151,75)
#998743
(153,135,67)
#86773B
(134,119,59)
#736733
(115,103,51)
#60572B
(96,87,43)
#4D4723
(77,71,35)
#3A371B
(58,55,27)
#272713
(39,39,19)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #D2B75B

#D2B75B
(210,183,91)
#D6BD69
(214,189,105)
#DAC377
(218,195,119)
#DEC985
(222,201,133)
#E2CF93
(226,207,147)
#E6D5A1
(230,213,161)
#EADBAF
(234,219,175)
#EEE1BD
(238,225,189)
#F2E7CB
(242,231,203)
#F6EDD9
(246,237,217)
#FAF3E7
(250,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B75B color. Also use rgb(210,183,91) instead hex code.

Text Font Color

.myTextColor { color: #D2B75B; }

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

This text font color is #D2B75B.


Background Color

.myBgColor { background-color: #D2B75B; }

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

This div background color is #D2B75B.


Border color

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

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

This div border color is #D2B75B.


Opacity

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

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

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

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

This text has shadow with #D2B75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B75B on black background.


Color preview on white background

This text has color #D2B75B on white background.



Black color preview on #D2B75B background

This text has black color on #D2B75B background.


White color preview on #D2B75B background

This text has white color on #D2B75B background.