COLOR #DCB5AB

HEX: #DCB5AB RGB: (220,181,171)

Color info

#DCB5AB contains red, green and blue colors in about the same proportion. Web safe color of #DCB5AB is #CCCC99 (or #CC9).

RGB color model

#DCB5AB color RGB value is (220,181,171).

RGB: (220,181,171) (86%, 71%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 181 of 255 = 71%
B 171 of 255 = 67%

220
181
171

R + G + B ~ 75%. #DCB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 181 + 171 = 572 (100%)
R 220 of 572 ~ 38.46%
G 181 of 572 ~ 31.64%
B 171 of 572 ~ 29.9'%

%38.46
%31.64
%29.9

CMYK color model

#DCB5AB color CMYK value is (0,18,22,14).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 22.27%
  • key color value is 13.73%

CMYK: (0,18,22,14)
C0M18Y22K14 (0%, 18%, 22%, 14%)
(0.00 / 0.18 / 0.22 / 0.14)

CMYK percentages

%0
%17.73
%22.27
%13.73

Codes

Color #DCB5AB in popluar color models

DC B5 AB
RGB 220 181 171
HSL 12° 41.18% 76.67%
HSB/HSV 12° 22.27% 86.27%
CMYK 0.00% 17.73% 22.27%
13.73%

Color #DCB5AB in popluar number systems.

HEX DC B5 AB
Decimal 220 181 171
Binary 11011100 10110101 10101011
Octal 334 265 253

Shades and tints

Shades of #DCB5AB

#DCB5AB
(220,181,171)
#C8A59C
(200,165,156)
#B4958D
(180,149,141)
#A0857E
(160,133,126)
#8C756F
(140,117,111)
#786560
(120,101,96)
#645551
(100,85,81)
#504542
(80,69,66)
#3C3533
(60,53,51)
#282524
(40,37,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #DCB5AB

#DCB5AB
(220,181,171)
#DFBBB2
(223,187,178)
#E2C1B9
(226,193,185)
#E5C7C0
(229,199,192)
#E8CDC7
(232,205,199)
#EBD3CE
(235,211,206)
#EED9D5
(238,217,213)
#F1DFDC
(241,223,220)
#F4E5E3
(244,229,227)
#F7EBEA
(247,235,234)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB5AB color. Also use rgb(220,181,171) instead hex code.

Text Font Color

.myTextColor { color: #DCB5AB; }

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

This text font color is #DCB5AB.

Background Color

.myBgColor { background-color: #DCB5AB; }

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

This div background color is #DCB5AB.

Border color

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

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

This div border color is #DCB5AB.

Opacity

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

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

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

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

This text has shadow with #DCB5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB5AB.

Preview

Color preview on black background

This text has color #DCB5AB on black background.


Color preview on white background

This text has color #DCB5AB on white background.


Black color preview on #DCB5AB background

This text has black color on #DCB5AB background.


White color preview on #DCB5AB background

This text has white color on #DCB5AB background.


Related colors

Complementary color

Complementary color for #hex is #234A54.


I love getcolorcode.com

Triadic colors

1 #ABDCB5 and #B5ABDC with #DCB5AB are triadic colors.

2 #ABB5DC and #B5DCAB with #DCB5AB are triadic colors.