COLOR #DCCBAD

HEX: #DCCBAD
RGB: (220,203,173)

Color info

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

RGB color model

#DCCBAD color RGB value is (220,203,173).

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

RGB channels and saturation

R 220 of 255 = 86%
G 203 of 255 = 80%
B 173 of 255 = 68%

220
203
173

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

Portions of RGB colors in percentages

R + G + B =
220 + 203 + 173 = 596 (100%)
R 220 of 596 ~ 36.91%
G 203 of 596 ~ 34.06%
B 173 of 596 ~ 29.03%

%36.91
%34.06
%29.03

CMYK color model

#DCCBAD color CMYK value is (0,8,21,14).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,8,21,14)
C0M8Y21K14 
(0%,8%,21%,14%)
(0.00/0.08/0.21/0.14)	

CMYK percentages

%0
%7.73
%21.36
%13.73

Codes

Color #DCCBAD in popluar color models

DCCBAD
RGB220203173
HSL38°40.17%77.06%
HSB/HSV38°21.36%86.27%
CMYK0.00%7.73%21.36%
13.73%

Color #DCCBAD in popluar number systems.

HEXDCCBAD
Decimal220203173
Binary110111001100101110101101
Octal334313255

Shades and tints

Shades of #DCCBAD

#DCCBAD
(220,203,173)
#C8B99E
(200,185,158)
#B4A78F
(180,167,143)
#A09580
(160,149,128)
#8C8371
(140,131,113)
#787162
(120,113,98)
#645F53
(100,95,83)
#504D44
(80,77,68)
#3C3B35
(60,59,53)
#282926
(40,41,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #DCCBAD

#DCCBAD
(220,203,173)
#DFCFB4
(223,207,180)
#E2D3BB
(226,211,187)
#E5D7C2
(229,215,194)
#E8DBC9
(232,219,201)
#EBDFD0
(235,223,208)
#EEE3D7
(238,227,215)
#F1E7DE
(241,231,222)
#F4EBE5
(244,235,229)
#F7EFEC
(247,239,236)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCBAD; }

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

This text font color is #DCCBAD.


Background Color

.myBgColor { background-color: #DCCBAD; }

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

This div background color is #DCCBAD.


Border color

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

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

This div border color is #DCCBAD.


Opacity

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

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

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

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

This text has shadow with #DCCBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCBAD on black background.


Color preview on white background

This text has color #DCCBAD on white background.



Black color preview on #DCCBAD background

This text has black color on #DCCBAD background.


White color preview on #DCCBAD background

This text has white color on #DCCBAD background.