COLOR #DCD4B3

HEX: #DCD4B3
RGB: (220,212,179)

Color info

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

RGB color model

#DCD4B3 color RGB value is (220,212,179).

  • red value is 220;
  • green value is 212;
  • blue value is 179.
RGB:
(220,212,179)
(86%,83%,70%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 179 of 255 = 70%

220
212
179

R + G + B ~ 80%. #DCD4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 179 = 611 (100%)
R 220 of 611 ~ 36.01%
G 212 of 611 ~ 34.7%
B 179 of 611 ~ 29.3%

%36.01
%34.7
%29.3

CMYK color model

#DCD4B3 color CMYK value is (0,4,19,14).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 18.64%
  • key color value is 13.73%
CMYK:
(0,4,19,14)
C0M4Y19K14 
(0%,4%,19%,14%)
(0.00/0.04/0.19/0.14)	

CMYK percentages

%0
%3.64
%18.64
%13.73

Codes

Color #DCD4B3 in popluar color models

DCD4B3
RGB220212179
HSL48°36.94%78.24%
HSB/HSV48°18.64%86.27%
CMYK0.00%3.64%18.64%
13.73%

Color #DCD4B3 in popluar number systems.

HEXDCD4B3
Decimal220212179
Binary110111001101010010110011
Octal334324263

Shades and tints

Shades of #DCD4B3

#DCD4B3
(220,212,179)
#C8C1A3
(200,193,163)
#B4AE93
(180,174,147)
#A09B83
(160,155,131)
#8C8873
(140,136,115)
#787563
(120,117,99)
#646253
(100,98,83)
#504F43
(80,79,67)
#3C3C33
(60,60,51)
#282923
(40,41,35)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #DCD4B3

#DCD4B3
(220,212,179)
#DFD7B9
(223,215,185)
#E2DABF
(226,218,191)
#E5DDC5
(229,221,197)
#E8E0CB
(232,224,203)
#EBE3D1
(235,227,209)
#EEE6D7
(238,230,215)
#F1E9DD
(241,233,221)
#F4ECE3
(244,236,227)
#F7EFE9
(247,239,233)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD4B3 color. Also use rgb(220,212,179) instead hex code.

Text Font Color

.myTextColor { color: #DCD4B3; }

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

This text font color is #DCD4B3.


Background Color

.myBgColor { background-color: #DCD4B3; }

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

This div background color is #DCD4B3.


Border color

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

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

This div border color is #DCD4B3.


Opacity

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

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

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

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

This text has shadow with #DCD4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4B3 on black background.


Color preview on white background

This text has color #DCD4B3 on white background.



Black color preview on #DCD4B3 background

This text has black color on #DCD4B3 background.


White color preview on #DCD4B3 background

This text has white color on #DCD4B3 background.