COLOR #D1C793

HEX: #D1C793
RGB: (209,199,147)

Color info

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

RGB color model

#D1C793 color RGB value is (209,199,147).

  • red value is 209;
  • green value is 199;
  • blue value is 147.
RGB: (209,199,147) (82%,78%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 147 of 255 = 58%

209
199
147

R + G + B ~ 73%. #D1C793 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 147 = 555 (100%)
R 209 of 555 ~ 37.66%
G 199 of 555 ~ 35.86%
B 147 of 555 ~ 26.49%

%37.66
%35.86
%26.49

CMYK color model

#D1C793 color CMYK value is (0,5,30,18).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK: (0,5,30,18) C0M5Y30K18 (0%,5%,30%,18%) (0.00/0.05/0.30/0.18)

CMYK percentages

%0
%4.78
%29.67
%18.04

Codes

Color #D1C793 in popluar color models

D1C793
RGB209199147
HSL50°40.26%69.80%
HSB/HSV50°29.67%81.96%
CMYK0.00%4.78%29.67%
18.04%

Color #D1C793 in popluar number systems.

HEXD1C793
Decimal209199147
Binary110100011100011110010011
Octal321307223

Shades and tints

Shades of #D1C793

#D1C793
(209,199,147)
#BEB586
(190,181,134)
#ABA379
(171,163,121)
#98916C
(152,145,108)
#857F5F
(133,127,95)
#726D52
(114,109,82)
#5F5B45
(95,91,69)
#4C4938
(76,73,56)
#39372B
(57,55,43)
#26251E
(38,37,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #D1C793

#D1C793
(209,199,147)
#D5CC9C
(213,204,156)
#D9D1A5
(217,209,165)
#DDD6AE
(221,214,174)
#E1DBB7
(225,219,183)
#E5E0C0
(229,224,192)
#E9E5C9
(233,229,201)
#EDEAD2
(237,234,210)
#F1EFDB
(241,239,219)
#F5F4E4
(245,244,228)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C793 color. Also use rgb(209,199,147) instead hex code.

Text Font Color

.myTextColor { color: #D1C793; }

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

This text font color is #D1C793.


Background Color

.myBgColor { background-color: #D1C793; }

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

This div background color is #D1C793.


Border color

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

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

This div border color is #D1C793.


Opacity

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

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

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

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

This text has shadow with #D1C793 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D1C793 on black background.


Color preview on white background

This text has color #D1C793 on white background.



Black color preview on #D1C793 background

This text has black color on #D1C793 background.


White color preview on #D1C793 background

This text has white color on #D1C793 background.