COLOR #D7C595

HEX: #D7C595
RGB: (215,197,149)

Color info

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

RGB color model

#D7C595 color RGB value is (215,197,149).

  • red value is 215;
  • green value is 197;
  • blue value is 149.
RGB:
(215,197,149)
(84%,77%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 149 of 255 = 58%

215
197
149

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

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 149 = 561 (100%)
R 215 of 561 ~ 38.32%
G 197 of 561 ~ 35.12%
B 149 of 561 ~ 26.56%

%38.32
%35.12
%26.56

CMYK color model

#D7C595 color CMYK value is (0,8,31,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK:
(0,8,31,16)
C0M8Y31K16 
(0%,8%,31%,16%)
(0.00/0.08/0.31/0.16)	

CMYK percentages

%0
%8.37
%30.7
%15.69

Codes

Color #D7C595 in popluar color models

D7C595
RGB215197149
HSL44°45.21%71.37%
HSB/HSV44°30.70%84.31%
CMYK0.00%8.37%30.70%
15.69%

Color #D7C595 in popluar number systems.

HEXD7C595
Decimal215197149
Binary110101111100010110010101
Octal327305225

Shades and tints

Shades of #D7C595

#D7C595
(215,197,149)
#C4B488
(196,180,136)
#B1A37B
(177,163,123)
#9E926E
(158,146,110)
#8B8161
(139,129,97)
#787054
(120,112,84)
#655F47
(101,95,71)
#524E3A
(82,78,58)
#3F3D2D
(63,61,45)
#2C2C20
(44,44,32)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #D7C595

#D7C595
(215,197,149)
#DACA9E
(218,202,158)
#DDCFA7
(221,207,167)
#E0D4B0
(224,212,176)
#E3D9B9
(227,217,185)
#E6DEC2
(230,222,194)
#E9E3CB
(233,227,203)
#ECE8D4
(236,232,212)
#EFEDDD
(239,237,221)
#F2F2E6
(242,242,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C595 color. Also use rgb(215,197,149) instead hex code.

Text Font Color

.myTextColor { color: #D7C595; }

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

This text font color is #D7C595.


Background Color

.myBgColor { background-color: #D7C595; }

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

This div background color is #D7C595.


Border color

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

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

This div border color is #D7C595.


Opacity

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

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

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

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

This text has shadow with #D7C595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C595 on black background.


Color preview on white background

This text has color #D7C595 on white background.



Black color preview on #D7C595 background

This text has black color on #D7C595 background.


White color preview on #D7C595 background

This text has white color on #D7C595 background.