COLOR #D5A53B

HEX: #D5A53B
RGB: (213,165,59)

Color info

#D5A53B contains mainly red and green colors. Web safe color of #D5A53B is #CC9933 (or #C93).

RGB color model

#D5A53B color RGB value is (213,165,59).

  • red value is 213;
  • green value is 165;
  • blue value is 59.
RGB:
(213,165,59)
(84%,65%,23%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 59 of 255 = 23%

213
165
59

R + G + B ~ 57%. #D5A53B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 59 = 437 (100%)
R 213 of 437 ~ 48.74%
G 165 of 437 ~ 37.76%
B 59 of 437 ~ 13.5%

%48.74
%37.76
%13.5

CMYK color model

#D5A53B color CMYK value is (0,23,72,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 72.30%
  • key color value is 16.47%
CMYK:
(0,23,72,16)
C0M23Y72K16 
(0%,23%,72%,16%)
(0.00/0.23/0.72/0.16)	

CMYK percentages

%0
%22.54
%72.3
%16.47

Codes

Color #D5A53B in popluar color models

D5A53B
RGB21316559
HSL41°64.71%53.33%
HSB/HSV41°72.30%83.53%
CMYK0.00%22.54%72.30%
16.47%

Color #D5A53B in popluar number systems.

HEXD5A53B
Decimal21316559
Binary1101010110100101111011
Octal32524573

Shades and tints

Shades of #D5A53B

#D5A53B
(213,165,59)
#C29636
(194,150,54)
#AF8731
(175,135,49)
#9C782C
(156,120,44)
#896927
(137,105,39)
#765A22
(118,90,34)
#634B1D
(99,75,29)
#503C18
(80,60,24)
#3D2D13
(61,45,19)
#2A1E0E
(42,30,14)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #D5A53B

#D5A53B
(213,165,59)
#D8AD4C
(216,173,76)
#DBB55D
(219,181,93)
#DEBD6E
(222,189,110)
#E1C57F
(225,197,127)
#E4CD90
(228,205,144)
#E7D5A1
(231,213,161)
#EADDB2
(234,221,178)
#EDE5C3
(237,229,195)
#F0EDD4
(240,237,212)
#F3F5E5
(243,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A53B color. Also use rgb(213,165,59) instead hex code.

Text Font Color

.myTextColor { color: #D5A53B; }

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

This text font color is #D5A53B.


Background Color

.myBgColor { background-color: #D5A53B; }

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

This div background color is #D5A53B.


Border color

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

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

This div border color is #D5A53B.


Opacity

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

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

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

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

This text has shadow with #D5A53B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A53B on black background.


Color preview on white background

This text has color #D5A53B on white background.



Black color preview on #D5A53B background

This text has black color on #D5A53B background.


White color preview on #D5A53B background

This text has white color on #D5A53B background.