COLOR #DCB689

HEX: #DCB689
RGB: (220,182,137)

Color info

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

RGB color model

#DCB689 color RGB value is (220,182,137).

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

RGB channels and saturation

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

220
182
137

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

Portions of RGB colors in percentages

R + G + B =
220 + 182 + 137 = 539 (100%)
R 220 of 539 ~ 40.82%
G 182 of 539 ~ 33.77%
B 137 of 539 ~ 25.42%

%40.82
%33.77
%25.42

CMYK color model

#DCB689 color CMYK value is (0,17,38,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK:
(0,17,38,14)
C0M17Y38K14 
(0%,17%,38%,14%)
(0.00/0.17/0.38/0.14)	

CMYK percentages

%0
%17.27
%37.73
%13.73

Codes

Color #DCB689 in popluar color models

DCB689
RGB220182137
HSL33°54.25%70.00%
HSB/HSV33°37.73%86.27%
CMYK0.00%17.27%37.73%
13.73%

Color #DCB689 in popluar number systems.

HEXDCB689
Decimal220182137
Binary110111001011011010001001
Octal334266211

Shades and tints

Shades of #DCB689

#DCB689
(220,182,137)
#C8A67D
(200,166,125)
#B49671
(180,150,113)
#A08665
(160,134,101)
#8C7659
(140,118,89)
#78664D
(120,102,77)
#645641
(100,86,65)
#504635
(80,70,53)
#3C3629
(60,54,41)
#28261D
(40,38,29)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #DCB689

#DCB689
(220,182,137)
#DFBC93
(223,188,147)
#E2C29D
(226,194,157)
#E5C8A7
(229,200,167)
#E8CEB1
(232,206,177)
#EBD4BB
(235,212,187)
#EEDAC5
(238,218,197)
#F1E0CF
(241,224,207)
#F4E6D9
(244,230,217)
#F7ECE3
(247,236,227)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB689; }

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

This text font color is #DCB689.


Background Color

.myBgColor { background-color: #DCB689; }

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

This div background color is #DCB689.


Border color

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

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

This div border color is #DCB689.


Opacity

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

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

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

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

This text has shadow with #DCB689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB689 on black background.


Color preview on white background

This text has color #DCB689 on white background.



Black color preview on #DCB689 background

This text has black color on #DCB689 background.


White color preview on #DCB689 background

This text has white color on #DCB689 background.