COLOR #DCCCA9

HEX: #DCCCA9
RGB: (220,204,169)

Color info

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

RGB color model

#DCCCA9 color RGB value is (220,204,169).

  • red value is 220;
  • green value is 204;
  • blue value is 169.
RGB:
(220,204,169)
(86%,80%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 169 of 255 = 66%

220
204
169

R + G + B ~ 77%. #DCCCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 169 = 593 (100%)
R 220 of 593 ~ 37.1%
G 204 of 593 ~ 34.4%
B 169 of 593 ~ 28.5%

%37.1
%34.4
%28.5

CMYK color model

#DCCCA9 color CMYK value is (0,7,23,14).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(0,7,23,14)
C0M7Y23K14 
(0%,7%,23%,14%)
(0.00/0.07/0.23/0.14)	

CMYK percentages

%0
%7.27
%23.18
%13.73

Codes

Color #DCCCA9 in popluar color models

DCCCA9
RGB220204169
HSL41°42.15%76.27%
HSB/HSV41°23.18%86.27%
CMYK0.00%7.27%23.18%
13.73%

Color #DCCCA9 in popluar number systems.

HEXDCCCA9
Decimal220204169
Binary110111001100110010101001
Octal334314251

Shades and tints

Shades of #DCCCA9

#DCCCA9
(220,204,169)
#C8BA9A
(200,186,154)
#B4A88B
(180,168,139)
#A0967C
(160,150,124)
#8C846D
(140,132,109)
#78725E
(120,114,94)
#64604F
(100,96,79)
#504E40
(80,78,64)
#3C3C31
(60,60,49)
#282A22
(40,42,34)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #DCCCA9

#DCCCA9
(220,204,169)
#DFD0B0
(223,208,176)
#E2D4B7
(226,212,183)
#E5D8BE
(229,216,190)
#E8DCC5
(232,220,197)
#EBE0CC
(235,224,204)
#EEE4D3
(238,228,211)
#F1E8DA
(241,232,218)
#F4ECE1
(244,236,225)
#F7F0E8
(247,240,232)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCA9; }

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

This text font color is #DCCCA9.


Background Color

.myBgColor { background-color: #DCCCA9; }

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

This div background color is #DCCCA9.


Border color

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

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

This div border color is #DCCCA9.


Opacity

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

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

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

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

This text has shadow with #DCCCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCA9 on black background.


Color preview on white background

This text has color #DCCCA9 on white background.



Black color preview on #DCCCA9 background

This text has black color on #DCCCA9 background.


White color preview on #DCCCA9 background

This text has white color on #DCCCA9 background.