COLOR #DCB46E

HEX: #DCB46E
RGB: (220,180,110)

Color info

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

RGB color model

#DCB46E color RGB value is (220,180,110).

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

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 110 of 255 = 43%

220
180
110

R + G + B ~ 67%. #DCB46E is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 180 + 110 = 510 (100%)
R 220 of 510 ~ 43.14%
G 180 of 510 ~ 35.29%
B 110 of 510 ~ 21.57%

%43.14
%35.29
%21.57

CMYK color model

#DCB46E color CMYK value is (0,18,50,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 50.00%
  • key color value is 13.73%
CMYK:
(0,18,50,14)
C0M18Y50K14 
(0%,18%,50%,14%)
(0.00/0.18/0.50/0.14)	

CMYK percentages

%0
%18.18
%50
%13.73

Codes

Color #DCB46E in popluar color models

DCB46E
RGB220180110
HSL38°61.11%64.71%
HSB/HSV38°50.00%86.27%
CMYK0.00%18.18%50.00%
13.73%

Color #DCB46E in popluar number systems.

HEXDCB46E
Decimal220180110
Binary11011100101101001101110
Octal334264156

Shades and tints

Shades of #DCB46E

#DCB46E
(220,180,110)
#C8A464
(200,164,100)
#B4945A
(180,148,90)
#A08450
(160,132,80)
#8C7446
(140,116,70)
#78643C
(120,100,60)
#645432
(100,84,50)
#504428
(80,68,40)
#3C341E
(60,52,30)
#282414
(40,36,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #DCB46E

#DCB46E
(220,180,110)
#DFBA7B
(223,186,123)
#E2C088
(226,192,136)
#E5C695
(229,198,149)
#E8CCA2
(232,204,162)
#EBD2AF
(235,210,175)
#EED8BC
(238,216,188)
#F1DEC9
(241,222,201)
#F4E4D6
(244,228,214)
#F7EAE3
(247,234,227)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB46E; }

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

This text font color is #DCB46E.


Background Color

.myBgColor { background-color: #DCB46E; }

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

This div background color is #DCB46E.


Border color

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

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

This div border color is #DCB46E.


Opacity

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

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

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

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

This text has shadow with #DCB46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB46E on black background.


Color preview on white background

This text has color #DCB46E on white background.



Black color preview on #DCB46E background

This text has black color on #DCB46E background.


White color preview on #DCB46E background

This text has white color on #DCB46E background.