COLOR #D7A45F

HEX: #D7A45F
RGB: (215,164,95)

Color info

#D7A45F contains mainly red and green colors. Web safe color of #D7A45F is #CC9966 (or #C96).

RGB color model

#D7A45F color RGB value is (215,164,95).

  • red value is 215;
  • green value is 164;
  • blue value is 95.
RGB:
(215,164,95)
(84%,64%,37%)

RGB channels and saturation

R 215 of 255 = 84%
G 164 of 255 = 64%
B 95 of 255 = 37%

215
164
95

R + G + B ~ 62%. #D7A45F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 164 + 95 = 474 (100%)
R 215 of 474 ~ 45.36%
G 164 of 474 ~ 34.6%
B 95 of 474 ~ 20.04%

%45.36
%34.6
%20.04

CMYK color model

#D7A45F color CMYK value is (0,24,56,16).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 55.81%
  • key color value is 15.69%
CMYK:
(0,24,56,16)
C0M24Y56K16 
(0%,24%,56%,16%)
(0.00/0.24/0.56/0.16)	

CMYK percentages

%0
%23.72
%55.81
%15.69

Codes

Color #D7A45F in popluar color models

D7A45F
RGB21516495
HSL35°60.00%60.78%
HSB/HSV35°55.81%84.31%
CMYK0.00%23.72%55.81%
15.69%

Color #D7A45F in popluar number systems.

HEXD7A45F
Decimal21516495
Binary11010111101001001011111
Octal327244137

Shades and tints

Shades of #D7A45F

#D7A45F
(215,164,95)
#C49657
(196,150,87)
#B1884F
(177,136,79)
#9E7A47
(158,122,71)
#8B6C3F
(139,108,63)
#785E37
(120,94,55)
#65502F
(101,80,47)
#524227
(82,66,39)
#3F341F
(63,52,31)
#2C2617
(44,38,23)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #D7A45F

#D7A45F
(215,164,95)
#DAAC6D
(218,172,109)
#DDB47B
(221,180,123)
#E0BC89
(224,188,137)
#E3C497
(227,196,151)
#E6CCA5
(230,204,165)
#E9D4B3
(233,212,179)
#ECDCC1
(236,220,193)
#EFE4CF
(239,228,207)
#F2ECDD
(242,236,221)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A45F color. Also use rgb(215,164,95) instead hex code.

Text Font Color

.myTextColor { color: #D7A45F; }

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

This text font color is #D7A45F.


Background Color

.myBgColor { background-color: #D7A45F; }

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

This div background color is #D7A45F.


Border color

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

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

This div border color is #D7A45F.


Opacity

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

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

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

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

This text has shadow with #D7A45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A45F on black background.


Color preview on white background

This text has color #D7A45F on white background.



Black color preview on #D7A45F background

This text has black color on #D7A45F background.


White color preview on #D7A45F background

This text has white color on #D7A45F background.