COLOR #DCB7A5

HEX: #DCB7A5
RGB: (220,183,165)

Color info

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

RGB color model

#DCB7A5 color RGB value is (220,183,165).

  • red value is 220;
  • green value is 183;
  • blue value is 165.
RGB:
(220,183,165)
(86%,72%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 183 of 255 = 72%
B 165 of 255 = 65%

220
183
165

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

Portions of RGB colors in percentages

R + G + B =
220 + 183 + 165 = 568 (100%)
R 220 of 568 ~ 38.73%
G 183 of 568 ~ 32.22%
B 165 of 568 ~ 29.05%

%38.73
%32.22
%29.05

CMYK color model

#DCB7A5 color CMYK value is (0,17,25,14).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(0,17,25,14)
C0M17Y25K14 
(0%,17%,25%,14%)
(0.00/0.17/0.25/0.14)	

CMYK percentages

%0
%16.82
%25
%13.73

Codes

Color #DCB7A5 in popluar color models

DCB7A5
RGB220183165
HSL20°44.00%75.49%
HSB/HSV20°25.00%86.27%
CMYK0.00%16.82%25.00%
13.73%

Color #DCB7A5 in popluar number systems.

HEXDCB7A5
Decimal220183165
Binary110111001011011110100101
Octal334267245

Shades and tints

Shades of #DCB7A5

#DCB7A5
(220,183,165)
#C8A796
(200,167,150)
#B49787
(180,151,135)
#A08778
(160,135,120)
#8C7769
(140,119,105)
#78675A
(120,103,90)
#64574B
(100,87,75)
#50473C
(80,71,60)
#3C372D
(60,55,45)
#28271E
(40,39,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #DCB7A5

#DCB7A5
(220,183,165)
#DFBDAD
(223,189,173)
#E2C3B5
(226,195,181)
#E5C9BD
(229,201,189)
#E8CFC5
(232,207,197)
#EBD5CD
(235,213,205)
#EEDBD5
(238,219,213)
#F1E1DD
(241,225,221)
#F4E7E5
(244,231,229)
#F7EDED
(247,237,237)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB7A5; }

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

This text font color is #DCB7A5.


Background Color

.myBgColor { background-color: #DCB7A5; }

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

This div background color is #DCB7A5.


Border color

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

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

This div border color is #DCB7A5.


Opacity

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

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

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

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

This text has shadow with #DCB7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB7A5 on black background.


Color preview on white background

This text has color #DCB7A5 on white background.



Black color preview on #DCB7A5 background

This text has black color on #DCB7A5 background.


White color preview on #DCB7A5 background

This text has white color on #DCB7A5 background.