COLOR #D5AD6C

HEX: #D5AD6C
RGB: (213,173,108)

Color info

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

RGB color model

#D5AD6C color RGB value is (213,173,108).

  • red value is 213;
  • green value is 173;
  • blue value is 108.
RGB:
(213,173,108)
(84%,68%,42%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 108 of 255 = 42%

213
173
108

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

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 108 = 494 (100%)
R 213 of 494 ~ 43.12%
G 173 of 494 ~ 35.02%
B 108 of 494 ~ 21.86%

%43.12
%35.02
%21.86

CMYK color model

#D5AD6C color CMYK value is (0,19,49,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 49.30%
  • key color value is 16.47%
CMYK:
(0,19,49,16)
C0M19Y49K16 
(0%,19%,49%,16%)
(0.00/0.19/0.49/0.16)	

CMYK percentages

%0
%18.78
%49.3
%16.47

Codes

Color #D5AD6C in popluar color models

D5AD6C
RGB213173108
HSL37°55.56%62.94%
HSB/HSV37°49.30%83.53%
CMYK0.00%18.78%49.30%
16.47%

Color #D5AD6C in popluar number systems.

HEXD5AD6C
Decimal213173108
Binary11010101101011011101100
Octal325255154

Shades and tints

Shades of #D5AD6C

#D5AD6C
(213,173,108)
#C29E63
(194,158,99)
#AF8F5A
(175,143,90)
#9C8051
(156,128,81)
#897148
(137,113,72)
#76623F
(118,98,63)
#635336
(99,83,54)
#50442D
(80,68,45)
#3D3524
(61,53,36)
#2A261B
(42,38,27)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #D5AD6C

#D5AD6C
(213,173,108)
#D8B479
(216,180,121)
#DBBB86
(219,187,134)
#DEC293
(222,194,147)
#E1C9A0
(225,201,160)
#E4D0AD
(228,208,173)
#E7D7BA
(231,215,186)
#EADEC7
(234,222,199)
#EDE5D4
(237,229,212)
#F0ECE1
(240,236,225)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AD6C color. Also use rgb(213,173,108) instead hex code.

Text Font Color

.myTextColor { color: #D5AD6C; }

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

This text font color is #D5AD6C.


Background Color

.myBgColor { background-color: #D5AD6C; }

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

This div background color is #D5AD6C.


Border color

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

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

This div border color is #D5AD6C.


Opacity

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

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

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

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

This text has shadow with #D5AD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AD6C on black background.


Color preview on white background

This text has color #D5AD6C on white background.



Black color preview on #D5AD6C background

This text has black color on #D5AD6C background.


White color preview on #D5AD6C background

This text has white color on #D5AD6C background.