COLOR #D2B15B

HEX: #D2B15B
RGB: (210,177,91)

Color info

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

RGB color model

#D2B15B color RGB value is (210,177,91).

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

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 91 of 255 = 36%

210
177
91

R + G + B ~ 62%. #D2B15B is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 91 = 478 (100%)
R 210 of 478 ~ 43.93%
G 177 of 478 ~ 37.03%
B 91 of 478 ~ 19.04%

%43.93
%37.03
%19.04

CMYK color model

#D2B15B color CMYK value is (0,16,57,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 56.67%
  • key color value is 17.65%
CMYK:
(0,16,57,18)
C0M16Y57K18 
(0%,16%,57%,18%)
(0.00/0.16/0.57/0.18)	

CMYK percentages

%0
%15.71
%56.67
%17.65

Codes

Color #D2B15B in popluar color models

D2B15B
RGB21017791
HSL43°56.94%59.02%
HSB/HSV43°56.67%82.35%
CMYK0.00%15.71%56.67%
17.65%

Color #D2B15B in popluar number systems.

HEXD2B15B
Decimal21017791
Binary11010010101100011011011
Octal322261133

Shades and tints

Shades of #D2B15B

#D2B15B
(210,177,91)
#BFA153
(191,161,83)
#AC914B
(172,145,75)
#998143
(153,129,67)
#86713B
(134,113,59)
#736133
(115,97,51)
#60512B
(96,81,43)
#4D4123
(77,65,35)
#3A311B
(58,49,27)
#272113
(39,33,19)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #D2B15B

#D2B15B
(210,177,91)
#D6B869
(214,184,105)
#DABF77
(218,191,119)
#DEC685
(222,198,133)
#E2CD93
(226,205,147)
#E6D4A1
(230,212,161)
#EADBAF
(234,219,175)
#EEE2BD
(238,226,189)
#F2E9CB
(242,233,203)
#F6F0D9
(246,240,217)
#FAF7E7
(250,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B15B; }

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

This text font color is #D2B15B.


Background Color

.myBgColor { background-color: #D2B15B; }

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

This div background color is #D2B15B.


Border color

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

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

This div border color is #D2B15B.


Opacity

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

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

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

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

This text has shadow with #D2B15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B15B on black background.


Color preview on white background

This text has color #D2B15B on white background.



Black color preview on #D2B15B background

This text has black color on #D2B15B background.


White color preview on #D2B15B background

This text has white color on #D2B15B background.