COLOR #DCDCAE

HEX: #DCDCAE
RGB: (220,220,174)

Color info

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

RGB color model

#DCDCAE color RGB value is (220,220,174).

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

RGB channels and saturation

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

220
220
174

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

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 174 = 614 (100%)
R 220 of 614 ~ 35.83%
G 220 of 614 ~ 35.83%
B 174 of 614 ~ 28.34%

%35.83
%35.83
%28.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • 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
%20.91
%13.73

Codes

Color #DCDCAE in popluar color models

DCDCAE
RGB220220174
HSL60°39.66%77.25%
HSB/HSV60°20.91%86.27%
CMYK0.00%0.00%20.91%
13.73%

Color #DCDCAE in popluar number systems.

HEXDCDCAE
Decimal220220174
Binary110111001101110010101110
Octal334334256

Shades and tints

Shades of #DCDCAE

#DCDCAE
(220,220,174)
#C8C89F
(200,200,159)
#B4B490
(180,180,144)
#A0A081
(160,160,129)
#8C8C72
(140,140,114)
#787863
(120,120,99)
#646454
(100,100,84)
#505045
(80,80,69)
#3C3C36
(60,60,54)
#282827
(40,40,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #DCDCAE

#DCDCAE
(220,220,174)
#DFDFB5
(223,223,181)
#E2E2BC
(226,226,188)
#E5E5C3
(229,229,195)
#E8E8CA
(232,232,202)
#EBEBD1
(235,235,209)
#EEEED8
(238,238,216)
#F1F1DF
(241,241,223)
#F4F4E6
(244,244,230)
#F7F7ED
(247,247,237)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCAE; }

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

This text font color is #DCDCAE.


Background Color

.myBgColor { background-color: #DCDCAE; }

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

This div background color is #DCDCAE.


Border color

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

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

This div border color is #DCDCAE.


Opacity

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

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

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

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

This text has shadow with #DCDCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCAE on black background.


Color preview on white background

This text has color #DCDCAE on white background.



Black color preview on #DCDCAE background

This text has black color on #DCDCAE background.


White color preview on #DCDCAE background

This text has white color on #DCDCAE background.