COLOR #D4A585

HEX: #D4A585
RGB: (212,165,133)

Color info

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

RGB color model

#D4A585 color RGB value is (212,165,133).

  • red value is 212;
  • green value is 165;
  • blue value is 133.
RGB:
(212,165,133)
(83%,65%,52%)

RGB channels and saturation

R 212 of 255 = 83%
G 165 of 255 = 65%
B 133 of 255 = 52%

212
165
133

R + G + B ~ 67%. #D4A585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 165 + 133 = 510 (100%)
R 212 of 510 ~ 41.57%
G 165 of 510 ~ 32.35%
B 133 of 510 ~ 26.08%

%41.57
%32.35
%26.08

CMYK color model

#D4A585 color CMYK value is (0,22,37,17).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,22,37,17)
C0M22Y37K17 
(0%,22%,37%,17%)
(0.00/0.22/0.37/0.17)	

CMYK percentages

%0
%22.17
%37.26
%16.86

Codes

Color #D4A585 in popluar color models

D4A585
RGB212165133
HSL24°47.88%67.65%
HSB/HSV24°37.26%83.14%
CMYK0.00%22.17%37.26%
16.86%

Color #D4A585 in popluar number systems.

HEXD4A585
Decimal212165133
Binary110101001010010110000101
Octal324245205

Shades and tints

Shades of #D4A585

#D4A585
(212,165,133)
#C19679
(193,150,121)
#AE876D
(174,135,109)
#9B7861
(155,120,97)
#886955
(136,105,85)
#755A49
(117,90,73)
#624B3D
(98,75,61)
#4F3C31
(79,60,49)
#3C2D25
(60,45,37)
#291E19
(41,30,25)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #D4A585

#D4A585
(212,165,133)
#D7AD90
(215,173,144)
#DAB59B
(218,181,155)
#DDBDA6
(221,189,166)
#E0C5B1
(224,197,177)
#E3CDBC
(227,205,188)
#E6D5C7
(230,213,199)
#E9DDD2
(233,221,210)
#ECE5DD
(236,229,221)
#EFEDE8
(239,237,232)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A585 color. Also use rgb(212,165,133) instead hex code.

Text Font Color

.myTextColor { color: #D4A585; }

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

This text font color is #D4A585.


Background Color

.myBgColor { background-color: #D4A585; }

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

This div background color is #D4A585.


Border color

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

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

This div border color is #D4A585.


Opacity

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

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

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

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

This text has shadow with #D4A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A585 on black background.


Color preview on white background

This text has color #D4A585 on white background.



Black color preview on #D4A585 background

This text has black color on #D4A585 background.


White color preview on #D4A585 background

This text has white color on #D4A585 background.