COLOR #D7AE6A

HEX: #D7AE6A
RGB: (215,174,106)

Color info

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

RGB color model

#D7AE6A color RGB value is (215,174,106).

  • red value is 215;
  • green value is 174;
  • blue value is 106.
RGB:
(215,174,106)
(84%,68%,42%)

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 106 of 255 = 42%

215
174
106

R + G + B ~ 65%. #D7AE6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 106 = 495 (100%)
R 215 of 495 ~ 43.43%
G 174 of 495 ~ 35.15%
B 106 of 495 ~ 21.41%

%43.43
%35.15
%21.41

CMYK color model

#D7AE6A color CMYK value is (0,19,51,16).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 50.70%
  • key color value is 15.69%
CMYK:
(0,19,51,16)
C0M19Y51K16 
(0%,19%,51%,16%)
(0.00/0.19/0.51/0.16)	

CMYK percentages

%0
%19.07
%50.7
%15.69

Codes

Color #D7AE6A in popluar color models

D7AE6A
RGB215174106
HSL37°57.67%62.94%
HSB/HSV37°50.70%84.31%
CMYK0.00%19.07%50.70%
15.69%

Color #D7AE6A in popluar number systems.

HEXD7AE6A
Decimal215174106
Binary11010111101011101101010
Octal327256152

Shades and tints

Shades of #D7AE6A

#D7AE6A
(215,174,106)
#C49F61
(196,159,97)
#B19058
(177,144,88)
#9E814F
(158,129,79)
#8B7246
(139,114,70)
#78633D
(120,99,61)
#655434
(101,84,52)
#52452B
(82,69,43)
#3F3622
(63,54,34)
#2C2719
(44,39,25)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #D7AE6A

#D7AE6A
(215,174,106)
#DAB577
(218,181,119)
#DDBC84
(221,188,132)
#E0C391
(224,195,145)
#E3CA9E
(227,202,158)
#E6D1AB
(230,209,171)
#E9D8B8
(233,216,184)
#ECDFC5
(236,223,197)
#EFE6D2
(239,230,210)
#F2EDDF
(242,237,223)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AE6A color. Also use rgb(215,174,106) instead hex code.

Text Font Color

.myTextColor { color: #D7AE6A; }

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

This text font color is #D7AE6A.


Background Color

.myBgColor { background-color: #D7AE6A; }

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

This div background color is #D7AE6A.


Border color

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

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

This div border color is #D7AE6A.


Opacity

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

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

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

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

This text has shadow with #D7AE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AE6A on black background.


Color preview on white background

This text has color #D7AE6A on white background.



Black color preview on #D7AE6A background

This text has black color on #D7AE6A background.


White color preview on #D7AE6A background

This text has white color on #D7AE6A background.