COLOR #DCCA9E

HEX: #DCCA9E RGB: (220,202,158)

Color info

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

RGB color model

#DCCA9E color RGB value is (220,202,158).

RGB: (220,202,158) (86%, 79%, 62%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 158 of 255 = 62%

220
202
158

R + G + B ~ 76%. #DCCA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 202 + 158 = 580 (100%)
R 220 of 580 ~ 37.93%
G 202 of 580 ~ 34.83%
B 158 of 580 ~ 27.24'%

%37.93
%34.83
%27.24

CMYK color model

#DCCA9E color CMYK value is (0,8,28,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 28.18%
  • key color value is 13.73%

CMYK: (0,8,28,14)
C0M8Y28K14 (0%, 8%, 28%, 14%)
(0.00 / 0.08 / 0.28 / 0.14)

CMYK percentages

%0
%8.18
%28.18
%13.73

Codes

Color #DCCA9E in popluar color models

DC CA 9E
RGB 220 202 158
HSL 43° 46.97% 74.12%
HSB/HSV 43° 28.18% 86.27%
CMYK 0.00% 8.18% 28.18%
13.73%

Color #DCCA9E in popluar number systems.

HEX DC CA 9E
Decimal 220 202 158
Binary 11011100 11001010 10011110
Octal 334 312 236

Shades and tints

Shades of #DCCA9E

#DCCA9E
(220,202,158)
#C8B890
(200,184,144)
#B4A682
(180,166,130)
#A09474
(160,148,116)
#8C8266
(140,130,102)
#787058
(120,112,88)
#645E4A
(100,94,74)
#504C3C
(80,76,60)
#3C3A2E
(60,58,46)
#282820
(40,40,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #DCCA9E

#DCCA9E
(220,202,158)
#DFCEA6
(223,206,166)
#E2D2AE
(226,210,174)
#E5D6B6
(229,214,182)
#E8DABE
(232,218,190)
#EBDEC6
(235,222,198)
#EEE2CE
(238,226,206)
#F1E6D6
(241,230,214)
#F4EADE
(244,234,222)
#F7EEE6
(247,238,230)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCA9E; }

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

This text font color is #DCCA9E.

Background Color

.myBgColor { background-color: #DCCA9E; }

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

This div background color is #DCCA9E.

Border color

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

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

This div border color is #DCCA9E.

Opacity

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

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

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

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

This text has shadow with #DCCA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCA9E.

Preview

Color preview on black background

This text has color #DCCA9E on black background.


Color preview on white background

This text has color #DCCA9E on white background.


Black color preview on #DCCA9E background

This text has black color on #DCCA9E background.


White color preview on #DCCA9E background

This text has white color on #DCCA9E background.


Related colors

Complementary color

Complementary color for #hex is #233561.


I love getcolorcode.com

Triadic colors

1 #9EDCCA and #CA9EDC with #DCCA9E are triadic colors.

2 #9ECADC and #CADC9E with #DCCA9E are triadic colors.