COLOR #DCB68A

HEX: #DCB68A
RGB: (220,182,138)

Color info

#DCB68A contains mainly red and green colors. Web safe color of #DCB68A is #CCCC99 (or #CC9).

RGB color model

#DCB68A color RGB value is (220,182,138).

  • red value is 220;
  • green value is 182;
  • blue value is 138.
RGB:
(220,182,138)
(86%,71%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 182 of 255 = 71%
B 138 of 255 = 54%

220
182
138

R + G + B ~ 70%. #DCB68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 182 + 138 = 540 (100%)
R 220 of 540 ~ 40.74%
G 182 of 540 ~ 33.7%
B 138 of 540 ~ 25.56%

%40.74
%33.7
%25.56

CMYK color model

#DCB68A color CMYK value is (0,17,37,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 37.27%
  • key color value is 13.73%
CMYK:
(0,17,37,14)
C0M17Y37K14 
(0%,17%,37%,14%)
(0.00/0.17/0.37/0.14)	

CMYK percentages

%0
%17.27
%37.27
%13.73

Codes

Color #DCB68A in popluar color models

DCB68A
RGB220182138
HSL32°53.95%70.20%
HSB/HSV32°37.27%86.27%
CMYK0.00%17.27%37.27%
13.73%

Color #DCB68A in popluar number systems.

HEXDCB68A
Decimal220182138
Binary110111001011011010001010
Octal334266212

Shades and tints

Shades of #DCB68A

#DCB68A
(220,182,138)
#C8A67E
(200,166,126)
#B49672
(180,150,114)
#A08666
(160,134,102)
#8C765A
(140,118,90)
#78664E
(120,102,78)
#645642
(100,86,66)
#504636
(80,70,54)
#3C362A
(60,54,42)
#28261E
(40,38,30)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #DCB68A

#DCB68A
(220,182,138)
#DFBC94
(223,188,148)
#E2C29E
(226,194,158)
#E5C8A8
(229,200,168)
#E8CEB2
(232,206,178)
#EBD4BC
(235,212,188)
#EEDAC6
(238,218,198)
#F1E0D0
(241,224,208)
#F4E6DA
(244,230,218)
#F7ECE4
(247,236,228)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB68A color. Also use rgb(220,182,138) instead hex code.

Text Font Color

.myTextColor { color: #DCB68A; }

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

This text font color is #DCB68A.


Background Color

.myBgColor { background-color: #DCB68A; }

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

This div background color is #DCB68A.


Border color

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

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

This div border color is #DCB68A.


Opacity

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

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

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

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

This text has shadow with #DCB68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB68A on black background.


Color preview on white background

This text has color #DCB68A on white background.



Black color preview on #DCB68A background

This text has black color on #DCB68A background.


White color preview on #DCB68A background

This text has white color on #DCB68A background.