COLOR #D7A75D

HEX: #D7A75D RGB: (215,167,93)

Color info

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

RGB color model

#D7A75D color RGB value is (215,167,93).

RGB: (215,167,93) (84%, 65%, 36%)

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 93 of 255 = 36%

215
167
93

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

Portions of RGB colors in percentages

R + G + B = 215 + 167 + 93 = 475 (100%)
R 215 of 475 ~ 45.26%
G 167 of 475 ~ 35.16%
B 93 of 475 ~ 19.58'%

%45.26
%35.16
%19.58

CMYK color model

#D7A75D color CMYK value is (0,22,57,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 56.74%
  • key color value is 15.69%

CMYK: (0,22,57,16)
C0M22Y57K16 (0%, 22%, 57%, 16%)
(0.00 / 0.22 / 0.57 / 0.16)

CMYK percentages

%0
%22.33
%56.74
%15.69

Codes

Color #D7A75D in popluar color models

D7 A7 5D
RGB 215 167 93
HSL 36° 60.40% 60.39%
HSB/HSV 36° 56.74% 84.31%
CMYK 0.00% 22.33% 56.74%
15.69%

Color #D7A75D in popluar number systems.

HEX D7 A7 5D
Decimal 215 167 93
Binary 11010111 10100111 1011101
Octal 327 247 135

Shades and tints

Shades of #D7A75D

#D7A75D
(215,167,93)
#C49855
(196,152,85)
#B1894D
(177,137,77)
#9E7A45
(158,122,69)
#8B6B3D
(139,107,61)
#785C35
(120,92,53)
#654D2D
(101,77,45)
#523E25
(82,62,37)
#3F2F1D
(63,47,29)
#2C2015
(44,32,21)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #D7A75D

#D7A75D
(215,167,93)
#DAAF6B
(218,175,107)
#DDB779
(221,183,121)
#E0BF87
(224,191,135)
#E3C795
(227,199,149)
#E6CFA3
(230,207,163)
#E9D7B1
(233,215,177)
#ECDFBF
(236,223,191)
#EFE7CD
(239,231,205)
#F2EFDB
(242,239,219)
#F5F7E9
(245,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A75D color. Also use rgb(215,167,93) instead hex code.

Text Font Color

.myTextColor { color: #D7A75D; }

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

This text font color is #D7A75D.

Background Color

.myBgColor { background-color: #D7A75D; }

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

This div background color is #D7A75D.

Border color

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

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

This div border color is #D7A75D.

Opacity

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

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

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

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

This text has shadow with #D7A75D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A75D.

Preview

Color preview on black background

This text has color #D7A75D on black background.


Color preview on white background

This text has color #D7A75D on white background.


Black color preview on #D7A75D background

This text has black color on #D7A75D background.


White color preview on #D7A75D background

This text has white color on #D7A75D background.


Related colors

Complementary color

Complementary color for #hex is #2858A2.


I love getcolorcode.com

Triadic colors

1 #5DD7A7 and #A75DD7 with #D7A75D are triadic colors.

2 #5DA7D7 and #A7D75D with #D7A75D are triadic colors.