COLOR #D7AD60

HEX: #D7AD60 RGB: (215,173,96)

Color info

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

RGB color model

#D7AD60 color RGB value is (215,173,96).

RGB: (215,173,96) (84%, 68%, 38%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 96 of 255 = 38%

215
173
96

R + G + B ~ 63%. #D7AD60 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 173 + 96 = 484 (100%)
R 215 of 484 ~ 44.42%
G 173 of 484 ~ 35.74%
B 96 of 484 ~ 19.83'%

%44.42
%35.74
%19.83

CMYK color model

#D7AD60 color CMYK value is (0,20,55,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 55.35%
  • key color value is 15.69%

CMYK: (0,20,55,16)
C0M20Y55K16 (0%, 20%, 55%, 16%)
(0.00 / 0.20 / 0.55 / 0.16)

CMYK percentages

%0
%19.53
%55.35
%15.69

Codes

Color #D7AD60 in popluar color models

D7 AD 60
RGB 215 173 96
HSL 39° 59.80% 60.98%
HSB/HSV 39° 55.35% 84.31%
CMYK 0.00% 19.53% 55.35%
15.69%

Color #D7AD60 in popluar number systems.

HEX D7 AD 60
Decimal 215 173 96
Binary 11010111 10101101 1100000
Octal 327 255 140

Shades and tints

Shades of #D7AD60

#D7AD60
(215,173,96)
#C49E58
(196,158,88)
#B18F50
(177,143,80)
#9E8048
(158,128,72)
#8B7140
(139,113,64)
#786238
(120,98,56)
#655330
(101,83,48)
#524428
(82,68,40)
#3F3520
(63,53,32)
#2C2618
(44,38,24)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #D7AD60

#D7AD60
(215,173,96)
#DAB46E
(218,180,110)
#DDBB7C
(221,187,124)
#E0C28A
(224,194,138)
#E3C998
(227,201,152)
#E6D0A6
(230,208,166)
#E9D7B4
(233,215,180)
#ECDEC2
(236,222,194)
#EFE5D0
(239,229,208)
#F2ECDE
(242,236,222)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AD60 color. Also use rgb(215,173,96) instead hex code.

Text Font Color

.myTextColor { color: #D7AD60; }

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

This text font color is #D7AD60.

Background Color

.myBgColor { background-color: #D7AD60; }

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

This div background color is #D7AD60.

Border color

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

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

This div border color is #D7AD60.

Opacity

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

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

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

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

This text has shadow with #D7AD60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AD60.

Preview

Color preview on black background

This text has color #D7AD60 on black background.


Color preview on white background

This text has color #D7AD60 on white background.


Black color preview on #D7AD60 background

This text has black color on #D7AD60 background.


White color preview on #D7AD60 background

This text has white color on #D7AD60 background.


Related colors

Complementary color

Complementary color for #hex is #28529F.


I love getcolorcode.com

Triadic colors

1 #60D7AD and #AD60D7 with #D7AD60 are triadic colors.

2 #60ADD7 and #ADD760 with #D7AD60 are triadic colors.