COLOR #D2B14B

HEX: #D2B14B
RGB: (210,177,75)

Color info

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

RGB color model

#D2B14B color RGB value is (210,177,75).

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

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 75 of 255 = 29%

210
177
75

R + G + B ~ 60%. #D2B14B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 75 = 462 (100%)
R 210 of 462 ~ 45.45%
G 177 of 462 ~ 38.31%
B 75 of 462 ~ 16.23%

%45.45
%38.31
%16.23

CMYK color model

#D2B14B color CMYK value is (0,16,64,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 64.29%
  • key color value is 17.65%
CMYK:
(0,16,64,18)
C0M16Y64K18 
(0%,16%,64%,18%)
(0.00/0.16/0.64/0.18)	

CMYK percentages

%0
%15.71
%64.29
%17.65

Codes

Color #D2B14B in popluar color models

D2B14B
RGB21017775
HSL45°60.00%55.88%
HSB/HSV45°64.29%82.35%
CMYK0.00%15.71%64.29%
17.65%

Color #D2B14B in popluar number systems.

HEXD2B14B
Decimal21017775
Binary11010010101100011001011
Octal322261113

Shades and tints

Shades of #D2B14B

#D2B14B
(210,177,75)
#BFA145
(191,161,69)
#AC913F
(172,145,63)
#998139
(153,129,57)
#867133
(134,113,51)
#73612D
(115,97,45)
#605127
(96,81,39)
#4D4121
(77,65,33)
#3A311B
(58,49,27)
#272115
(39,33,21)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #D2B14B

#D2B14B
(210,177,75)
#D6B85B
(214,184,91)
#DABF6B
(218,191,107)
#DEC67B
(222,198,123)
#E2CD8B
(226,205,139)
#E6D49B
(230,212,155)
#EADBAB
(234,219,171)
#EEE2BB
(238,226,187)
#F2E9CB
(242,233,203)
#F6F0DB
(246,240,219)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B14B; }

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

This text font color is #D2B14B.


Background Color

.myBgColor { background-color: #D2B14B; }

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

This div background color is #D2B14B.


Border color

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

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

This div border color is #D2B14B.


Opacity

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

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

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

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

This text has shadow with #D2B14B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B14B on black background.


Color preview on white background

This text has color #D2B14B on white background.



Black color preview on #D2B14B background

This text has black color on #D2B14B background.


White color preview on #D2B14B background

This text has white color on #D2B14B background.