COLOR #DCB28B

HEX: #DCB28B
RGB: (220,178,139)

Color info

#DCB28B contains mainly red and green colors. Web safe color of #DCB28B is #CC9999 (or #C99).

RGB color model

#DCB28B color RGB value is (220,178,139).

  • red value is 220;
  • green value is 178;
  • blue value is 139.
RGB:
(220,178,139)
(86%,70%,55%)

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 139 of 255 = 55%

220
178
139

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

Portions of RGB colors in percentages

R + G + B =
220 + 178 + 139 = 537 (100%)
R 220 of 537 ~ 40.97%
G 178 of 537 ~ 33.15%
B 139 of 537 ~ 25.88%

%40.97
%33.15
%25.88

CMYK color model

#DCB28B color CMYK value is (0,19,37,14).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 36.82%
  • key color value is 13.73%
CMYK:
(0,19,37,14)
C0M19Y37K14 
(0%,19%,37%,14%)
(0.00/0.19/0.37/0.14)	

CMYK percentages

%0
%19.09
%36.82
%13.73

Codes

Color #DCB28B in popluar color models

DCB28B
RGB220178139
HSL29°53.64%70.39%
HSB/HSV29°36.82%86.27%
CMYK0.00%19.09%36.82%
13.73%

Color #DCB28B in popluar number systems.

HEXDCB28B
Decimal220178139
Binary110111001011001010001011
Octal334262213

Shades and tints

Shades of #DCB28B

#DCB28B
(220,178,139)
#C8A27F
(200,162,127)
#B49273
(180,146,115)
#A08267
(160,130,103)
#8C725B
(140,114,91)
#78624F
(120,98,79)
#645243
(100,82,67)
#504237
(80,66,55)
#3C322B
(60,50,43)
#28221F
(40,34,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #DCB28B

#DCB28B
(220,178,139)
#DFB995
(223,185,149)
#E2C09F
(226,192,159)
#E5C7A9
(229,199,169)
#E8CEB3
(232,206,179)
#EBD5BD
(235,213,189)
#EEDCC7
(238,220,199)
#F1E3D1
(241,227,209)
#F4EADB
(244,234,219)
#F7F1E5
(247,241,229)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB28B color. Also use rgb(220,178,139) instead hex code.

Text Font Color

.myTextColor { color: #DCB28B; }

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

This text font color is #DCB28B.


Background Color

.myBgColor { background-color: #DCB28B; }

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

This div background color is #DCB28B.


Border color

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

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

This div border color is #DCB28B.


Opacity

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

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

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

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

This text has shadow with #DCB28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB28B on black background.


Color preview on white background

This text has color #DCB28B on white background.



Black color preview on #DCB28B background

This text has black color on #DCB28B background.


White color preview on #DCB28B background

This text has white color on #DCB28B background.