COLOR #D1C099

HEX: #D1C099 RGB: (209,192,153)

Color info

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

RGB color model

#D1C099 color RGB value is (209,192,153).

RGB: (209,192,153) (82%, 75%, 60%)

RGB channels and saturation

R 209 of 255 = 82%
G 192 of 255 = 75%
B 153 of 255 = 60%

209
192
153

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

Portions of RGB colors in percentages

R + G + B = 209 + 192 + 153 = 554 (100%)
R 209 of 554 ~ 37.73%
G 192 of 554 ~ 34.66%
B 153 of 554 ~ 27.62'%

%37.73
%34.66
%27.62

CMYK color model

#D1C099 color CMYK value is (0,8,27,18).

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

CMYK: (0,8,27,18)
C0M8Y27K18 (0%, 8%, 27%, 18%)
(0.00 / 0.08 / 0.27 / 0.18)

CMYK percentages

%0
%8.13
%26.79
%18.04

Codes

Color #D1C099 in popluar color models

D1 C0 99
RGB 209 192 153
HSL 42° 37.84% 70.98%
HSB/HSV 42° 26.79% 81.96%
CMYK 0.00% 8.13% 26.79%
18.04%

Color #D1C099 in popluar number systems.

HEX D1 C0 99
Decimal 209 192 153
Binary 11010001 11000000 10011001
Octal 321 300 231

Shades and tints

Shades of #D1C099

#D1C099
(209,192,153)
#BEAF8C
(190,175,140)
#AB9E7F
(171,158,127)
#988D72
(152,141,114)
#857C65
(133,124,101)
#726B58
(114,107,88)
#5F5A4B
(95,90,75)
#4C493E
(76,73,62)
#393831
(57,56,49)
#262724
(38,39,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #D1C099

#D1C099
(209,192,153)
#D5C5A2
(213,197,162)
#D9CAAB
(217,202,171)
#DDCFB4
(221,207,180)
#E1D4BD
(225,212,189)
#E5D9C6
(229,217,198)
#E9DECF
(233,222,207)
#EDE3D8
(237,227,216)
#F1E8E1
(241,232,225)
#F5EDEA
(245,237,234)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C099; }

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

This text font color is #D1C099.

Background Color

.myBgColor { background-color: #D1C099; }

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

This div background color is #D1C099.

Border color

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

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

This div border color is #D1C099.

Opacity

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

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

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

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

This text has shadow with #D1C099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C099.

Preview

Color preview on black background

This text has color #D1C099 on black background.


Color preview on white background

This text has color #D1C099 on white background.


Black color preview on #D1C099 background

This text has black color on #D1C099 background.


White color preview on #D1C099 background

This text has white color on #D1C099 background.


Related colors

Complementary color

Complementary color for #hex is #2E3F66.


I love getcolorcode.com

Triadic colors

1 #99D1C0 and #C099D1 with #D1C099 are triadic colors.

2 #99C0D1 and #C0D199 with #D1C099 are triadic colors.