COLOR #DCB280

HEX: #DCB280
RGB: (220,178,128)

Color info

#DCB280 contains mainly red and green colors. Web safe color of #DCB280 is #CC9966 (or #C96).

RGB color model

#DCB280 color RGB value is (220,178,128).

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

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 128 of 255 = 50%

220
178
128

R + G + B ~ 69%. #DCB280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 178 + 128 = 526 (100%)
R 220 of 526 ~ 41.83%
G 178 of 526 ~ 33.84%
B 128 of 526 ~ 24.33%

%41.83
%33.84
%24.33

CMYK color model

#DCB280 color CMYK value is (0,19,42,14).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 41.82%
  • key color value is 13.73%
CMYK:
(0,19,42,14)
C0M19Y42K14 
(0%,19%,42%,14%)
(0.00/0.19/0.42/0.14)	

CMYK percentages

%0
%19.09
%41.82
%13.73

Codes

Color #DCB280 in popluar color models

DCB280
RGB220178128
HSL33°56.79%68.24%
HSB/HSV33°41.82%86.27%
CMYK0.00%19.09%41.82%
13.73%

Color #DCB280 in popluar number systems.

HEXDCB280
Decimal220178128
Binary110111001011001010000000
Octal334262200

Shades and tints

Shades of #DCB280

#DCB280
(220,178,128)
#C8A275
(200,162,117)
#B4926A
(180,146,106)
#A0825F
(160,130,95)
#8C7254
(140,114,84)
#786249
(120,98,73)
#64523E
(100,82,62)
#504233
(80,66,51)
#3C3228
(60,50,40)
#28221D
(40,34,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #DCB280

#DCB280
(220,178,128)
#DFB98B
(223,185,139)
#E2C096
(226,192,150)
#E5C7A1
(229,199,161)
#E8CEAC
(232,206,172)
#EBD5B7
(235,213,183)
#EEDCC2
(238,220,194)
#F1E3CD
(241,227,205)
#F4EAD8
(244,234,216)
#F7F1E3
(247,241,227)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB280; }

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

This text font color is #DCB280.


Background Color

.myBgColor { background-color: #DCB280; }

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

This div background color is #DCB280.


Border color

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

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

This div border color is #DCB280.


Opacity

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

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

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

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

This text has shadow with #DCB280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB280 on black background.


Color preview on white background

This text has color #DCB280 on white background.



Black color preview on #DCB280 background

This text has black color on #DCB280 background.


White color preview on #DCB280 background

This text has white color on #DCB280 background.