COLOR #D1CC99

HEX: #D1CC99 RGB: (209,204,153)

Color info

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

RGB color model

#D1CC99 color RGB value is (209,204,153).

RGB: (209,204,153) (82%, 80%, 60%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 153 of 255 = 60%

209
204
153

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

Portions of RGB colors in percentages

R + G + B = 209 + 204 + 153 = 566 (100%)
R 209 of 566 ~ 36.93%
G 204 of 566 ~ 36.04%
B 153 of 566 ~ 27.03'%

%36.93
%36.04
%27.03

CMYK color model

#D1CC99 color CMYK value is (0,2,27,18).

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

CMYK: (0,2,27,18)
C0M2Y27K18 (0%, 2%, 27%, 18%)
(0.00 / 0.02 / 0.27 / 0.18)

CMYK percentages

%0
%2.39
%26.79
%18.04

Codes

Color #D1CC99 in popluar color models

D1 CC 99
RGB 209 204 153
HSL 55° 37.84% 70.98%
HSB/HSV 55° 26.79% 81.96%
CMYK 0.00% 2.39% 26.79%
18.04%

Color #D1CC99 in popluar number systems.

HEX D1 CC 99
Decimal 209 204 153
Binary 11010001 11001100 10011001
Octal 321 314 231

Shades and tints

Shades of #D1CC99

#D1CC99
(209,204,153)
#BEBA8C
(190,186,140)
#ABA87F
(171,168,127)
#989672
(152,150,114)
#858465
(133,132,101)
#727258
(114,114,88)
#5F604B
(95,96,75)
#4C4E3E
(76,78,62)
#393C31
(57,60,49)
#262A24
(38,42,36)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #D1CC99

#D1CC99
(209,204,153)
#D5D0A2
(213,208,162)
#D9D4AB
(217,212,171)
#DDD8B4
(221,216,180)
#E1DCBD
(225,220,189)
#E5E0C6
(229,224,198)
#E9E4CF
(233,228,207)
#EDE8D8
(237,232,216)
#F1ECE1
(241,236,225)
#F5F0EA
(245,240,234)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CC99; }

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

This text font color is #D1CC99.

Background Color

.myBgColor { background-color: #D1CC99; }

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

This div background color is #D1CC99.

Border color

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

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

This div border color is #D1CC99.

Opacity

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

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

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

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

This text has shadow with #D1CC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CC99.

Preview

Color preview on black background

This text has color #D1CC99 on black background.


Color preview on white background

This text has color #D1CC99 on white background.


Black color preview on #D1CC99 background

This text has black color on #D1CC99 background.


White color preview on #D1CC99 background

This text has white color on #D1CC99 background.


Related colors

Complementary color

Complementary color for #hex is #2E3366.


I love getcolorcode.com

Triadic colors

1 #99D1CC and #CC99D1 with #D1CC99 are triadic colors.

2 #99CCD1 and #CCD199 with #D1CC99 are triadic colors.