COLOR #D6BD82

HEX: #D6BD82 RGB: (214,189,130)

Color info

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

RGB color model

#D6BD82 color RGB value is (214,189,130).

RGB: (214,189,130) (84%, 74%, 51%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 130 of 255 = 51%

214
189
130

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

Portions of RGB colors in percentages

R + G + B = 214 + 189 + 130 = 533 (100%)
R 214 of 533 ~ 40.15%
G 189 of 533 ~ 35.46%
B 130 of 533 ~ 24.39'%

%40.15
%35.46
%24.39

CMYK color model

#D6BD82 color CMYK value is (0,12,39,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 39.25%
  • key color value is 16.08%

CMYK: (0,12,39,16)
C0M12Y39K16 (0%, 12%, 39%, 16%)
(0.00 / 0.12 / 0.39 / 0.16)

CMYK percentages

%0
%11.68
%39.25
%16.08

Codes

Color #D6BD82 in popluar color models

D6 BD 82
RGB 214 189 130
HSL 42° 50.60% 67.45%
HSB/HSV 42° 39.25% 83.92%
CMYK 0.00% 11.68% 39.25%
16.08%

Color #D6BD82 in popluar number systems.

HEX D6 BD 82
Decimal 214 189 130
Binary 11010110 10111101 10000010
Octal 326 275 202

Shades and tints

Shades of #D6BD82

#D6BD82
(214,189,130)
#C3AC77
(195,172,119)
#B09B6C
(176,155,108)
#9D8A61
(157,138,97)
#8A7956
(138,121,86)
#77684B
(119,104,75)
#645740
(100,87,64)
#514635
(81,70,53)
#3E352A
(62,53,42)
#2B241F
(43,36,31)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D6BD82

#D6BD82
(214,189,130)
#D9C38D
(217,195,141)
#DCC998
(220,201,152)
#DFCFA3
(223,207,163)
#E2D5AE
(226,213,174)
#E5DBB9
(229,219,185)
#E8E1C4
(232,225,196)
#EBE7CF
(235,231,207)
#EEEDDA
(238,237,218)
#F1F3E5
(241,243,229)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BD82 color. Also use rgb(214,189,130) instead hex code.

Text Font Color

.myTextColor { color: #D6BD82; }

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

This text font color is #D6BD82.

Background Color

.myBgColor { background-color: #D6BD82; }

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

This div background color is #D6BD82.

Border color

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

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

This div border color is #D6BD82.

Opacity

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

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

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

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

This text has shadow with #D6BD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BD82.

Preview

Color preview on black background

This text has color #D6BD82 on black background.


Color preview on white background

This text has color #D6BD82 on white background.


Black color preview on #D6BD82 background

This text has black color on #D6BD82 background.


White color preview on #D6BD82 background

This text has white color on #D6BD82 background.


Related colors

Complementary color

Complementary color for #hex is #29427D.


I love getcolorcode.com

Triadic colors

1 #82D6BD and #BD82D6 with #D6BD82 are triadic colors.

2 #82BDD6 and #BDD682 with #D6BD82 are triadic colors.