COLOR #DCDCAD

HEX: #DCDCAD
RGB: (220,220,173)

Color info

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

RGB color model

#DCDCAD color RGB value is (220,220,173).

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

RGB channels and saturation

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

220
220
173

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

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 173 = 613 (100%)
R 220 of 613 ~ 35.89%
G 220 of 613 ~ 35.89%
B 173 of 613 ~ 28.22%

%35.89
%35.89
%28.22

CMYK color model

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

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

CMYK percentages

%0
%0
%21.36
%13.73

Codes

Color #DCDCAD in popluar color models

DCDCAD
RGB220220173
HSL60°40.17%77.06%
HSB/HSV60°21.36%86.27%
CMYK0.00%0.00%21.36%
13.73%

Color #DCDCAD in popluar number systems.

HEXDCDCAD
Decimal220220173
Binary110111001101110010101101
Octal334334255

Shades and tints

Shades of #DCDCAD

#DCDCAD
(220,220,173)
#C8C89E
(200,200,158)
#B4B48F
(180,180,143)
#A0A080
(160,160,128)
#8C8C71
(140,140,113)
#787862
(120,120,98)
#646453
(100,100,83)
#505044
(80,80,68)
#3C3C35
(60,60,53)
#282826
(40,40,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCDCAD

#DCDCAD
(220,220,173)
#DFDFB4
(223,223,180)
#E2E2BB
(226,226,187)
#E5E5C2
(229,229,194)
#E8E8C9
(232,232,201)
#EBEBD0
(235,235,208)
#EEEED7
(238,238,215)
#F1F1DE
(241,241,222)
#F4F4E5
(244,244,229)
#F7F7EC
(247,247,236)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCAD; }

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

This text font color is #DCDCAD.


Background Color

.myBgColor { background-color: #DCDCAD; }

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

This div background color is #DCDCAD.


Border color

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

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

This div border color is #DCDCAD.


Opacity

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

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

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

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

This text has shadow with #DCDCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCAD on black background.


Color preview on white background

This text has color #DCDCAD on white background.



Black color preview on #DCDCAD background

This text has black color on #DCDCAD background.


White color preview on #DCDCAD background

This text has white color on #DCDCAD background.