COLOR #D5A14C

HEX: #D5A14C
RGB: (213,161,76)

Color info

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

RGB color model

#D5A14C color RGB value is (213,161,76).

  • red value is 213;
  • green value is 161;
  • blue value is 76.
RGB:
(213,161,76)
(84%,63%,30%)

RGB channels and saturation

R 213 of 255 = 84%
G 161 of 255 = 63%
B 76 of 255 = 30%

213
161
76

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

Portions of RGB colors in percentages

R + G + B =
213 + 161 + 76 = 450 (100%)
R 213 of 450 ~ 47.33%
G 161 of 450 ~ 35.78%
B 76 of 450 ~ 16.89%

%47.33
%35.78
%16.89

CMYK color model

#D5A14C color CMYK value is (0,24,64,16).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 64.32%
  • key color value is 16.47%
CMYK:
(0,24,64,16)
C0M24Y64K16 
(0%,24%,64%,16%)
(0.00/0.24/0.64/0.16)	

CMYK percentages

%0
%24.41
%64.32
%16.47

Codes

Color #D5A14C in popluar color models

D5A14C
RGB21316176
HSL37°61.99%56.67%
HSB/HSV37°64.32%83.53%
CMYK0.00%24.41%64.32%
16.47%

Color #D5A14C in popluar number systems.

HEXD5A14C
Decimal21316176
Binary11010101101000011001100
Octal325241114

Shades and tints

Shades of #D5A14C

#D5A14C
(213,161,76)
#C29346
(194,147,70)
#AF8540
(175,133,64)
#9C773A
(156,119,58)
#896934
(137,105,52)
#765B2E
(118,91,46)
#634D28
(99,77,40)
#503F22
(80,63,34)
#3D311C
(61,49,28)
#2A2316
(42,35,22)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D5A14C

#D5A14C
(213,161,76)
#D8A95C
(216,169,92)
#DBB16C
(219,177,108)
#DEB97C
(222,185,124)
#E1C18C
(225,193,140)
#E4C99C
(228,201,156)
#E7D1AC
(231,209,172)
#EAD9BC
(234,217,188)
#EDE1CC
(237,225,204)
#F0E9DC
(240,233,220)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A14C color. Also use rgb(213,161,76) instead hex code.

Text Font Color

.myTextColor { color: #D5A14C; }

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

This text font color is #D5A14C.


Background Color

.myBgColor { background-color: #D5A14C; }

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

This div background color is #D5A14C.


Border color

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

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

This div border color is #D5A14C.


Opacity

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

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

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

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

This text has shadow with #D5A14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A14C on black background.


Color preview on white background

This text has color #D5A14C on white background.



Black color preview on #D5A14C background

This text has black color on #D5A14C background.


White color preview on #D5A14C background

This text has white color on #D5A14C background.