COLOR #D7C093

HEX: #D7C093
RGB: (215,192,147)

Color info

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

RGB color model

#D7C093 color RGB value is (215,192,147).

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

RGB channels and saturation

R 215 of 255 = 84%
G 192 of 255 = 75%
B 147 of 255 = 58%

215
192
147

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

Portions of RGB colors in percentages

R + G + B =
215 + 192 + 147 = 554 (100%)
R 215 of 554 ~ 38.81%
G 192 of 554 ~ 34.66%
B 147 of 554 ~ 26.53%

%38.81
%34.66
%26.53

CMYK color model

#D7C093 color CMYK value is (0,11,32,16).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 31.63%
  • key color value is 15.69%
CMYK:
(0,11,32,16)
C0M11Y32K16 
(0%,11%,32%,16%)
(0.00/0.11/0.32/0.16)	

CMYK percentages

%0
%10.7
%31.63
%15.69

Codes

Color #D7C093 in popluar color models

D7C093
RGB215192147
HSL40°45.95%70.98%
HSB/HSV40°31.63%84.31%
CMYK0.00%10.70%31.63%
15.69%

Color #D7C093 in popluar number systems.

HEXD7C093
Decimal215192147
Binary110101111100000010010011
Octal327300223

Shades and tints

Shades of #D7C093

#D7C093
(215,192,147)
#C4AF86
(196,175,134)
#B19E79
(177,158,121)
#9E8D6C
(158,141,108)
#8B7C5F
(139,124,95)
#786B52
(120,107,82)
#655A45
(101,90,69)
#524938
(82,73,56)
#3F382B
(63,56,43)
#2C271E
(44,39,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #D7C093

#D7C093
(215,192,147)
#DAC59C
(218,197,156)
#DDCAA5
(221,202,165)
#E0CFAE
(224,207,174)
#E3D4B7
(227,212,183)
#E6D9C0
(230,217,192)
#E9DEC9
(233,222,201)
#ECE3D2
(236,227,210)
#EFE8DB
(239,232,219)
#F2EDE4
(242,237,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C093; }

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

This text font color is #D7C093.


Background Color

.myBgColor { background-color: #D7C093; }

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

This div background color is #D7C093.


Border color

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

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

This div border color is #D7C093.


Opacity

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

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

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

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

This text has shadow with #D7C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C093 on black background.


Color preview on white background

This text has color #D7C093 on white background.



Black color preview on #D7C093 background

This text has black color on #D7C093 background.


White color preview on #D7C093 background

This text has white color on #D7C093 background.