COLOR #D5AE75

HEX: #D5AE75
RGB: (213,174,117)

Color info

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

RGB color model

#D5AE75 color RGB value is (213,174,117).

  • red value is 213;
  • green value is 174;
  • blue value is 117.
RGB:
(213,174,117)
(84%,68%,46%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 117 of 255 = 46%

213
174
117

R + G + B ~ 66%. #D5AE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 117 = 504 (100%)
R 213 of 504 ~ 42.26%
G 174 of 504 ~ 34.52%
B 117 of 504 ~ 23.21%

%42.26
%34.52
%23.21

CMYK color model

#D5AE75 color CMYK value is (0,18,45,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 45.07%
  • key color value is 16.47%
CMYK:
(0,18,45,16)
C0M18Y45K16 
(0%,18%,45%,16%)
(0.00/0.18/0.45/0.16)	

CMYK percentages

%0
%18.31
%45.07
%16.47

Codes

Color #D5AE75 in popluar color models

D5AE75
RGB213174117
HSL36°53.33%64.71%
HSB/HSV36°45.07%83.53%
CMYK0.00%18.31%45.07%
16.47%

Color #D5AE75 in popluar number systems.

HEXD5AE75
Decimal213174117
Binary11010101101011101110101
Octal325256165

Shades and tints

Shades of #D5AE75

#D5AE75
(213,174,117)
#C29F6B
(194,159,107)
#AF9061
(175,144,97)
#9C8157
(156,129,87)
#89724D
(137,114,77)
#766343
(118,99,67)
#635439
(99,84,57)
#50452F
(80,69,47)
#3D3625
(61,54,37)
#2A271B
(42,39,27)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #D5AE75

#D5AE75
(213,174,117)
#D8B581
(216,181,129)
#DBBC8D
(219,188,141)
#DEC399
(222,195,153)
#E1CAA5
(225,202,165)
#E4D1B1
(228,209,177)
#E7D8BD
(231,216,189)
#EADFC9
(234,223,201)
#EDE6D5
(237,230,213)
#F0EDE1
(240,237,225)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AE75 color. Also use rgb(213,174,117) instead hex code.

Text Font Color

.myTextColor { color: #D5AE75; }

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

This text font color is #D5AE75.


Background Color

.myBgColor { background-color: #D5AE75; }

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

This div background color is #D5AE75.


Border color

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

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

This div border color is #D5AE75.


Opacity

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

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

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

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

This text has shadow with #D5AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AE75 on black background.


Color preview on white background

This text has color #D5AE75 on white background.



Black color preview on #D5AE75 background

This text has black color on #D5AE75 background.


White color preview on #D5AE75 background

This text has white color on #D5AE75 background.