COLOR #DCB38D

HEX: #DCB38D RGB: (220,179,141)

Color info

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

RGB color model

#DCB38D color RGB value is (220,179,141).

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

RGB channels and saturation

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

220
179
141

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

Portions of RGB colors in percentages

R + G + B = 220 + 179 + 141 = 540 (100%)
R 220 of 540 ~ 40.74%
G 179 of 540 ~ 33.15%
B 141 of 540 ~ 26.11'%

%40.74
%33.15
%26.11

CMYK color model

#DCB38D color CMYK value is (0,19,36,14).

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

CMYK: (0,19,36,14)
C0M19Y36K14 (0%, 19%, 36%, 14%)
(0.00 / 0.19 / 0.36 / 0.14)

CMYK percentages

%0
%18.64
%35.91
%13.73

Codes

Color #DCB38D in popluar color models

DC B3 8D
RGB 220 179 141
HSL 29° 53.02% 70.78%
HSB/HSV 29° 35.91% 86.27%
CMYK 0.00% 18.64% 35.91%
13.73%

Color #DCB38D in popluar number systems.

HEX DC B3 8D
Decimal 220 179 141
Binary 11011100 10110011 10001101
Octal 334 263 215

Shades and tints

Shades of #DCB38D

#DCB38D
(220,179,141)
#C8A381
(200,163,129)
#B49375
(180,147,117)
#A08369
(160,131,105)
#8C735D
(140,115,93)
#786351
(120,99,81)
#645345
(100,83,69)
#504339
(80,67,57)
#3C332D
(60,51,45)
#282321
(40,35,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #DCB38D

#DCB38D
(220,179,141)
#DFB997
(223,185,151)
#E2BFA1
(226,191,161)
#E5C5AB
(229,197,171)
#E8CBB5
(232,203,181)
#EBD1BF
(235,209,191)
#EED7C9
(238,215,201)
#F1DDD3
(241,221,211)
#F4E3DD
(244,227,221)
#F7E9E7
(247,233,231)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB38D; }

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

This text font color is #DCB38D.

Background Color

.myBgColor { background-color: #DCB38D; }

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

This div background color is #DCB38D.

Border color

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

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

This div border color is #DCB38D.

Opacity

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

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

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

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

This text has shadow with #DCB38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB38D.

Preview

Color preview on black background

This text has color #DCB38D on black background.


Color preview on white background

This text has color #DCB38D on white background.


Black color preview on #DCB38D background

This text has black color on #DCB38D background.


White color preview on #DCB38D background

This text has white color on #DCB38D background.


Related colors

Complementary color

Complementary color for #hex is #234C72.


I love getcolorcode.com

Triadic colors

1 #8DDCB3 and #B38DDC with #DCB38D are triadic colors.

2 #8DB3DC and #B3DC8D with #DCB38D are triadic colors.