COLOR #D1C287

HEX: #D1C287
RGB: (209,194,135)

Color info

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

RGB color model

#D1C287 color RGB value is (209,194,135).

  • red value is 209;
  • green value is 194;
  • blue value is 135.
RGB:
(209,194,135)
(82%,76%,53%)

RGB channels and saturation

R 209 of 255 = 82%
G 194 of 255 = 76%
B 135 of 255 = 53%

209
194
135

R + G + B ~ 70%. #D1C287 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 194 + 135 = 538 (100%)
R 209 of 538 ~ 38.85%
G 194 of 538 ~ 36.06%
B 135 of 538 ~ 25.09%

%38.85
%36.06
%25.09

CMYK color model

#D1C287 color CMYK value is (0,7,35,18).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 35.41%
  • key color value is 18.04%
CMYK:
(0,7,35,18)
C0M7Y35K18 
(0%,7%,35%,18%)
(0.00/0.07/0.35/0.18)	

CMYK percentages

%0
%7.18
%35.41
%18.04

Codes

Color #D1C287 in popluar color models

D1C287
RGB209194135
HSL48°44.58%67.45%
HSB/HSV48°35.41%81.96%
CMYK0.00%7.18%35.41%
18.04%

Color #D1C287 in popluar number systems.

HEXD1C287
Decimal209194135
Binary110100011100001010000111
Octal321302207

Shades and tints

Shades of #D1C287

#D1C287
(209,194,135)
#BEB17B
(190,177,123)
#ABA06F
(171,160,111)
#988F63
(152,143,99)
#857E57
(133,126,87)
#726D4B
(114,109,75)
#5F5C3F
(95,92,63)
#4C4B33
(76,75,51)
#393A27
(57,58,39)
#26291B
(38,41,27)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #D1C287

#D1C287
(209,194,135)
#D5C791
(213,199,145)
#D9CC9B
(217,204,155)
#DDD1A5
(221,209,165)
#E1D6AF
(225,214,175)
#E5DBB9
(229,219,185)
#E9E0C3
(233,224,195)
#EDE5CD
(237,229,205)
#F1EAD7
(241,234,215)
#F5EFE1
(245,239,225)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C287 color. Also use rgb(209,194,135) instead hex code.

Text Font Color

.myTextColor { color: #D1C287; }

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

This text font color is #D1C287.


Background Color

.myBgColor { background-color: #D1C287; }

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

This div background color is #D1C287.


Border color

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

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

This div border color is #D1C287.


Opacity

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

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

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

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

This text has shadow with #D1C287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C287 on black background.


Color preview on white background

This text has color #D1C287 on white background.



Black color preview on #D1C287 background

This text has black color on #D1C287 background.


White color preview on #D1C287 background

This text has white color on #D1C287 background.