COLOR #D7C193

HEX: #D7C193
RGB: (215,193,147)

Color info

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

RGB color model

#D7C193 color RGB value is (215,193,147).

  • red value is 215;
  • green value is 193;
  • blue value is 147.
RGB:
(215,193,147)
(84%,76%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 193 of 255 = 76%
B 147 of 255 = 58%

215
193
147

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

Portions of RGB colors in percentages

R + G + B =
215 + 193 + 147 = 555 (100%)
R 215 of 555 ~ 38.74%
G 193 of 555 ~ 34.77%
B 147 of 555 ~ 26.49%

%38.74
%34.77
%26.49

CMYK color model

#D7C193 color CMYK value is (0,10,32,16).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 31.63%
  • key color value is 15.69%
CMYK:
(0,10,32,16)
C0M10Y32K16 
(0%,10%,32%,16%)
(0.00/0.10/0.32/0.16)	

CMYK percentages

%0
%10.23
%31.63
%15.69

Codes

Color #D7C193 in popluar color models

D7C193
RGB215193147
HSL41°45.95%70.98%
HSB/HSV41°31.63%84.31%
CMYK0.00%10.23%31.63%
15.69%

Color #D7C193 in popluar number systems.

HEXD7C193
Decimal215193147
Binary110101111100000110010011
Octal327301223

Shades and tints

Shades of #D7C193

#D7C193
(215,193,147)
#C4B086
(196,176,134)
#B19F79
(177,159,121)
#9E8E6C
(158,142,108)
#8B7D5F
(139,125,95)
#786C52
(120,108,82)
#655B45
(101,91,69)
#524A38
(82,74,56)
#3F392B
(63,57,43)
#2C281E
(44,40,30)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7C193

#D7C193
(215,193,147)
#DAC69C
(218,198,156)
#DDCBA5
(221,203,165)
#E0D0AE
(224,208,174)
#E3D5B7
(227,213,183)
#E6DAC0
(230,218,192)
#E9DFC9
(233,223,201)
#ECE4D2
(236,228,210)
#EFE9DB
(239,233,219)
#F2EEE4
(242,238,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C193 color. Also use rgb(215,193,147) instead hex code.

Text Font Color

.myTextColor { color: #D7C193; }

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

This text font color is #D7C193.


Background Color

.myBgColor { background-color: #D7C193; }

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

This div background color is #D7C193.


Border color

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

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

This div border color is #D7C193.


Opacity

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

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

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

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

This text has shadow with #D7C193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C193 on black background.


Color preview on white background

This text has color #D7C193 on white background.



Black color preview on #D7C193 background

This text has black color on #D7C193 background.


White color preview on #D7C193 background

This text has white color on #D7C193 background.