COLOR #D1CC8C

HEX: #D1CC8C RGB: (209,204,140)

Color info

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

RGB color model

#D1CC8C color RGB value is (209,204,140).

RGB: (209,204,140) (82%, 80%, 55%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 140 of 255 = 55%

209
204
140

R + G + B ~ 72%. #D1CC8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 140 = 553 (100%)
R 209 of 553 ~ 37.79%
G 204 of 553 ~ 36.89%
B 140 of 553 ~ 25.32'%

%37.79
%36.89
%25.32

CMYK color model

#D1CC8C color CMYK value is (0,2,33,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 33.01%
  • key color value is 18.04%

CMYK: (0,2,33,18)
C0M2Y33K18 (0%, 2%, 33%, 18%)
(0.00 / 0.02 / 0.33 / 0.18)

CMYK percentages

%0
%2.39
%33.01
%18.04

Codes

Color #D1CC8C in popluar color models

D1 CC 8C
RGB 209 204 140
HSL 56° 42.86% 68.43%
HSB/HSV 56° 33.01% 81.96%
CMYK 0.00% 2.39% 33.01%
18.04%

Color #D1CC8C in popluar number systems.

HEX D1 CC 8C
Decimal 209 204 140
Binary 11010001 11001100 10001100
Octal 321 314 214

Shades and tints

Shades of #D1CC8C

#D1CC8C
(209,204,140)
#BEBA80
(190,186,128)
#ABA874
(171,168,116)
#989668
(152,150,104)
#85845C
(133,132,92)
#727250
(114,114,80)
#5F6044
(95,96,68)
#4C4E38
(76,78,56)
#393C2C
(57,60,44)
#262A20
(38,42,32)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #D1CC8C

#D1CC8C
(209,204,140)
#D5D096
(213,208,150)
#D9D4A0
(217,212,160)
#DDD8AA
(221,216,170)
#E1DCB4
(225,220,180)
#E5E0BE
(229,224,190)
#E9E4C8
(233,228,200)
#EDE8D2
(237,232,210)
#F1ECDC
(241,236,220)
#F5F0E6
(245,240,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CC8C color. Also use rgb(209,204,140) instead hex code.

Text Font Color

.myTextColor { color: #D1CC8C; }

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

This text font color is #D1CC8C.

Background Color

.myBgColor { background-color: #D1CC8C; }

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

This div background color is #D1CC8C.

Border color

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

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

This div border color is #D1CC8C.

Opacity

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

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

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

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

This text has shadow with #D1CC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CC8C.

Preview

Color preview on black background

This text has color #D1CC8C on black background.


Color preview on white background

This text has color #D1CC8C on white background.


Black color preview on #D1CC8C background

This text has black color on #D1CC8C background.


White color preview on #D1CC8C background

This text has white color on #D1CC8C background.


Related colors

Complementary color

Complementary color for #hex is #2E3373.


I love getcolorcode.com

Triadic colors

1 #8CD1CC and #CC8CD1 with #D1CC8C are triadic colors.

2 #8CCCD1 and #CCD18C with #D1CC8C are triadic colors.