COLOR #D2B48D

HEX: #D2B48D RGB: (210,180,141)

Color info

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

RGB color model

#D2B48D color RGB value is (210,180,141).

RGB: (210,180,141) (82%, 71%, 55%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 141 of 255 = 55%

210
180
141

R + G + B ~ 69%. #D2B48D is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 180 + 141 = 531 (100%)
R 210 of 531 ~ 39.55%
G 180 of 531 ~ 33.9%
B 141 of 531 ~ 26.55'%

%39.55
%33.9
%26.55

CMYK color model

#D2B48D color CMYK value is (0,14,33,18).

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

CMYK: (0,14,33,18)
C0M14Y33K18 (0%, 14%, 33%, 18%)
(0.00 / 0.14 / 0.33 / 0.18)

CMYK percentages

%0
%14.29
%32.86
%17.65

Codes

Color #D2B48D in popluar color models

D2 B4 8D
RGB 210 180 141
HSL 34° 43.40% 68.82%
HSB/HSV 34° 32.86% 82.35%
CMYK 0.00% 14.29% 32.86%
17.65%

Color #D2B48D in popluar number systems.

HEX D2 B4 8D
Decimal 210 180 141
Binary 11010010 10110100 10001101
Octal 322 264 215

Shades and tints

Shades of #D2B48D

#D2B48D
(210,180,141)
#BFA481
(191,164,129)
#AC9475
(172,148,117)
#998469
(153,132,105)
#86745D
(134,116,93)
#736451
(115,100,81)
#605445
(96,84,69)
#4D4439
(77,68,57)
#3A342D
(58,52,45)
#272421
(39,36,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2B48D

#D2B48D
(210,180,141)
#D6BA97
(214,186,151)
#DAC0A1
(218,192,161)
#DEC6AB
(222,198,171)
#E2CCB5
(226,204,181)
#E6D2BF
(230,210,191)
#EAD8C9
(234,216,201)
#EEDED3
(238,222,211)
#F2E4DD
(242,228,221)
#F6EAE7
(246,234,231)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B48D; }

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

This text font color is #D2B48D.

Background Color

.myBgColor { background-color: #D2B48D; }

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

This div background color is #D2B48D.

Border color

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

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

This div border color is #D2B48D.

Opacity

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

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

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

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

This text has shadow with #D2B48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B48D.

Preview

Color preview on black background

This text has color #D2B48D on black background.


Color preview on white background

This text has color #D2B48D on white background.


Black color preview on #D2B48D background

This text has black color on #D2B48D background.


White color preview on #D2B48D background

This text has white color on #D2B48D background.


Related colors

Complementary color

Complementary color for #hex is #2D4B72.


I love getcolorcode.com

Triadic colors

1 #8DD2B4 and #B48DD2 with #D2B48D are triadic colors.

2 #8DB4D2 and #B4D28D with #D2B48D are triadic colors.