COLOR #D5A453

HEX: #D5A453
RGB: (213,164,83)

Color info

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

RGB color model

#D5A453 color RGB value is (213,164,83).

  • red value is 213;
  • green value is 164;
  • blue value is 83.
RGB:
(213,164,83)
(84%,64%,33%)

RGB channels and saturation

R 213 of 255 = 84%
G 164 of 255 = 64%
B 83 of 255 = 33%

213
164
83

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

Portions of RGB colors in percentages

R + G + B =
213 + 164 + 83 = 460 (100%)
R 213 of 460 ~ 46.3%
G 164 of 460 ~ 35.65%
B 83 of 460 ~ 18.04%

%46.3
%35.65
%18.04

CMYK color model

#D5A453 color CMYK value is (0,23,61,16).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 61.03%
  • key color value is 16.47%
CMYK:
(0,23,61,16)
C0M23Y61K16 
(0%,23%,61%,16%)
(0.00/0.23/0.61/0.16)	

CMYK percentages

%0
%23
%61.03
%16.47

Codes

Color #D5A453 in popluar color models

D5A453
RGB21316483
HSL37°60.75%58.04%
HSB/HSV37°61.03%83.53%
CMYK0.00%23.00%61.03%
16.47%

Color #D5A453 in popluar number systems.

HEXD5A453
Decimal21316483
Binary11010101101001001010011
Octal325244123

Shades and tints

Shades of #D5A453

#D5A453
(213,164,83)
#C2964C
(194,150,76)
#AF8845
(175,136,69)
#9C7A3E
(156,122,62)
#896C37
(137,108,55)
#765E30
(118,94,48)
#635029
(99,80,41)
#504222
(80,66,34)
#3D341B
(61,52,27)
#2A2614
(42,38,20)
#17180D
(23,24,13)
#000000
(0,0,0)

Tints of #D5A453

#D5A453
(213,164,83)
#D8AC62
(216,172,98)
#DBB471
(219,180,113)
#DEBC80
(222,188,128)
#E1C48F
(225,196,143)
#E4CC9E
(228,204,158)
#E7D4AD
(231,212,173)
#EADCBC
(234,220,188)
#EDE4CB
(237,228,203)
#F0ECDA
(240,236,218)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A453 color. Also use rgb(213,164,83) instead hex code.

Text Font Color

.myTextColor { color: #D5A453; }

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

This text font color is #D5A453.


Background Color

.myBgColor { background-color: #D5A453; }

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

This div background color is #D5A453.


Border color

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

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

This div border color is #D5A453.


Opacity

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

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

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

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

This text has shadow with #D5A453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A453 on black background.


Color preview on white background

This text has color #D5A453 on white background.



Black color preview on #D5A453 background

This text has black color on #D5A453 background.


White color preview on #D5A453 background

This text has white color on #D5A453 background.