COLOR #D7C795

HEX: #D7C795 RGB: (215,199,149)

Color info

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

RGB color model

#D7C795 color RGB value is (215,199,149).

RGB: (215,199,149) (84%, 78%, 58%)

RGB channels and saturation

R 215 of 255 = 84%
G 199 of 255 = 78%
B 149 of 255 = 58%

215
199
149

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

Portions of RGB colors in percentages

R + G + B = 215 + 199 + 149 = 563 (100%)
R 215 of 563 ~ 38.19%
G 199 of 563 ~ 35.35%
B 149 of 563 ~ 26.47'%

%38.19
%35.35
%26.47

CMYK color model

#D7C795 color CMYK value is (0,7,31,16).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 30.70%
  • key color value is 15.69%
CMYK: (0,7,31,16) C0M7Y31K16 (0%,7%,31%,16%) (0.00/0.07/0.31/0.16) 

CMYK percentages

%0
%7.44
%30.7
%15.69

Codes

Color #D7C795 in popluar color models

D7 C7 95
RGB 215 199 149
HSL 45° 45.21% 71.37%
HSB/HSV 45° 30.70% 84.31%
CMYK 0.00% 7.44% 30.70%
15.69%

Color #D7C795 in popluar number systems.

HEX D7 C7 95
Decimal 215 199 149
Binary 11010111 11000111 10010101
Octal 327 307 225

Shades and tints

Shades of #D7C795

#D7C795
(215,199,149)
#C4B588
(196,181,136)
#B1A37B
(177,163,123)
#9E916E
(158,145,110)
#8B7F61
(139,127,97)
#786D54
(120,109,84)
#655B47
(101,91,71)
#52493A
(82,73,58)
#3F372D
(63,55,45)
#2C2520
(44,37,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #D7C795

#D7C795
(215,199,149)
#DACC9E
(218,204,158)
#DDD1A7
(221,209,167)
#E0D6B0
(224,214,176)
#E3DBB9
(227,219,185)
#E6E0C2
(230,224,194)
#E9E5CB
(233,229,203)
#ECEAD4
(236,234,212)
#EFEFDD
(239,239,221)
#F2F4E6
(242,244,230)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C795; }

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

This text font color is #D7C795.

Background Color

.myBgColor { background-color: #D7C795; }

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

This div background color is #D7C795.

Border color

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

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

This div border color is #D7C795.

Opacity

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

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

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

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

This text has shadow with #D7C795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C795.

Preview

Color preview on black background

This text has color #D7C795 on black background.


Color preview on white background

This text has color #D7C795 on white background.


Black color preview on #D7C795 background

This text has black color on #D7C795 background.


White color preview on #D7C795 background

This text has white color on #D7C795 background.


Related colors

Complementary color

Complementary color for #hex is #28386A.


I love getcolorcode.com

Triadic colors

1 #95D7C7 and #C795D7 with #D7C795 are triadic colors.

2 #95C7D7 and #C7D795 with #D7C795 are triadic colors.