COLOR #DCC29C

HEX: #DCC29C RGB: (220,194,156)

Color info

#DCC29C contains mainly red and green colors. Web safe color of #DCC29C is #CCCC99 (or #CC9).

RGB color model

#DCC29C color RGB value is (220,194,156).

RGB: (220,194,156) (86%, 76%, 61%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 156 of 255 = 61%

220
194
156

R + G + B ~ 74%. #DCC29C is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 194 + 156 = 570 (100%)
R 220 of 570 ~ 38.6%
G 194 of 570 ~ 34.04%
B 156 of 570 ~ 27.37'%

%38.6
%34.04
%27.37

CMYK color model

#DCC29C color CMYK value is (0,12,29,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 29.09%
  • key color value is 13.73%

CMYK: (0,12,29,14)
C0M12Y29K14 (0%, 12%, 29%, 14%)
(0.00 / 0.12 / 0.29 / 0.14)

CMYK percentages

%0
%11.82
%29.09
%13.73

Codes

Color #DCC29C in popluar color models

DC C2 9C
RGB 220 194 156
HSL 36° 47.76% 73.73%
HSB/HSV 36° 29.09% 86.27%
CMYK 0.00% 11.82% 29.09%
13.73%

Color #DCC29C in popluar number systems.

HEX DC C2 9C
Decimal 220 194 156
Binary 11011100 11000010 10011100
Octal 334 302 234

Shades and tints

Shades of #DCC29C

#DCC29C
(220,194,156)
#C8B18E
(200,177,142)
#B4A080
(180,160,128)
#A08F72
(160,143,114)
#8C7E64
(140,126,100)
#786D56
(120,109,86)
#645C48
(100,92,72)
#504B3A
(80,75,58)
#3C3A2C
(60,58,44)
#28291E
(40,41,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #DCC29C

#DCC29C
(220,194,156)
#DFC7A5
(223,199,165)
#E2CCAE
(226,204,174)
#E5D1B7
(229,209,183)
#E8D6C0
(232,214,192)
#EBDBC9
(235,219,201)
#EEE0D2
(238,224,210)
#F1E5DB
(241,229,219)
#F4EAE4
(244,234,228)
#F7EFED
(247,239,237)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC29C; }

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

This text font color is #DCC29C.

Background Color

.myBgColor { background-color: #DCC29C; }

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

This div background color is #DCC29C.

Border color

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

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

This div border color is #DCC29C.

Opacity

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

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

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

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

This text has shadow with #DCC29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC29C.

Preview

Color preview on black background

This text has color #DCC29C on black background.


Color preview on white background

This text has color #DCC29C on white background.


Black color preview on #DCC29C background

This text has black color on #DCC29C background.


White color preview on #DCC29C background

This text has white color on #DCC29C background.


Related colors

Complementary color

Complementary color for #hex is #233D63.


I love getcolorcode.com

Triadic colors

1 #9CDCC2 and #C29CDC with #DCC29C are triadic colors.

2 #9CC2DC and #C2DC9C with #DCC29C are triadic colors.