COLOR #DCB94B

HEX: #DCB94B
RGB: (220,185,75)

Color info

#DCB94B contains mainly red and green colors. Web safe color of #DCB94B is #CCCC33 (or #CC3).

RGB color model

#DCB94B color RGB value is (220,185,75).

  • red value is 220;
  • green value is 185;
  • blue value is 75.
RGB:
(220,185,75)
(86%,73%,29%)

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 75 of 255 = 29%

220
185
75

R + G + B ~ 63%. #DCB94B is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 185 + 75 = 480 (100%)
R 220 of 480 ~ 45.83%
G 185 of 480 ~ 38.54%
B 75 of 480 ~ 15.63%

%45.83
%38.54
%15.63

CMYK color model

#DCB94B color CMYK value is (0,16,66,14).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 65.91%
  • key color value is 13.73%
CMYK:
(0,16,66,14)
C0M16Y66K14 
(0%,16%,66%,14%)
(0.00/0.16/0.66/0.14)	

CMYK percentages

%0
%15.91
%65.91
%13.73

Codes

Color #DCB94B in popluar color models

DCB94B
RGB22018575
HSL46°67.44%57.84%
HSB/HSV46°65.91%86.27%
CMYK0.00%15.91%65.91%
13.73%

Color #DCB94B in popluar number systems.

HEXDCB94B
Decimal22018575
Binary11011100101110011001011
Octal334271113

Shades and tints

Shades of #DCB94B

#DCB94B
(220,185,75)
#C8A945
(200,169,69)
#B4993F
(180,153,63)
#A08939
(160,137,57)
#8C7933
(140,121,51)
#78692D
(120,105,45)
#645927
(100,89,39)
#504921
(80,73,33)
#3C391B
(60,57,27)
#282915
(40,41,21)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #DCB94B

#DCB94B
(220,185,75)
#DFBF5B
(223,191,91)
#E2C56B
(226,197,107)
#E5CB7B
(229,203,123)
#E8D18B
(232,209,139)
#EBD79B
(235,215,155)
#EEDDAB
(238,221,171)
#F1E3BB
(241,227,187)
#F4E9CB
(244,233,203)
#F7EFDB
(247,239,219)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB94B color. Also use rgb(220,185,75) instead hex code.

Text Font Color

.myTextColor { color: #DCB94B; }

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

This text font color is #DCB94B.


Background Color

.myBgColor { background-color: #DCB94B; }

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

This div background color is #DCB94B.


Border color

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

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

This div border color is #DCB94B.


Opacity

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

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

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

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

This text has shadow with #DCB94B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB94B on black background.


Color preview on white background

This text has color #DCB94B on white background.



Black color preview on #DCB94B background

This text has black color on #DCB94B background.


White color preview on #DCB94B background

This text has white color on #DCB94B background.