COLOR #D5A259

HEX: #D5A259
RGB: (213,162,89)

Color info

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

RGB color model

#D5A259 color RGB value is (213,162,89).

  • red value is 213;
  • green value is 162;
  • blue value is 89.
RGB:
(213,162,89)
(84%,64%,35%)

RGB channels and saturation

R 213 of 255 = 84%
G 162 of 255 = 64%
B 89 of 255 = 35%

213
162
89

R + G + B ~ 61%. #D5A259 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 162 + 89 = 464 (100%)
R 213 of 464 ~ 45.91%
G 162 of 464 ~ 34.91%
B 89 of 464 ~ 19.18%

%45.91
%34.91
%19.18

CMYK color model

#D5A259 color CMYK value is (0,24,58,16).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 58.22%
  • key color value is 16.47%
CMYK:
(0,24,58,16)
C0M24Y58K16 
(0%,24%,58%,16%)
(0.00/0.24/0.58/0.16)	

CMYK percentages

%0
%23.94
%58.22
%16.47

Codes

Color #D5A259 in popluar color models

D5A259
RGB21316289
HSL35°59.62%59.22%
HSB/HSV35°58.22%83.53%
CMYK0.00%23.94%58.22%
16.47%

Color #D5A259 in popluar number systems.

HEXD5A259
Decimal21316289
Binary11010101101000101011001
Octal325242131

Shades and tints

Shades of #D5A259

#D5A259
(213,162,89)
#C29451
(194,148,81)
#AF8649
(175,134,73)
#9C7841
(156,120,65)
#896A39
(137,106,57)
#765C31
(118,92,49)
#634E29
(99,78,41)
#504021
(80,64,33)
#3D3219
(61,50,25)
#2A2411
(42,36,17)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #D5A259

#D5A259
(213,162,89)
#D8AA68
(216,170,104)
#DBB277
(219,178,119)
#DEBA86
(222,186,134)
#E1C295
(225,194,149)
#E4CAA4
(228,202,164)
#E7D2B3
(231,210,179)
#EADAC2
(234,218,194)
#EDE2D1
(237,226,209)
#F0EAE0
(240,234,224)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A259 color. Also use rgb(213,162,89) instead hex code.

Text Font Color

.myTextColor { color: #D5A259; }

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

This text font color is #D5A259.


Background Color

.myBgColor { background-color: #D5A259; }

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

This div background color is #D5A259.


Border color

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

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

This div border color is #D5A259.


Opacity

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

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

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

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

This text has shadow with #D5A259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A259 on black background.


Color preview on white background

This text has color #D5A259 on white background.



Black color preview on #D5A259 background

This text has black color on #D5A259 background.


White color preview on #D5A259 background

This text has white color on #D5A259 background.