COLOR #D5A07F

HEX: #D5A07F RGB: (213,160,127)

Color info

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

RGB color model

#D5A07F color RGB value is (213,160,127).

RGB: (213,160,127) (84%, 63%, 50%)

RGB channels and saturation

R 213 of 255 = 84%
G 160 of 255 = 63%
B 127 of 255 = 50%

213
160
127

R + G + B ~ 66%. #D5A07F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 160 + 127 = 500 (100%)
R 213 of 500 ~ 42.6%
G 160 of 500 ~ 32%
B 127 of 500 ~ 25.4'%

%42.6
%32
%25.4

CMYK color model

#D5A07F color CMYK value is (0,25,40,16).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 40.38%
  • key color value is 16.47%

CMYK: (0,25,40,16)
C0M25Y40K16 (0%, 25%, 40%, 16%)
(0.00 / 0.25 / 0.40 / 0.16)

CMYK percentages

%0
%24.88
%40.38
%16.47

Codes

Color #D5A07F in popluar color models

D5 A0 7F
RGB 213 160 127
HSL 23° 50.59% 66.67%
HSB/HSV 23° 40.38% 83.53%
CMYK 0.00% 24.88% 40.38%
16.47%

Color #D5A07F in popluar number systems.

HEX D5 A0 7F
Decimal 213 160 127
Binary 11010101 10100000 1111111
Octal 325 240 177

Shades and tints

Shades of #D5A07F

#D5A07F
(213,160,127)
#C29274
(194,146,116)
#AF8469
(175,132,105)
#9C765E
(156,118,94)
#896853
(137,104,83)
#765A48
(118,90,72)
#634C3D
(99,76,61)
#503E32
(80,62,50)
#3D3027
(61,48,39)
#2A221C
(42,34,28)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #D5A07F

#D5A07F
(213,160,127)
#D8A88A
(216,168,138)
#DBB095
(219,176,149)
#DEB8A0
(222,184,160)
#E1C0AB
(225,192,171)
#E4C8B6
(228,200,182)
#E7D0C1
(231,208,193)
#EAD8CC
(234,216,204)
#EDE0D7
(237,224,215)
#F0E8E2
(240,232,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A07F color. Also use rgb(213,160,127) instead hex code.

Text Font Color

.myTextColor { color: #D5A07F; }

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

This text font color is #D5A07F.

Background Color

.myBgColor { background-color: #D5A07F; }

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

This div background color is #D5A07F.

Border color

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

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

This div border color is #D5A07F.

Opacity

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

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

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

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

This text has shadow with #D5A07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A07F.

Preview

Color preview on black background

This text has color #D5A07F on black background.


Color preview on white background

This text has color #D5A07F on white background.


Black color preview on #D5A07F background

This text has black color on #D5A07F background.


White color preview on #D5A07F background

This text has white color on #D5A07F background.


Related colors

Complementary color

Complementary color for #hex is #2A5F80.


I love getcolorcode.com

Triadic colors

1 #7FD5A0 and #A07FD5 with #D5A07F are triadic colors.

2 #7FA0D5 and #A0D57F with #D5A07F are triadic colors.