COLOR #D7C792

HEX: #D7C792
RGB: (215,199,146)

Color info

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

RGB color model

#D7C792 color RGB value is (215,199,146).

  • red value is 215;
  • green value is 199;
  • blue value is 146.
RGB:
(215,199,146)
(84%,78%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 199 of 255 = 78%
B 146 of 255 = 57%

215
199
146

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

Portions of RGB colors in percentages

R + G + B =
215 + 199 + 146 = 560 (100%)
R 215 of 560 ~ 38.39%
G 199 of 560 ~ 35.54%
B 146 of 560 ~ 26.07%

%38.39
%35.54
%26.07

CMYK color model

#D7C792 color CMYK value is (0,7,32,16).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 32.09%
  • key color value is 15.69%
CMYK:
(0,7,32,16)
C0M7Y32K16 
(0%,7%,32%,16%)
(0.00/0.07/0.32/0.16)	

CMYK percentages

%0
%7.44
%32.09
%15.69

Codes

Color #D7C792 in popluar color models

D7C792
RGB215199146
HSL46°46.31%70.78%
HSB/HSV46°32.09%84.31%
CMYK0.00%7.44%32.09%
15.69%

Color #D7C792 in popluar number systems.

HEXD7C792
Decimal215199146
Binary110101111100011110010010
Octal327307222

Shades and tints

Shades of #D7C792

#D7C792
(215,199,146)
#C4B585
(196,181,133)
#B1A378
(177,163,120)
#9E916B
(158,145,107)
#8B7F5E
(139,127,94)
#786D51
(120,109,81)
#655B44
(101,91,68)
#524937
(82,73,55)
#3F372A
(63,55,42)
#2C251D
(44,37,29)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #D7C792

#D7C792
(215,199,146)
#DACC9B
(218,204,155)
#DDD1A4
(221,209,164)
#E0D6AD
(224,214,173)
#E3DBB6
(227,219,182)
#E6E0BF
(230,224,191)
#E9E5C8
(233,229,200)
#ECEAD1
(236,234,209)
#EFEFDA
(239,239,218)
#F2F4E3
(242,244,227)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C792; }

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

This text font color is #D7C792.


Background Color

.myBgColor { background-color: #D7C792; }

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

This div background color is #D7C792.


Border color

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

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

This div border color is #D7C792.


Opacity

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

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

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

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

This text has shadow with #D7C792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C792 on black background.


Color preview on white background

This text has color #D7C792 on white background.



Black color preview on #D7C792 background

This text has black color on #D7C792 background.


White color preview on #D7C792 background

This text has white color on #D7C792 background.