COLOR #DCB8AC

HEX: #DCB8AC RGB: (220,184,172)

Color info

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

RGB color model

#DCB8AC color RGB value is (220,184,172).

RGB: (220,184,172) (86%, 72%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 184 of 255 = 72%
B 172 of 255 = 67%

220
184
172

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

Portions of RGB colors in percentages

R + G + B = 220 + 184 + 172 = 576 (100%)
R 220 of 576 ~ 38.19%
G 184 of 576 ~ 31.94%
B 172 of 576 ~ 29.86'%

%38.19
%31.94
%29.86

CMYK color model

#DCB8AC color CMYK value is (0,16,22,14).

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

CMYK: (0,16,22,14)
C0M16Y22K14 (0%, 16%, 22%, 14%)
(0.00 / 0.16 / 0.22 / 0.14)

CMYK percentages

%0
%16.36
%21.82
%13.73

Codes

Color #DCB8AC in popluar color models

DC B8 AC
RGB 220 184 172
HSL 15° 40.68% 76.86%
HSB/HSV 15° 21.82% 86.27%
CMYK 0.00% 16.36% 21.82%
13.73%

Color #DCB8AC in popluar number systems.

HEX DC B8 AC
Decimal 220 184 172
Binary 11011100 10111000 10101100
Octal 334 270 254

Shades and tints

Shades of #DCB8AC

#DCB8AC
(220,184,172)
#C8A89D
(200,168,157)
#B4988E
(180,152,142)
#A0887F
(160,136,127)
#8C7870
(140,120,112)
#786861
(120,104,97)
#645852
(100,88,82)
#504843
(80,72,67)
#3C3834
(60,56,52)
#282825
(40,40,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #DCB8AC

#DCB8AC
(220,184,172)
#DFBEB3
(223,190,179)
#E2C4BA
(226,196,186)
#E5CAC1
(229,202,193)
#E8D0C8
(232,208,200)
#EBD6CF
(235,214,207)
#EEDCD6
(238,220,214)
#F1E2DD
(241,226,221)
#F4E8E4
(244,232,228)
#F7EEEB
(247,238,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB8AC; }

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

This text font color is #DCB8AC.

Background Color

.myBgColor { background-color: #DCB8AC; }

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

This div background color is #DCB8AC.

Border color

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

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

This div border color is #DCB8AC.

Opacity

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

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

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

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

This text has shadow with #DCB8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB8AC.

Preview

Color preview on black background

This text has color #DCB8AC on black background.


Color preview on white background

This text has color #DCB8AC on white background.


Black color preview on #DCB8AC background

This text has black color on #DCB8AC background.


White color preview on #DCB8AC background

This text has white color on #DCB8AC background.


Related colors

Complementary color

Complementary color for #hex is #234753.


I love getcolorcode.com

Triadic colors

1 #ACDCB8 and #B8ACDC with #DCB8AC are triadic colors.

2 #ACB8DC and #B8DCAC with #DCB8AC are triadic colors.