COLOR #DCCBAB

HEX: #DCCBAB
RGB: (220,203,171)

Color info

#DCCBAB contains red, green and blue colors in about the same proportion. Web safe color of #DCCBAB is #CCCC99 (or #CC9).

RGB color model

#DCCBAB color RGB value is (220,203,171).

  • red value is 220;
  • green value is 203;
  • blue value is 171.
RGB:
(220,203,171)
(86%,80%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 203 of 255 = 80%
B 171 of 255 = 67%

220
203
171

R + G + B ~ 78%. #DCCBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 203 + 171 = 594 (100%)
R 220 of 594 ~ 37.04%
G 203 of 594 ~ 34.18%
B 171 of 594 ~ 28.79%

%37.04
%34.18
%28.79

CMYK color model

#DCCBAB color CMYK value is (0,8,22,14).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,8,22,14)
C0M8Y22K14 
(0%,8%,22%,14%)
(0.00/0.08/0.22/0.14)	

CMYK percentages

%0
%7.73
%22.27
%13.73

Codes

Color #DCCBAB in popluar color models

DCCBAB
RGB220203171
HSL39°41.18%76.67%
HSB/HSV39°22.27%86.27%
CMYK0.00%7.73%22.27%
13.73%

Color #DCCBAB in popluar number systems.

HEXDCCBAB
Decimal220203171
Binary110111001100101110101011
Octal334313253

Shades and tints

Shades of #DCCBAB

#DCCBAB
(220,203,171)
#C8B99C
(200,185,156)
#B4A78D
(180,167,141)
#A0957E
(160,149,126)
#8C836F
(140,131,111)
#787160
(120,113,96)
#645F51
(100,95,81)
#504D42
(80,77,66)
#3C3B33
(60,59,51)
#282924
(40,41,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCCBAB

#DCCBAB
(220,203,171)
#DFCFB2
(223,207,178)
#E2D3B9
(226,211,185)
#E5D7C0
(229,215,192)
#E8DBC7
(232,219,199)
#EBDFCE
(235,223,206)
#EEE3D5
(238,227,213)
#F1E7DC
(241,231,220)
#F4EBE3
(244,235,227)
#F7EFEA
(247,239,234)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCBAB color. Also use rgb(220,203,171) instead hex code.

Text Font Color

.myTextColor { color: #DCCBAB; }

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

This text font color is #DCCBAB.


Background Color

.myBgColor { background-color: #DCCBAB; }

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

This div background color is #DCCBAB.


Border color

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

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

This div border color is #DCCBAB.


Opacity

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

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

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

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

This text has shadow with #DCCBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCBAB on black background.


Color preview on white background

This text has color #DCCBAB on white background.



Black color preview on #DCCBAB background

This text has black color on #DCCBAB background.


White color preview on #DCCBAB background

This text has white color on #DCCBAB background.