COLOR #D2B88D

HEX: #D2B88D RGB: (210,184,141)

Color info

#D2B88D contains mainly red and green colors. Web safe color of #D2B88D is #CCCC99 (or #CC9).

RGB color model

#D2B88D color RGB value is (210,184,141).

RGB: (210,184,141) (82%, 72%, 55%)

RGB channels and saturation

R 210 of 255 = 82%
G 184 of 255 = 72%
B 141 of 255 = 55%

210
184
141

R + G + B ~ 70%. #D2B88D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 184 + 141 = 535 (100%)
R 210 of 535 ~ 39.25%
G 184 of 535 ~ 34.39%
B 141 of 535 ~ 26.36'%

%39.25
%34.39
%26.36

CMYK color model

#D2B88D color CMYK value is (0,12,33,18).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 32.86%
  • key color value is 17.65%

CMYK: (0,12,33,18)
C0M12Y33K18 (0%, 12%, 33%, 18%)
(0.00 / 0.12 / 0.33 / 0.18)

CMYK percentages

%0
%12.38
%32.86
%17.65

Codes

Color #D2B88D in popluar color models

D2 B8 8D
RGB 210 184 141
HSL 37° 43.40% 68.82%
HSB/HSV 37° 32.86% 82.35%
CMYK 0.00% 12.38% 32.86%
17.65%

Color #D2B88D in popluar number systems.

HEX D2 B8 8D
Decimal 210 184 141
Binary 11010010 10111000 10001101
Octal 322 270 215

Shades and tints

Shades of #D2B88D

#D2B88D
(210,184,141)
#BFA881
(191,168,129)
#AC9875
(172,152,117)
#998869
(153,136,105)
#86785D
(134,120,93)
#736851
(115,104,81)
#605845
(96,88,69)
#4D4839
(77,72,57)
#3A382D
(58,56,45)
#272821
(39,40,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #D2B88D

#D2B88D
(210,184,141)
#D6BE97
(214,190,151)
#DAC4A1
(218,196,161)
#DECAAB
(222,202,171)
#E2D0B5
(226,208,181)
#E6D6BF
(230,214,191)
#EADCC9
(234,220,201)
#EEE2D3
(238,226,211)
#F2E8DD
(242,232,221)
#F6EEE7
(246,238,231)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B88D color. Also use rgb(210,184,141) instead hex code.

Text Font Color

.myTextColor { color: #D2B88D; }

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

This text font color is #D2B88D.

Background Color

.myBgColor { background-color: #D2B88D; }

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

This div background color is #D2B88D.

Border color

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

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

This div border color is #D2B88D.

Opacity

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

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

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

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

This text has shadow with #D2B88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B88D.

Preview

Color preview on black background

This text has color #D2B88D on black background.


Color preview on white background

This text has color #D2B88D on white background.


Black color preview on #D2B88D background

This text has black color on #D2B88D background.


White color preview on #D2B88D background

This text has white color on #D2B88D background.


Related colors

Complementary color

Complementary color for #hex is #2D4772.


I love getcolorcode.com

Triadic colors

1 #8DD2B8 and #B88DD2 with #D2B88D are triadic colors.

2 #8DB8D2 and #B8D28D with #D2B88D are triadic colors.