COLOR #D4B682

HEX: #D4B682
RGB: (212,182,130)

Color info

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

RGB color model

#D4B682 color RGB value is (212,182,130).

  • red value is 212;
  • green value is 182;
  • blue value is 130.
RGB:
(212,182,130)
(83%,71%,51%)

RGB channels and saturation

R 212 of 255 = 83%
G 182 of 255 = 71%
B 130 of 255 = 51%

212
182
130

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

Portions of RGB colors in percentages

R + G + B =
212 + 182 + 130 = 524 (100%)
R 212 of 524 ~ 40.46%
G 182 of 524 ~ 34.73%
B 130 of 524 ~ 24.81%

%40.46
%34.73
%24.81

CMYK color model

#D4B682 color CMYK value is (0,14,39,17).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 38.68%
  • key color value is 16.86%
CMYK:
(0,14,39,17)
C0M14Y39K17 
(0%,14%,39%,17%)
(0.00/0.14/0.39/0.17)	

CMYK percentages

%0
%14.15
%38.68
%16.86

Codes

Color #D4B682 in popluar color models

D4B682
RGB212182130
HSL38°48.81%67.06%
HSB/HSV38°38.68%83.14%
CMYK0.00%14.15%38.68%
16.86%

Color #D4B682 in popluar number systems.

HEXD4B682
Decimal212182130
Binary110101001011011010000010
Octal324266202

Shades and tints

Shades of #D4B682

#D4B682
(212,182,130)
#C1A677
(193,166,119)
#AE966C
(174,150,108)
#9B8661
(155,134,97)
#887656
(136,118,86)
#75664B
(117,102,75)
#625640
(98,86,64)
#4F4635
(79,70,53)
#3C362A
(60,54,42)
#29261F
(41,38,31)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D4B682

#D4B682
(212,182,130)
#D7BC8D
(215,188,141)
#DAC298
(218,194,152)
#DDC8A3
(221,200,163)
#E0CEAE
(224,206,174)
#E3D4B9
(227,212,185)
#E6DAC4
(230,218,196)
#E9E0CF
(233,224,207)
#ECE6DA
(236,230,218)
#EFECE5
(239,236,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B682 color. Also use rgb(212,182,130) instead hex code.

Text Font Color

.myTextColor { color: #D4B682; }

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

This text font color is #D4B682.


Background Color

.myBgColor { background-color: #D4B682; }

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

This div background color is #D4B682.


Border color

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

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

This div border color is #D4B682.


Opacity

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

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

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

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

This text has shadow with #D4B682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B682 on black background.


Color preview on white background

This text has color #D4B682 on white background.



Black color preview on #D4B682 background

This text has black color on #D4B682 background.


White color preview on #D4B682 background

This text has white color on #D4B682 background.