COLOR #DCB47A

HEX: #DCB47A
RGB: (220,180,122)

Color info

#DCB47A contains mainly red and green colors. Web safe color of #DCB47A is #CCCC66 (or #CC6).

RGB color model

#DCB47A color RGB value is (220,180,122).

  • red value is 220;
  • green value is 180;
  • blue value is 122.
RGB:
(220,180,122)
(86%,71%,48%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 122 of 255 = 48%

220
180
122

R + G + B ~ 68%. #DCB47A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 180 + 122 = 522 (100%)
R 220 of 522 ~ 42.15%
G 180 of 522 ~ 34.48%
B 122 of 522 ~ 23.37%

%42.15
%34.48
%23.37

CMYK color model

#DCB47A color CMYK value is (0,18,45,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 44.55%
  • key color value is 13.73%
CMYK:
(0,18,45,14)
C0M18Y45K14 
(0%,18%,45%,14%)
(0.00/0.18/0.45/0.14)	

CMYK percentages

%0
%18.18
%44.55
%13.73

Codes

Color #DCB47A in popluar color models

DCB47A
RGB220180122
HSL36°58.33%67.06%
HSB/HSV36°44.55%86.27%
CMYK0.00%18.18%44.55%
13.73%

Color #DCB47A in popluar number systems.

HEXDCB47A
Decimal220180122
Binary11011100101101001111010
Octal334264172

Shades and tints

Shades of #DCB47A

#DCB47A
(220,180,122)
#C8A46F
(200,164,111)
#B49464
(180,148,100)
#A08459
(160,132,89)
#8C744E
(140,116,78)
#786443
(120,100,67)
#645438
(100,84,56)
#50442D
(80,68,45)
#3C3422
(60,52,34)
#282417
(40,36,23)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #DCB47A

#DCB47A
(220,180,122)
#DFBA86
(223,186,134)
#E2C092
(226,192,146)
#E5C69E
(229,198,158)
#E8CCAA
(232,204,170)
#EBD2B6
(235,210,182)
#EED8C2
(238,216,194)
#F1DECE
(241,222,206)
#F4E4DA
(244,228,218)
#F7EAE6
(247,234,230)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB47A; }

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

This text font color is #DCB47A.


Background Color

.myBgColor { background-color: #DCB47A; }

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

This div background color is #DCB47A.


Border color

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

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

This div border color is #DCB47A.


Opacity

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

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

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

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

This text has shadow with #DCB47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB47A on black background.


Color preview on white background

This text has color #DCB47A on white background.



Black color preview on #DCB47A background

This text has black color on #DCB47A background.


White color preview on #DCB47A background

This text has white color on #DCB47A background.