COLOR #D7C091

HEX: #D7C091
RGB: (215,192,145)

Color info

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

RGB color model

#D7C091 color RGB value is (215,192,145).

  • red value is 215;
  • green value is 192;
  • blue value is 145.
RGB:
(215,192,145)
(84%,75%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 145 of 255 = 57%

215
192
145

R + G + B ~ 72%. #D7C091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 145 = 552 (100%)
R 215 of 552 ~ 38.95%
G 192 of 552 ~ 34.78%
B 145 of 552 ~ 26.27%

%38.95
%34.78
%26.27

CMYK color model

#D7C091 color CMYK value is (0,11,33,16).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 32.56%
  • key color value is 15.69%
CMYK:
(0,11,33,16)
C0M11Y33K16 
(0%,11%,33%,16%)
(0.00/0.11/0.33/0.16)	

CMYK percentages

%0
%10.7
%32.56
%15.69

Codes

Color #D7C091 in popluar color models

D7C091
RGB215192145
HSL40°46.67%70.59%
HSB/HSV40°32.56%84.31%
CMYK0.00%10.70%32.56%
15.69%

Color #D7C091 in popluar number systems.

HEXD7C091
Decimal215192145
Binary110101111100000010010001
Octal327300221

Shades and tints

Shades of #D7C091

#D7C091
(215,192,145)
#C4AF84
(196,175,132)
#B19E77
(177,158,119)
#9E8D6A
(158,141,106)
#8B7C5D
(139,124,93)
#786B50
(120,107,80)
#655A43
(101,90,67)
#524936
(82,73,54)
#3F3829
(63,56,41)
#2C271C
(44,39,28)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #D7C091

#D7C091
(215,192,145)
#DAC59B
(218,197,155)
#DDCAA5
(221,202,165)
#E0CFAF
(224,207,175)
#E3D4B9
(227,212,185)
#E6D9C3
(230,217,195)
#E9DECD
(233,222,205)
#ECE3D7
(236,227,215)
#EFE8E1
(239,232,225)
#F2EDEB
(242,237,235)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C091 color. Also use rgb(215,192,145) instead hex code.

Text Font Color

.myTextColor { color: #D7C091; }

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

This text font color is #D7C091.


Background Color

.myBgColor { background-color: #D7C091; }

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

This div background color is #D7C091.


Border color

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

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

This div border color is #D7C091.


Opacity

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

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

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

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

This text has shadow with #D7C091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C091 on black background.


Color preview on white background

This text has color #D7C091 on white background.



Black color preview on #D7C091 background

This text has black color on #D7C091 background.


White color preview on #D7C091 background

This text has white color on #D7C091 background.