COLOR #DCCDAB

HEX: #DCCDAB
RGB: (220,205,171)

Color info

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

RGB color model

#DCCDAB color RGB value is (220,205,171).

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

RGB channels and saturation

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

220
205
171

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

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 171 = 596 (100%)
R 220 of 596 ~ 36.91%
G 205 of 596 ~ 34.4%
B 171 of 596 ~ 28.69%

%36.91
%34.4
%28.69

CMYK color model

#DCCDAB color CMYK value is (0,7,22,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,7,22,14)
C0M7Y22K14 
(0%,7%,22%,14%)
(0.00/0.07/0.22/0.14)	

CMYK percentages

%0
%6.82
%22.27
%13.73

Codes

Color #DCCDAB in popluar color models

DCCDAB
RGB220205171
HSL42°41.18%76.67%
HSB/HSV42°22.27%86.27%
CMYK0.00%6.82%22.27%
13.73%

Color #DCCDAB in popluar number systems.

HEXDCCDAB
Decimal220205171
Binary110111001100110110101011
Octal334315253

Shades and tints

Shades of #DCCDAB

#DCCDAB
(220,205,171)
#C8BB9C
(200,187,156)
#B4A98D
(180,169,141)
#A0977E
(160,151,126)
#8C856F
(140,133,111)
#787360
(120,115,96)
#646151
(100,97,81)
#504F42
(80,79,66)
#3C3D33
(60,61,51)
#282B24
(40,43,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCCDAB

#DCCDAB
(220,205,171)
#DFD1B2
(223,209,178)
#E2D5B9
(226,213,185)
#E5D9C0
(229,217,192)
#E8DDC7
(232,221,199)
#EBE1CE
(235,225,206)
#EEE5D5
(238,229,213)
#F1E9DC
(241,233,220)
#F4EDE3
(244,237,227)
#F7F1EA
(247,241,234)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDAB; }

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

This text font color is #DCCDAB.


Background Color

.myBgColor { background-color: #DCCDAB; }

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

This div background color is #DCCDAB.


Border color

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

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

This div border color is #DCCDAB.


Opacity

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

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

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

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

This text has shadow with #DCCDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDAB on black background.


Color preview on white background

This text has color #DCCDAB on white background.



Black color preview on #DCCDAB background

This text has black color on #DCCDAB background.


White color preview on #DCCDAB background

This text has white color on #DCCDAB background.