COLOR #D2B980

HEX: #D2B980
RGB: (210,185,128)

Color info

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

RGB color model

#D2B980 color RGB value is (210,185,128).

  • red value is 210;
  • green value is 185;
  • blue value is 128.
RGB:
(210,185,128)
(82%,73%,50%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 128 of 255 = 50%

210
185
128

R + G + B ~ 68%. #D2B980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 128 = 523 (100%)
R 210 of 523 ~ 40.15%
G 185 of 523 ~ 35.37%
B 128 of 523 ~ 24.47%

%40.15
%35.37
%24.47

CMYK color model

#D2B980 color CMYK value is (0,12,39,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 39.05%
  • key color value is 17.65%
CMYK:
(0,12,39,18)
C0M12Y39K18 
(0%,12%,39%,18%)
(0.00/0.12/0.39/0.18)	

CMYK percentages

%0
%11.9
%39.05
%17.65

Codes

Color #D2B980 in popluar color models

D2B980
RGB210185128
HSL42°47.67%66.27%
HSB/HSV42°39.05%82.35%
CMYK0.00%11.90%39.05%
17.65%

Color #D2B980 in popluar number systems.

HEXD2B980
Decimal210185128
Binary110100101011100110000000
Octal322271200

Shades and tints

Shades of #D2B980

#D2B980
(210,185,128)
#BFA975
(191,169,117)
#AC996A
(172,153,106)
#99895F
(153,137,95)
#867954
(134,121,84)
#736949
(115,105,73)
#60593E
(96,89,62)
#4D4933
(77,73,51)
#3A3928
(58,57,40)
#27291D
(39,41,29)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2B980

#D2B980
(210,185,128)
#D6BF8B
(214,191,139)
#DAC596
(218,197,150)
#DECBA1
(222,203,161)
#E2D1AC
(226,209,172)
#E6D7B7
(230,215,183)
#EADDC2
(234,221,194)
#EEE3CD
(238,227,205)
#F2E9D8
(242,233,216)
#F6EFE3
(246,239,227)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B980 color. Also use rgb(210,185,128) instead hex code.

Text Font Color

.myTextColor { color: #D2B980; }

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

This text font color is #D2B980.


Background Color

.myBgColor { background-color: #D2B980; }

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

This div background color is #D2B980.


Border color

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

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

This div border color is #D2B980.


Opacity

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

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

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

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

This text has shadow with #D2B980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B980 on black background.


Color preview on white background

This text has color #D2B980 on white background.



Black color preview on #D2B980 background

This text has black color on #D2B980 background.


White color preview on #D2B980 background

This text has white color on #D2B980 background.