COLOR #DCB4A3

HEX: #DCB4A3 RGB: (220,180,163)

Color info

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

RGB color model

#DCB4A3 color RGB value is (220,180,163).

RGB: (220,180,163) (86%, 71%, 64%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 163 of 255 = 64%

220
180
163

R + G + B ~ 74%. #DCB4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 163 = 563 (100%)
R 220 of 563 ~ 39.08%
G 180 of 563 ~ 31.97%
B 163 of 563 ~ 28.95'%

%39.08
%31.97
%28.95

CMYK color model

#DCB4A3 color CMYK value is (0,18,26,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK: (0,18,26,14) C0M18Y26K14 (0%,18%,26%,14%) (0.00/0.18/0.26/0.14) 

CMYK percentages

%0
%18.18
%25.91
%13.73

Codes

Color #DCB4A3 in popluar color models

DC B4 A3
RGB 220 180 163
HSL 18° 44.88% 75.10%
HSB/HSV 18° 25.91% 86.27%
CMYK 0.00% 18.18% 25.91%
13.73%

Color #DCB4A3 in popluar number systems.

HEX DC B4 A3
Decimal 220 180 163
Binary 11011100 10110100 10100011
Octal 334 264 243

Shades and tints

Shades of #DCB4A3

#DCB4A3
(220,180,163)
#C8A495
(200,164,149)
#B49487
(180,148,135)
#A08479
(160,132,121)
#8C746B
(140,116,107)
#78645D
(120,100,93)
#64544F
(100,84,79)
#504441
(80,68,65)
#3C3433
(60,52,51)
#282425
(40,36,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCB4A3

#DCB4A3
(220,180,163)
#DFBAAB
(223,186,171)
#E2C0B3
(226,192,179)
#E5C6BB
(229,198,187)
#E8CCC3
(232,204,195)
#EBD2CB
(235,210,203)
#EED8D3
(238,216,211)
#F1DEDB
(241,222,219)
#F4E4E3
(244,228,227)
#F7EAEB
(247,234,235)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB4A3 color. Also use rgb(220,180,163) instead hex code.

Text Font Color

.myTextColor { color: #DCB4A3; }

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

This text font color is #DCB4A3.

Background Color

.myBgColor { background-color: #DCB4A3; }

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

This div background color is #DCB4A3.

Border color

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

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

This div border color is #DCB4A3.

Opacity

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

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

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

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

This text has shadow with #DCB4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4A3.

Preview

Color preview on black background

This text has color #DCB4A3 on black background.


Color preview on white background

This text has color #DCB4A3 on white background.


Black color preview on #DCB4A3 background

This text has black color on #DCB4A3 background.


White color preview on #DCB4A3 background

This text has white color on #DCB4A3 background.


Related colors

Complementary color

Complementary color for #hex is #234B5C.


I love getcolorcode.com

Triadic colors

1 #A3DCB4 and #B4A3DC with #DCB4A3 are triadic colors.

2 #A3B4DC and #B4DCA3 with #DCB4A3 are triadic colors.