COLOR #DCB2AD

HEX: #DCB2AD RGB: (220,178,173)

Color info

#DCB2AD contains red, green and blue colors in about the same proportion. Web safe color of #DCB2AD is #CC9999 (or #C99).

RGB color model

#DCB2AD color RGB value is (220,178,173).

RGB: (220,178,173) (86%, 70%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 173 of 255 = 68%

220
178
173

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

Portions of RGB colors in percentages

R + G + B = 220 + 178 + 173 = 571 (100%)
R 220 of 571 ~ 38.53%
G 178 of 571 ~ 31.17%
B 173 of 571 ~ 30.3'%

%38.53
%31.17
%30.3

CMYK color model

#DCB2AD color CMYK value is (0,19,21,14).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (0,19,21,14)
C0M19Y21K14 (0%, 19%, 21%, 14%)
(0.00 / 0.19 / 0.21 / 0.14)

CMYK percentages

%0
%19.09
%21.36
%13.73

Codes

Color #DCB2AD in popluar color models

DC B2 AD
RGB 220 178 173
HSL 40.17% 77.06%
HSB/HSV 21.36% 86.27%
CMYK 0.00% 19.09% 21.36%
13.73%

Color #DCB2AD in popluar number systems.

HEX DC B2 AD
Decimal 220 178 173
Binary 11011100 10110010 10101101
Octal 334 262 255

Shades and tints

Shades of #DCB2AD

#DCB2AD
(220,178,173)
#C8A29E
(200,162,158)
#B4928F
(180,146,143)
#A08280
(160,130,128)
#8C7271
(140,114,113)
#786262
(120,98,98)
#645253
(100,82,83)
#504244
(80,66,68)
#3C3235
(60,50,53)
#282226
(40,34,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #DCB2AD

#DCB2AD
(220,178,173)
#DFB9B4
(223,185,180)
#E2C0BB
(226,192,187)
#E5C7C2
(229,199,194)
#E8CEC9
(232,206,201)
#EBD5D0
(235,213,208)
#EEDCD7
(238,220,215)
#F1E3DE
(241,227,222)
#F4EAE5
(244,234,229)
#F7F1EC
(247,241,236)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB2AD color. Also use rgb(220,178,173) instead hex code.

Text Font Color

.myTextColor { color: #DCB2AD; }

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

This text font color is #DCB2AD.

Background Color

.myBgColor { background-color: #DCB2AD; }

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

This div background color is #DCB2AD.

Border color

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

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

This div border color is #DCB2AD.

Opacity

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

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

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

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

This text has shadow with #DCB2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB2AD.

Preview

Color preview on black background

This text has color #DCB2AD on black background.


Color preview on white background

This text has color #DCB2AD on white background.


Black color preview on #DCB2AD background

This text has black color on #DCB2AD background.


White color preview on #DCB2AD background

This text has white color on #DCB2AD background.


Related colors

Complementary color

Complementary color for #hex is #234D52.


I love getcolorcode.com

Triadic colors

1 #ADDCB2 and #B2ADDC with #DCB2AD are triadic colors.

2 #ADB2DC and #B2DCAD with #DCB2AD are triadic colors.