COLOR #D0BC82

HEX: #D0BC82 RGB: (208,188,130)

Color info

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

RGB color model

#D0BC82 color RGB value is (208,188,130).

RGB: (208,188,130) (82%, 74%, 51%)

RGB channels and saturation

R 208 of 255 = 82%
G 188 of 255 = 74%
B 130 of 255 = 51%

208
188
130

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

Portions of RGB colors in percentages

R + G + B = 208 + 188 + 130 = 526 (100%)
R 208 of 526 ~ 39.54%
G 188 of 526 ~ 35.74%
B 130 of 526 ~ 24.71'%

%39.54
%35.74
%24.71

CMYK color model

#D0BC82 color CMYK value is (0,10,38,18).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 37.50%
  • key color value is 18.43%

CMYK: (0,10,38,18)
C0M10Y38K18 (0%, 10%, 38%, 18%)
(0.00 / 0.10 / 0.38 / 0.18)

CMYK percentages

%0
%9.62
%37.5
%18.43

Codes

Color #D0BC82 in popluar color models

D0 BC 82
RGB 208 188 130
HSL 45° 45.35% 66.27%
HSB/HSV 45° 37.50% 81.57%
CMYK 0.00% 9.62% 37.50%
18.43%

Color #D0BC82 in popluar number systems.

HEX D0 BC 82
Decimal 208 188 130
Binary 11010000 10111100 10000010
Octal 320 274 202

Shades and tints

Shades of #D0BC82

#D0BC82
(208,188,130)
#BEAB77
(190,171,119)
#AC9A6C
(172,154,108)
#9A8961
(154,137,97)
#887856
(136,120,86)
#76674B
(118,103,75)
#645640
(100,86,64)
#524535
(82,69,53)
#40342A
(64,52,42)
#2E231F
(46,35,31)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #D0BC82

#D0BC82
(208,188,130)
#D4C28D
(212,194,141)
#D8C898
(216,200,152)
#DCCEA3
(220,206,163)
#E0D4AE
(224,212,174)
#E4DAB9
(228,218,185)
#E8E0C4
(232,224,196)
#ECE6CF
(236,230,207)
#F0ECDA
(240,236,218)
#F4F2E5
(244,242,229)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BC82 color. Also use rgb(208,188,130) instead hex code.

Text Font Color

.myTextColor { color: #D0BC82; }

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

This text font color is #D0BC82.

Background Color

.myBgColor { background-color: #D0BC82; }

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

This div background color is #D0BC82.

Border color

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

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

This div border color is #D0BC82.

Opacity

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

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

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

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

This text has shadow with #D0BC82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BC82.

Preview

Color preview on black background

This text has color #D0BC82 on black background.


Color preview on white background

This text has color #D0BC82 on white background.


Black color preview on #D0BC82 background

This text has black color on #D0BC82 background.


White color preview on #D0BC82 background

This text has white color on #D0BC82 background.


Related colors

Complementary color

Complementary color for #hex is #2F437D.


I love getcolorcode.com

Triadic colors

1 #82D0BC and #BC82D0 with #D0BC82 are triadic colors.

2 #82BCD0 and #BCD082 with #D0BC82 are triadic colors.