COLOR #DCB0A5

HEX: #DCB0A5 RGB: (220,176,165)

Color info

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

RGB color model

#DCB0A5 color RGB value is (220,176,165).

RGB: (220,176,165) (86%, 69%, 65%)

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 165 of 255 = 65%

220
176
165

R + G + B ~ 73%. #DCB0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 176 + 165 = 561 (100%)
R 220 of 561 ~ 39.22%
G 176 of 561 ~ 31.37%
B 165 of 561 ~ 29.41'%

%39.22
%31.37
%29.41

CMYK color model

#DCB0A5 color CMYK value is (0,20,25,14).

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

CMYK: (0,20,25,14)
C0M20Y25K14 (0%, 20%, 25%, 14%)
(0.00 / 0.20 / 0.25 / 0.14)

CMYK percentages

%0
%20
%25
%13.73

Codes

Color #DCB0A5 in popluar color models

DC B0 A5
RGB 220 176 165
HSL 12° 44.00% 75.49%
HSB/HSV 12° 25.00% 86.27%
CMYK 0.00% 20.00% 25.00%
13.73%

Color #DCB0A5 in popluar number systems.

HEX DC B0 A5
Decimal 220 176 165
Binary 11011100 10110000 10100101
Octal 334 260 245

Shades and tints

Shades of #DCB0A5

#DCB0A5
(220,176,165)
#C8A096
(200,160,150)
#B49087
(180,144,135)
#A08078
(160,128,120)
#8C7069
(140,112,105)
#78605A
(120,96,90)
#64504B
(100,80,75)
#50403C
(80,64,60)
#3C302D
(60,48,45)
#28201E
(40,32,30)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #DCB0A5

#DCB0A5
(220,176,165)
#DFB7AD
(223,183,173)
#E2BEB5
(226,190,181)
#E5C5BD
(229,197,189)
#E8CCC5
(232,204,197)
#EBD3CD
(235,211,205)
#EEDAD5
(238,218,213)
#F1E1DD
(241,225,221)
#F4E8E5
(244,232,229)
#F7EFED
(247,239,237)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB0A5; }

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

This text font color is #DCB0A5.

Background Color

.myBgColor { background-color: #DCB0A5; }

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

This div background color is #DCB0A5.

Border color

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

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

This div border color is #DCB0A5.

Opacity

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

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

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

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

This text has shadow with #DCB0A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB0A5.

Preview

Color preview on black background

This text has color #DCB0A5 on black background.


Color preview on white background

This text has color #DCB0A5 on white background.


Black color preview on #DCB0A5 background

This text has black color on #DCB0A5 background.


White color preview on #DCB0A5 background

This text has white color on #DCB0A5 background.


Related colors

Complementary color

Complementary color for #hex is #234F5A.


I love getcolorcode.com

Triadic colors

1 #A5DCB0 and #B0A5DC with #DCB0A5 are triadic colors.

2 #A5B0DC and #B0DCA5 with #DCB0A5 are triadic colors.