COLOR #DCDCC0

HEX: #DCDCC0
RGB: (220,220,192)

Color info

#DCDCC0 contains red, green and blue colors in about the same proportion. Web safe color of #DCDCC0 is #CCCCCC (or #CCC).

RGB color model

#DCDCC0 color RGB value is (220,220,192).

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

RGB channels and saturation

R 220 of 255 = 86%
G 220 of 255 = 86%
B 192 of 255 = 75%

220
220
192

R + G + B ~ 82%. #DCDCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 192 = 632 (100%)
R 220 of 632 ~ 34.81%
G 220 of 632 ~ 34.81%
B 192 of 632 ~ 30.38%

%34.81
%34.81
%30.38

CMYK color model

#DCDCC0 color CMYK value is (0,0,13,14).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 13.73%
CMYK:
(0,0,13,14)
C0M0Y13K14 
(0%,0%,13%,14%)
(0.00/0.00/0.13/0.14)	

CMYK percentages

%0
%0
%12.73
%13.73

Codes

Color #DCDCC0 in popluar color models

DCDCC0
RGB220220192
HSL60°28.57%80.78%
HSB/HSV60°12.73%86.27%
CMYK0.00%0.00%12.73%
13.73%

Color #DCDCC0 in popluar number systems.

HEXDCDCC0
Decimal220220192
Binary110111001101110011000000
Octal334334300

Shades and tints

Shades of #DCDCC0

#DCDCC0
(220,220,192)
#C8C8AF
(200,200,175)
#B4B49E
(180,180,158)
#A0A08D
(160,160,141)
#8C8C7C
(140,140,124)
#78786B
(120,120,107)
#64645A
(100,100,90)
#505049
(80,80,73)
#3C3C38
(60,60,56)
#282827
(40,40,39)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #DCDCC0

#DCDCC0
(220,220,192)
#DFDFC5
(223,223,197)
#E2E2CA
(226,226,202)
#E5E5CF
(229,229,207)
#E8E8D4
(232,232,212)
#EBEBD9
(235,235,217)
#EEEEDE
(238,238,222)
#F1F1E3
(241,241,227)
#F4F4E8
(244,244,232)
#F7F7ED
(247,247,237)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCC0; }

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

This text font color is #DCDCC0.


Background Color

.myBgColor { background-color: #DCDCC0; }

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

This div background color is #DCDCC0.


Border color

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

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

This div border color is #DCDCC0.


Opacity

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

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

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

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

This text has shadow with #DCDCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCC0 on black background.


Color preview on white background

This text has color #DCDCC0 on white background.



Black color preview on #DCDCC0 background

This text has black color on #DCDCC0 background.


White color preview on #DCDCC0 background

This text has white color on #DCDCC0 background.