COLOR #DCB4AA

HEX: #DCB4AA RGB: (220,180,170)

Color info

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

RGB color model

#DCB4AA color RGB value is (220,180,170).

RGB: (220,180,170) (86%, 71%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 170 of 255 = 67%

220
180
170

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

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 170 = 570 (100%)
R 220 of 570 ~ 38.6%
G 180 of 570 ~ 31.58%
B 170 of 570 ~ 29.82'%

%38.6
%31.58
%29.82

CMYK color model

#DCB4AA color CMYK value is (0,18,23,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK: (0,18,23,14) C0M18Y23K14 (0%,18%,23%,14%) (0.00/0.18/0.23/0.14) 

CMYK percentages

%0
%18.18
%22.73
%13.73

Codes

Color #DCB4AA in popluar color models

DC B4 AA
RGB 220 180 170
HSL 12° 41.67% 76.47%
HSB/HSV 12° 22.73% 86.27%
CMYK 0.00% 18.18% 22.73%
13.73%

Color #DCB4AA in popluar number systems.

HEX DC B4 AA
Decimal 220 180 170
Binary 11011100 10110100 10101010
Octal 334 264 252

Shades and tints

Shades of #DCB4AA

#DCB4AA
(220,180,170)
#C8A49B
(200,164,155)
#B4948C
(180,148,140)
#A0847D
(160,132,125)
#8C746E
(140,116,110)
#78645F
(120,100,95)
#645450
(100,84,80)
#504441
(80,68,65)
#3C3432
(60,52,50)
#282423
(40,36,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #DCB4AA

#DCB4AA
(220,180,170)
#DFBAB1
(223,186,177)
#E2C0B8
(226,192,184)
#E5C6BF
(229,198,191)
#E8CCC6
(232,204,198)
#EBD2CD
(235,210,205)
#EED8D4
(238,216,212)
#F1DEDB
(241,222,219)
#F4E4E2
(244,228,226)
#F7EAE9
(247,234,233)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB4AA; }

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

This text font color is #DCB4AA.

Background Color

.myBgColor { background-color: #DCB4AA; }

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

This div background color is #DCB4AA.

Border color

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

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

This div border color is #DCB4AA.

Opacity

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

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

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

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

This text has shadow with #DCB4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4AA.

Preview

Color preview on black background

This text has color #DCB4AA on black background.


Color preview on white background

This text has color #DCB4AA on white background.


Black color preview on #DCB4AA background

This text has black color on #DCB4AA background.


White color preview on #DCB4AA background

This text has white color on #DCB4AA background.


Related colors

Complementary color

Complementary color for #hex is #234B55.


I love getcolorcode.com

Triadic colors

1 #AADCB4 and #B4AADC with #DCB4AA are triadic colors.

2 #AAB4DC and #B4DCAA with #DCB4AA are triadic colors.