COLOR #DCB47E

HEX: #DCB47E RGB: (220,180,126)

Color info

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

RGB color model

#DCB47E color RGB value is (220,180,126).

RGB: (220,180,126) (86%, 71%, 49%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 126 of 255 = 49%

220
180
126

R + G + B ~ 69%. #DCB47E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 126 = 526 (100%)
R 220 of 526 ~ 41.83%
G 180 of 526 ~ 34.22%
B 126 of 526 ~ 23.95'%

%41.83
%34.22
%23.95

CMYK color model

#DCB47E color CMYK value is (0,18,43,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 42.73%
  • key color value is 13.73%

CMYK: (0,18,43,14)
C0M18Y43K14 (0%, 18%, 43%, 14%)
(0.00 / 0.18 / 0.43 / 0.14)

CMYK percentages

%0
%18.18
%42.73
%13.73

Codes

Color #DCB47E in popluar color models

DC B4 7E
RGB 220 180 126
HSL 34° 57.32% 67.84%
HSB/HSV 34° 42.73% 86.27%
CMYK 0.00% 18.18% 42.73%
13.73%

Color #DCB47E in popluar number systems.

HEX DC B4 7E
Decimal 220 180 126
Binary 11011100 10110100 1111110
Octal 334 264 176

Shades and tints

Shades of #DCB47E

#DCB47E
(220,180,126)
#C8A473
(200,164,115)
#B49468
(180,148,104)
#A0845D
(160,132,93)
#8C7452
(140,116,82)
#786447
(120,100,71)
#64543C
(100,84,60)
#504431
(80,68,49)
#3C3426
(60,52,38)
#28241B
(40,36,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #DCB47E

#DCB47E
(220,180,126)
#DFBA89
(223,186,137)
#E2C094
(226,192,148)
#E5C69F
(229,198,159)
#E8CCAA
(232,204,170)
#EBD2B5
(235,210,181)
#EED8C0
(238,216,192)
#F1DECB
(241,222,203)
#F4E4D6
(244,228,214)
#F7EAE1
(247,234,225)
#FAF0EC
(250,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB47E; }

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

This text font color is #DCB47E.

Background Color

.myBgColor { background-color: #DCB47E; }

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

This div background color is #DCB47E.

Border color

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

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

This div border color is #DCB47E.

Opacity

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

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

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

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

This text has shadow with #DCB47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB47E.

Preview

Color preview on black background

This text has color #DCB47E on black background.


Color preview on white background

This text has color #DCB47E on white background.


Black color preview on #DCB47E background

This text has black color on #DCB47E background.


White color preview on #DCB47E background

This text has white color on #DCB47E background.


Related colors

Complementary color

Complementary color for #hex is #234B81.


I love getcolorcode.com

Triadic colors

1 #7EDCB4 and #B47EDC with #DCB47E are triadic colors.

2 #7EB4DC and #B4DC7E with #DCB47E are triadic colors.