COLOR #D2B17D

HEX: #D2B17D
RGB: (210,177,125)

Color info

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

RGB color model

#D2B17D color RGB value is (210,177,125).

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

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 125 of 255 = 49%

210
177
125

R + G + B ~ 67%. #D2B17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 125 = 512 (100%)
R 210 of 512 ~ 41.02%
G 177 of 512 ~ 34.57%
B 125 of 512 ~ 24.41%

%41.02
%34.57
%24.41

CMYK color model

#D2B17D color CMYK value is (0,16,40,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 40.48%
  • key color value is 17.65%
CMYK:
(0,16,40,18)
C0M16Y40K18 
(0%,16%,40%,18%)
(0.00/0.16/0.40/0.18)	

CMYK percentages

%0
%15.71
%40.48
%17.65

Codes

Color #D2B17D in popluar color models

D2B17D
RGB210177125
HSL37°48.57%65.69%
HSB/HSV37°40.48%82.35%
CMYK0.00%15.71%40.48%
17.65%

Color #D2B17D in popluar number systems.

HEXD2B17D
Decimal210177125
Binary11010010101100011111101
Octal322261175

Shades and tints

Shades of #D2B17D

#D2B17D
(210,177,125)
#BFA172
(191,161,114)
#AC9167
(172,145,103)
#99815C
(153,129,92)
#867151
(134,113,81)
#736146
(115,97,70)
#60513B
(96,81,59)
#4D4130
(77,65,48)
#3A3125
(58,49,37)
#27211A
(39,33,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #D2B17D

#D2B17D
(210,177,125)
#D6B888
(214,184,136)
#DABF93
(218,191,147)
#DEC69E
(222,198,158)
#E2CDA9
(226,205,169)
#E6D4B4
(230,212,180)
#EADBBF
(234,219,191)
#EEE2CA
(238,226,202)
#F2E9D5
(242,233,213)
#F6F0E0
(246,240,224)
#FAF7EB
(250,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B17D; }

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

This text font color is #D2B17D.


Background Color

.myBgColor { background-color: #D2B17D; }

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

This div background color is #D2B17D.


Border color

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

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

This div border color is #D2B17D.


Opacity

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

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

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

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

This text has shadow with #D2B17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B17D on black background.


Color preview on white background

This text has color #D2B17D on white background.



Black color preview on #D2B17D background

This text has black color on #D2B17D background.


White color preview on #D2B17D background

This text has white color on #D2B17D background.