COLOR #DCB38B

HEX: #DCB38B RGB: (220,179,139)

Color info

#DCB38B contains mainly red and green colors. Web safe color of #DCB38B is #CC9999 (or #C99).

RGB color model

#DCB38B color RGB value is (220,179,139).

RGB: (220,179,139) (86%, 70%, 55%)

RGB channels and saturation

R 220 of 255 = 86%
G 179 of 255 = 70%
B 139 of 255 = 55%

220
179
139

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

Portions of RGB colors in percentages

R + G + B = 220 + 179 + 139 = 538 (100%)
R 220 of 538 ~ 40.89%
G 179 of 538 ~ 33.27%
B 139 of 538 ~ 25.84'%

%40.89
%33.27
%25.84

CMYK color model

#DCB38B color CMYK value is (0,19,37,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 36.82%
  • key color value is 13.73%

CMYK: (0,19,37,14)
C0M19Y37K14 (0%, 19%, 37%, 14%)
(0.00 / 0.19 / 0.37 / 0.14)

CMYK percentages

%0
%18.64
%36.82
%13.73

Codes

Color #DCB38B in popluar color models

DC B3 8B
RGB 220 179 139
HSL 30° 53.64% 70.39%
HSB/HSV 30° 36.82% 86.27%
CMYK 0.00% 18.64% 36.82%
13.73%

Color #DCB38B in popluar number systems.

HEX DC B3 8B
Decimal 220 179 139
Binary 11011100 10110011 10001011
Octal 334 263 213

Shades and tints

Shades of #DCB38B

#DCB38B
(220,179,139)
#C8A37F
(200,163,127)
#B49373
(180,147,115)
#A08367
(160,131,103)
#8C735B
(140,115,91)
#78634F
(120,99,79)
#645343
(100,83,67)
#504337
(80,67,55)
#3C332B
(60,51,43)
#28231F
(40,35,31)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #DCB38B

#DCB38B
(220,179,139)
#DFB995
(223,185,149)
#E2BF9F
(226,191,159)
#E5C5A9
(229,197,169)
#E8CBB3
(232,203,179)
#EBD1BD
(235,209,189)
#EED7C7
(238,215,199)
#F1DDD1
(241,221,209)
#F4E3DB
(244,227,219)
#F7E9E5
(247,233,229)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB38B color. Also use rgb(220,179,139) instead hex code.

Text Font Color

.myTextColor { color: #DCB38B; }

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

This text font color is #DCB38B.

Background Color

.myBgColor { background-color: #DCB38B; }

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

This div background color is #DCB38B.

Border color

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

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

This div border color is #DCB38B.

Opacity

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

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

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

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

This text has shadow with #DCB38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB38B.

Preview

Color preview on black background

This text has color #DCB38B on black background.


Color preview on white background

This text has color #DCB38B on white background.


Black color preview on #DCB38B background

This text has black color on #DCB38B background.


White color preview on #DCB38B background

This text has white color on #DCB38B background.


Related colors

Complementary color

Complementary color for #hex is #234C74.


I love getcolorcode.com

Triadic colors

1 #8BDCB3 and #B38BDC with #DCB38B are triadic colors.

2 #8BB3DC and #B3DC8B with #DCB38B are triadic colors.