COLOR #D5A75E

HEX: #D5A75E
RGB: (213,167,94)

Color info

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

RGB color model

#D5A75E color RGB value is (213,167,94).

  • red value is 213;
  • green value is 167;
  • blue value is 94.
RGB:
(213,167,94)
(84%,65%,37%)

RGB channels and saturation

R 213 of 255 = 84%
G 167 of 255 = 65%
B 94 of 255 = 37%

213
167
94

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

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 94 = 474 (100%)
R 213 of 474 ~ 44.94%
G 167 of 474 ~ 35.23%
B 94 of 474 ~ 19.83%

%44.94
%35.23
%19.83

CMYK color model

#D5A75E color CMYK value is (0,22,56,16).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 55.87%
  • key color value is 16.47%
CMYK:
(0,22,56,16)
C0M22Y56K16 
(0%,22%,56%,16%)
(0.00/0.22/0.56/0.16)	

CMYK percentages

%0
%21.6
%55.87
%16.47

Codes

Color #D5A75E in popluar color models

D5A75E
RGB21316794
HSL37°58.62%60.20%
HSB/HSV37°55.87%83.53%
CMYK0.00%21.60%55.87%
16.47%

Color #D5A75E in popluar number systems.

HEXD5A75E
Decimal21316794
Binary11010101101001111011110
Octal325247136

Shades and tints

Shades of #D5A75E

#D5A75E
(213,167,94)
#C29856
(194,152,86)
#AF894E
(175,137,78)
#9C7A46
(156,122,70)
#896B3E
(137,107,62)
#765C36
(118,92,54)
#634D2E
(99,77,46)
#503E26
(80,62,38)
#3D2F1E
(61,47,30)
#2A2016
(42,32,22)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #D5A75E

#D5A75E
(213,167,94)
#D8AF6C
(216,175,108)
#DBB77A
(219,183,122)
#DEBF88
(222,191,136)
#E1C796
(225,199,150)
#E4CFA4
(228,207,164)
#E7D7B2
(231,215,178)
#EADFC0
(234,223,192)
#EDE7CE
(237,231,206)
#F0EFDC
(240,239,220)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A75E color. Also use rgb(213,167,94) instead hex code.

Text Font Color

.myTextColor { color: #D5A75E; }

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

This text font color is #D5A75E.


Background Color

.myBgColor { background-color: #D5A75E; }

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

This div background color is #D5A75E.


Border color

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

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

This div border color is #D5A75E.


Opacity

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

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

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

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

This text has shadow with #D5A75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A75E on black background.


Color preview on white background

This text has color #D5A75E on white background.



Black color preview on #D5A75E background

This text has black color on #D5A75E background.


White color preview on #D5A75E background

This text has white color on #D5A75E background.