COLOR #DCB45D

HEX: #DCB45D RGB: (220,180,93)

Color info

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

RGB color model

#DCB45D color RGB value is (220,180,93).

RGB: (220,180,93) (86%, 71%, 36%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 93 of 255 = 36%

220
180
93

R + G + B ~ 64%. #DCB45D is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 93 = 493 (100%)
R 220 of 493 ~ 44.62%
G 180 of 493 ~ 36.51%
B 93 of 493 ~ 18.86'%

%44.62
%36.51
%18.86

CMYK color model

#DCB45D color CMYK value is (0,18,58,14).

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

CMYK: (0,18,58,14)
C0M18Y58K14 (0%, 18%, 58%, 14%)
(0.00 / 0.18 / 0.58 / 0.14)

CMYK percentages

%0
%18.18
%57.73
%13.73

Codes

Color #DCB45D in popluar color models

DC B4 5D
RGB 220 180 93
HSL 41° 64.47% 61.37%
HSB/HSV 41° 57.73% 86.27%
CMYK 0.00% 18.18% 57.73%
13.73%

Color #DCB45D in popluar number systems.

HEX DC B4 5D
Decimal 220 180 93
Binary 11011100 10110100 1011101
Octal 334 264 135

Shades and tints

Shades of #DCB45D

#DCB45D
(220,180,93)
#C8A455
(200,164,85)
#B4944D
(180,148,77)
#A08445
(160,132,69)
#8C743D
(140,116,61)
#786435
(120,100,53)
#64542D
(100,84,45)
#504425
(80,68,37)
#3C341D
(60,52,29)
#282415
(40,36,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #DCB45D

#DCB45D
(220,180,93)
#DFBA6B
(223,186,107)
#E2C079
(226,192,121)
#E5C687
(229,198,135)
#E8CC95
(232,204,149)
#EBD2A3
(235,210,163)
#EED8B1
(238,216,177)
#F1DEBF
(241,222,191)
#F4E4CD
(244,228,205)
#F7EADB
(247,234,219)
#FAF0E9
(250,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB45D; }

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

This text font color is #DCB45D.

Background Color

.myBgColor { background-color: #DCB45D; }

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

This div background color is #DCB45D.

Border color

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

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

This div border color is #DCB45D.

Opacity

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

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

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

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

This text has shadow with #DCB45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB45D.

Preview

Color preview on black background

This text has color #DCB45D on black background.


Color preview on white background

This text has color #DCB45D on white background.


Black color preview on #DCB45D background

This text has black color on #DCB45D background.


White color preview on #DCB45D background

This text has white color on #DCB45D background.


Related colors

Complementary color

Complementary color for #hex is #234BA2.


I love getcolorcode.com

Triadic colors

1 #5DDCB4 and #B45DDC with #DCB45D are triadic colors.

2 #5DB4DC and #B4DC5D with #DCB45D are triadic colors.