COLOR #D5A592

HEX: #D5A592
RGB: (213,165,146)

Color info

#D5A592 contains mainly red and green colors. Web safe color of #D5A592 is #CC9999 (or #C99).

RGB color model

#D5A592 color RGB value is (213,165,146).

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

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 146 of 255 = 57%

213
165
146

R + G + B ~ 69%. #D5A592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 146 = 524 (100%)
R 213 of 524 ~ 40.65%
G 165 of 524 ~ 31.49%
B 146 of 524 ~ 27.86%

%40.65
%31.49
%27.86

CMYK color model

#D5A592 color CMYK value is (0,23,31,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 31.46%
  • key color value is 16.47%
CMYK:
(0,23,31,16)
C0M23Y31K16 
(0%,23%,31%,16%)
(0.00/0.23/0.31/0.16)	

CMYK percentages

%0
%22.54
%31.46
%16.47

Codes

Color #D5A592 in popluar color models

D5A592
RGB213165146
HSL17°44.37%70.39%
HSB/HSV17°31.46%83.53%
CMYK0.00%22.54%31.46%
16.47%

Color #D5A592 in popluar number systems.

HEXD5A592
Decimal213165146
Binary110101011010010110010010
Octal325245222

Shades and tints

Shades of #D5A592

#D5A592
(213,165,146)
#C29685
(194,150,133)
#AF8778
(175,135,120)
#9C786B
(156,120,107)
#89695E
(137,105,94)
#765A51
(118,90,81)
#634B44
(99,75,68)
#503C37
(80,60,55)
#3D2D2A
(61,45,42)
#2A1E1D
(42,30,29)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #D5A592

#D5A592
(213,165,146)
#D8AD9B
(216,173,155)
#DBB5A4
(219,181,164)
#DEBDAD
(222,189,173)
#E1C5B6
(225,197,182)
#E4CDBF
(228,205,191)
#E7D5C8
(231,213,200)
#EADDD1
(234,221,209)
#EDE5DA
(237,229,218)
#F0EDE3
(240,237,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A592; }

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

This text font color is #D5A592.


Background Color

.myBgColor { background-color: #D5A592; }

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

This div background color is #D5A592.


Border color

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

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

This div border color is #D5A592.


Opacity

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

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

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

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

This text has shadow with #D5A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A592 on black background.


Color preview on white background

This text has color #D5A592 on white background.



Black color preview on #D5A592 background

This text has black color on #D5A592 background.


White color preview on #D5A592 background

This text has white color on #D5A592 background.