COLOR #DCB4A4

HEX: #DCB4A4 RGB: (220,180,164)

Color info

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

RGB color model

#DCB4A4 color RGB value is (220,180,164).

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

RGB channels and saturation

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

220
180
164

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

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 164 = 564 (100%)
R 220 of 564 ~ 39.01%
G 180 of 564 ~ 31.91%
B 164 of 564 ~ 29.08'%

%39.01
%31.91
%29.08

CMYK color model

#DCB4A4 color CMYK value is (0,18,25,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 25.45%
  • key color value is 13.73%

CMYK: (0,18,25,14)
C0M18Y25K14 (0%, 18%, 25%, 14%)
(0.00 / 0.18 / 0.25 / 0.14)

CMYK percentages

%0
%18.18
%25.45
%13.73

Codes

Color #DCB4A4 in popluar color models

DC B4 A4
RGB 220 180 164
HSL 17° 44.44% 75.29%
HSB/HSV 17° 25.45% 86.27%
CMYK 0.00% 18.18% 25.45%
13.73%

Color #DCB4A4 in popluar number systems.

HEX DC B4 A4
Decimal 220 180 164
Binary 11011100 10110100 10100100
Octal 334 264 244

Shades and tints

Shades of #DCB4A4

#DCB4A4
(220,180,164)
#C8A496
(200,164,150)
#B49488
(180,148,136)
#A0847A
(160,132,122)
#8C746C
(140,116,108)
#78645E
(120,100,94)
#645450
(100,84,80)
#504442
(80,68,66)
#3C3434
(60,52,52)
#282426
(40,36,38)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #DCB4A4

#DCB4A4
(220,180,164)
#DFBAAC
(223,186,172)
#E2C0B4
(226,192,180)
#E5C6BC
(229,198,188)
#E8CCC4
(232,204,196)
#EBD2CC
(235,210,204)
#EED8D4
(238,216,212)
#F1DEDC
(241,222,220)
#F4E4E4
(244,228,228)
#F7EAEC
(247,234,236)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB4A4; }

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

This text font color is #DCB4A4.

Background Color

.myBgColor { background-color: #DCB4A4; }

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

This div background color is #DCB4A4.

Border color

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

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

This div border color is #DCB4A4.

Opacity

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

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

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

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

This text has shadow with #DCB4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4A4.

Preview

Color preview on black background

This text has color #DCB4A4 on black background.


Color preview on white background

This text has color #DCB4A4 on white background.


Black color preview on #DCB4A4 background

This text has black color on #DCB4A4 background.


White color preview on #DCB4A4 background

This text has white color on #DCB4A4 background.


Related colors

Complementary color

Complementary color for #hex is #234B5B.


I love getcolorcode.com

Triadic colors

1 #A4DCB4 and #B4A4DC with #DCB4A4 are triadic colors.

2 #A4B4DC and #B4DCA4 with #DCB4A4 are triadic colors.