COLOR #DCBA75

HEX: #DCBA75
RGB: (220,186,117)

Color info

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

RGB color model

#DCBA75 color RGB value is (220,186,117).

  • red value is 220;
  • green value is 186;
  • blue value is 117.
RGB:
(220,186,117)
(86%,73%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 186 of 255 = 73%
B 117 of 255 = 46%

220
186
117

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

Portions of RGB colors in percentages

R + G + B =
220 + 186 + 117 = 523 (100%)
R 220 of 523 ~ 42.07%
G 186 of 523 ~ 35.56%
B 117 of 523 ~ 22.37%

%42.07
%35.56
%22.37

CMYK color model

#DCBA75 color CMYK value is (0,15,47,14).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 46.82%
  • key color value is 13.73%
CMYK:
(0,15,47,14)
C0M15Y47K14 
(0%,15%,47%,14%)
(0.00/0.15/0.47/0.14)	

CMYK percentages

%0
%15.45
%46.82
%13.73

Codes

Color #DCBA75 in popluar color models

DCBA75
RGB220186117
HSL40°59.54%66.08%
HSB/HSV40°46.82%86.27%
CMYK0.00%15.45%46.82%
13.73%

Color #DCBA75 in popluar number systems.

HEXDCBA75
Decimal220186117
Binary11011100101110101110101
Octal334272165

Shades and tints

Shades of #DCBA75

#DCBA75
(220,186,117)
#C8AA6B
(200,170,107)
#B49A61
(180,154,97)
#A08A57
(160,138,87)
#8C7A4D
(140,122,77)
#786A43
(120,106,67)
#645A39
(100,90,57)
#504A2F
(80,74,47)
#3C3A25
(60,58,37)
#282A1B
(40,42,27)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #DCBA75

#DCBA75
(220,186,117)
#DFC081
(223,192,129)
#E2C68D
(226,198,141)
#E5CC99
(229,204,153)
#E8D2A5
(232,210,165)
#EBD8B1
(235,216,177)
#EEDEBD
(238,222,189)
#F1E4C9
(241,228,201)
#F4EAD5
(244,234,213)
#F7F0E1
(247,240,225)
#FAF6ED
(250,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBA75 color. Also use rgb(220,186,117) instead hex code.

Text Font Color

.myTextColor { color: #DCBA75; }

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

This text font color is #DCBA75.


Background Color

.myBgColor { background-color: #DCBA75; }

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

This div background color is #DCBA75.


Border color

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

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

This div border color is #DCBA75.


Opacity

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

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

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

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

This text has shadow with #DCBA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBA75 on black background.


Color preview on white background

This text has color #DCBA75 on white background.



Black color preview on #DCBA75 background

This text has black color on #DCBA75 background.


White color preview on #DCBA75 background

This text has white color on #DCBA75 background.