COLOR #DCB0AA

HEX: #DCB0AA RGB: (220,176,170)

Color info

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

RGB color model

#DCB0AA color RGB value is (220,176,170).

RGB: (220,176,170) (86%, 69%, 67%)

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 170 of 255 = 67%

220
176
170

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

Portions of RGB colors in percentages

R + G + B = 220 + 176 + 170 = 566 (100%)
R 220 of 566 ~ 38.87%
G 176 of 566 ~ 31.1%
B 170 of 566 ~ 30.04'%

%38.87
%31.1
%30.04

CMYK color model

#DCB0AA color CMYK value is (0,20,23,14).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 22.73%
  • key color value is 13.73%

CMYK: (0,20,23,14)
C0M20Y23K14 (0%, 20%, 23%, 14%)
(0.00 / 0.20 / 0.23 / 0.14)

CMYK percentages

%0
%20
%22.73
%13.73

Codes

Color #DCB0AA in popluar color models

DC B0 AA
RGB 220 176 170
HSL 41.67% 76.47%
HSB/HSV 22.73% 86.27%
CMYK 0.00% 20.00% 22.73%
13.73%

Color #DCB0AA in popluar number systems.

HEX DC B0 AA
Decimal 220 176 170
Binary 11011100 10110000 10101010
Octal 334 260 252

Shades and tints

Shades of #DCB0AA

#DCB0AA
(220,176,170)
#C8A09B
(200,160,155)
#B4908C
(180,144,140)
#A0807D
(160,128,125)
#8C706E
(140,112,110)
#78605F
(120,96,95)
#645050
(100,80,80)
#504041
(80,64,65)
#3C3032
(60,48,50)
#282023
(40,32,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #DCB0AA

#DCB0AA
(220,176,170)
#DFB7B1
(223,183,177)
#E2BEB8
(226,190,184)
#E5C5BF
(229,197,191)
#E8CCC6
(232,204,198)
#EBD3CD
(235,211,205)
#EEDAD4
(238,218,212)
#F1E1DB
(241,225,219)
#F4E8E2
(244,232,226)
#F7EFE9
(247,239,233)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB0AA; }

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

This text font color is #DCB0AA.

Background Color

.myBgColor { background-color: #DCB0AA; }

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

This div background color is #DCB0AA.

Border color

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

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

This div border color is #DCB0AA.

Opacity

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

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

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

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

This text has shadow with #DCB0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB0AA.

Preview

Color preview on black background

This text has color #DCB0AA on black background.


Color preview on white background

This text has color #DCB0AA on white background.


Black color preview on #DCB0AA background

This text has black color on #DCB0AA background.


White color preview on #DCB0AA background

This text has white color on #DCB0AA background.


Related colors

Complementary color

Complementary color for #hex is #234F55.


I love getcolorcode.com

Triadic colors

1 #AADCB0 and #B0AADC with #DCB0AA are triadic colors.

2 #AAB0DC and #B0DCAA with #DCB0AA are triadic colors.