COLOR #DCB883

HEX: #DCB883 RGB: (220,184,131)

Color info

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

RGB color model

#DCB883 color RGB value is (220,184,131).

RGB: (220,184,131) (86%, 72%, 51%)

RGB channels and saturation

R 220 of 255 = 86%
G 184 of 255 = 72%
B 131 of 255 = 51%

220
184
131

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

Portions of RGB colors in percentages

R + G + B = 220 + 184 + 131 = 535 (100%)
R 220 of 535 ~ 41.12%
G 184 of 535 ~ 34.39%
B 131 of 535 ~ 24.49'%

%41.12
%34.39
%24.49

CMYK color model

#DCB883 color CMYK value is (0,16,40,14).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 40.45%
  • key color value is 13.73%

CMYK: (0,16,40,14)
C0M16Y40K14 (0%, 16%, 40%, 14%)
(0.00 / 0.16 / 0.40 / 0.14)

CMYK percentages

%0
%16.36
%40.45
%13.73

Codes

Color #DCB883 in popluar color models

DC B8 83
RGB 220 184 131
HSL 36° 55.97% 68.82%
HSB/HSV 36° 40.45% 86.27%
CMYK 0.00% 16.36% 40.45%
13.73%

Color #DCB883 in popluar number systems.

HEX DC B8 83
Decimal 220 184 131
Binary 11011100 10111000 10000011
Octal 334 270 203

Shades and tints

Shades of #DCB883

#DCB883
(220,184,131)
#C8A878
(200,168,120)
#B4986D
(180,152,109)
#A08862
(160,136,98)
#8C7857
(140,120,87)
#78684C
(120,104,76)
#645841
(100,88,65)
#504836
(80,72,54)
#3C382B
(60,56,43)
#282820
(40,40,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #DCB883

#DCB883
(220,184,131)
#DFBE8E
(223,190,142)
#E2C499
(226,196,153)
#E5CAA4
(229,202,164)
#E8D0AF
(232,208,175)
#EBD6BA
(235,214,186)
#EEDCC5
(238,220,197)
#F1E2D0
(241,226,208)
#F4E8DB
(244,232,219)
#F7EEE6
(247,238,230)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB883 color. Also use rgb(220,184,131) instead hex code.

Text Font Color

.myTextColor { color: #DCB883; }

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

This text font color is #DCB883.

Background Color

.myBgColor { background-color: #DCB883; }

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

This div background color is #DCB883.

Border color

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

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

This div border color is #DCB883.

Opacity

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

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

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

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

This text has shadow with #DCB883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB883.

Preview

Color preview on black background

This text has color #DCB883 on black background.


Color preview on white background

This text has color #DCB883 on white background.


Black color preview on #DCB883 background

This text has black color on #DCB883 background.


White color preview on #DCB883 background

This text has white color on #DCB883 background.


Related colors

Complementary color

Complementary color for #hex is #23477C.


I love getcolorcode.com

Triadic colors

1 #83DCB8 and #B883DC with #DCB883 are triadic colors.

2 #83B8DC and #B8DC83 with #DCB883 are triadic colors.