COLOR #DCC8AB

HEX: #DCC8AB
RGB: (220,200,171)

Color info

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

RGB color model

#DCC8AB color RGB value is (220,200,171).

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

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 171 of 255 = 67%

220
200
171

R + G + B ~ 77%. #DCC8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 171 = 591 (100%)
R 220 of 591 ~ 37.23%
G 200 of 591 ~ 33.84%
B 171 of 591 ~ 28.93%

%37.23
%33.84
%28.93

CMYK color model

#DCC8AB color CMYK value is (0,9,22,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,9,22,14)
C0M9Y22K14 
(0%,9%,22%,14%)
(0.00/0.09/0.22/0.14)	

CMYK percentages

%0
%9.09
%22.27
%13.73

Codes

Color #DCC8AB in popluar color models

DCC8AB
RGB220200171
HSL36°41.18%76.67%
HSB/HSV36°22.27%86.27%
CMYK0.00%9.09%22.27%
13.73%

Color #DCC8AB in popluar number systems.

HEXDCC8AB
Decimal220200171
Binary110111001100100010101011
Octal334310253

Shades and tints

Shades of #DCC8AB

#DCC8AB
(220,200,171)
#C8B69C
(200,182,156)
#B4A48D
(180,164,141)
#A0927E
(160,146,126)
#8C806F
(140,128,111)
#786E60
(120,110,96)
#645C51
(100,92,81)
#504A42
(80,74,66)
#3C3833
(60,56,51)
#282624
(40,38,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCC8AB

#DCC8AB
(220,200,171)
#DFCDB2
(223,205,178)
#E2D2B9
(226,210,185)
#E5D7C0
(229,215,192)
#E8DCC7
(232,220,199)
#EBE1CE
(235,225,206)
#EEE6D5
(238,230,213)
#F1EBDC
(241,235,220)
#F4F0E3
(244,240,227)
#F7F5EA
(247,245,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC8AB; }

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

This text font color is #DCC8AB.


Background Color

.myBgColor { background-color: #DCC8AB; }

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

This div background color is #DCC8AB.


Border color

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

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

This div border color is #DCC8AB.


Opacity

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

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

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

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

This text has shadow with #DCC8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC8AB on black background.


Color preview on white background

This text has color #DCC8AB on white background.



Black color preview on #DCC8AB background

This text has black color on #DCC8AB background.


White color preview on #DCC8AB background

This text has white color on #DCC8AB background.