COLOR #D4B982

HEX: #D4B982 RGB: (212,185,130)

Color info

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

RGB color model

#D4B982 color RGB value is (212,185,130).

RGB: (212,185,130) (83%, 73%, 51%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 130 of 255 = 51%

212
185
130

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

Portions of RGB colors in percentages

R + G + B = 212 + 185 + 130 = 527 (100%)
R 212 of 527 ~ 40.23%
G 185 of 527 ~ 35.1%
B 130 of 527 ~ 24.67'%

%40.23
%35.1
%24.67

CMYK color model

#D4B982 color CMYK value is (0,13,39,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 38.68%
  • key color value is 16.86%

CMYK: (0,13,39,17)
C0M13Y39K17 (0%, 13%, 39%, 17%)
(0.00 / 0.13 / 0.39 / 0.17)

CMYK percentages

%0
%12.74
%38.68
%16.86

Codes

Color #D4B982 in popluar color models

D4 B9 82
RGB 212 185 130
HSL 40° 48.81% 67.06%
HSB/HSV 40° 38.68% 83.14%
CMYK 0.00% 12.74% 38.68%
16.86%

Color #D4B982 in popluar number systems.

HEX D4 B9 82
Decimal 212 185 130
Binary 11010100 10111001 10000010
Octal 324 271 202

Shades and tints

Shades of #D4B982

#D4B982
(212,185,130)
#C1A977
(193,169,119)
#AE996C
(174,153,108)
#9B8961
(155,137,97)
#887956
(136,121,86)
#75694B
(117,105,75)
#625940
(98,89,64)
#4F4935
(79,73,53)
#3C392A
(60,57,42)
#29291F
(41,41,31)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4B982

#D4B982
(212,185,130)
#D7BF8D
(215,191,141)
#DAC598
(218,197,152)
#DDCBA3
(221,203,163)
#E0D1AE
(224,209,174)
#E3D7B9
(227,215,185)
#E6DDC4
(230,221,196)
#E9E3CF
(233,227,207)
#ECE9DA
(236,233,218)
#EFEFE5
(239,239,229)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B982; }

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

This text font color is #D4B982.

Background Color

.myBgColor { background-color: #D4B982; }

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

This div background color is #D4B982.

Border color

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

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

This div border color is #D4B982.

Opacity

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

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

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

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

This text has shadow with #D4B982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B982.

Preview

Color preview on black background

This text has color #D4B982 on black background.


Color preview on white background

This text has color #D4B982 on white background.


Black color preview on #D4B982 background

This text has black color on #D4B982 background.


White color preview on #D4B982 background

This text has white color on #D4B982 background.


Related colors

Complementary color

Complementary color for #hex is #2B467D.


I love getcolorcode.com

Triadic colors

1 #82D4B9 and #B982D4 with #D4B982 are triadic colors.

2 #82B9D4 and #B9D482 with #D4B982 are triadic colors.