COLOR #D1AB5B

HEX: #D1AB5B RGB: (209,171,91)

Color info

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

RGB color model

#D1AB5B color RGB value is (209,171,91).

RGB: (209,171,91) (82%, 67%, 36%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 91 of 255 = 36%

209
171
91

R + G + B ~ 62%. #D1AB5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 171 + 91 = 471 (100%)
R 209 of 471 ~ 44.37%
G 171 of 471 ~ 36.31%
B 91 of 471 ~ 19.32'%

%44.37
%36.31
%19.32

CMYK color model

#D1AB5B color CMYK value is (0,18,56,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 56.46%
  • key color value is 18.04%

CMYK: (0,18,56,18)
C0M18Y56K18 (0%, 18%, 56%, 18%)
(0.00 / 0.18 / 0.56 / 0.18)

CMYK percentages

%0
%18.18
%56.46
%18.04

Codes

Color #D1AB5B in popluar color models

D1 AB 5B
RGB 209 171 91
HSL 41° 56.19% 58.82%
HSB/HSV 41° 56.46% 81.96%
CMYK 0.00% 18.18% 56.46%
18.04%

Color #D1AB5B in popluar number systems.

HEX D1 AB 5B
Decimal 209 171 91
Binary 11010001 10101011 1011011
Octal 321 253 133

Shades and tints

Shades of #D1AB5B

#D1AB5B
(209,171,91)
#BE9C53
(190,156,83)
#AB8D4B
(171,141,75)
#987E43
(152,126,67)
#856F3B
(133,111,59)
#726033
(114,96,51)
#5F512B
(95,81,43)
#4C4223
(76,66,35)
#39331B
(57,51,27)
#262413
(38,36,19)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #D1AB5B

#D1AB5B
(209,171,91)
#D5B269
(213,178,105)
#D9B977
(217,185,119)
#DDC085
(221,192,133)
#E1C793
(225,199,147)
#E5CEA1
(229,206,161)
#E9D5AF
(233,213,175)
#EDDCBD
(237,220,189)
#F1E3CB
(241,227,203)
#F5EAD9
(245,234,217)
#F9F1E7
(249,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AB5B color. Also use rgb(209,171,91) instead hex code.

Text Font Color

.myTextColor { color: #D1AB5B; }

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

This text font color is #D1AB5B.

Background Color

.myBgColor { background-color: #D1AB5B; }

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

This div background color is #D1AB5B.

Border color

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

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

This div border color is #D1AB5B.

Opacity

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

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

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

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

This text has shadow with #D1AB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AB5B.

Preview

Color preview on black background

This text has color #D1AB5B on black background.


Color preview on white background

This text has color #D1AB5B on white background.


Black color preview on #D1AB5B background

This text has black color on #D1AB5B background.


White color preview on #D1AB5B background

This text has white color on #D1AB5B background.


Related colors

Complementary color

Complementary color for #hex is #2E54A4.


I love getcolorcode.com

Triadic colors

1 #5BD1AB and #AB5BD1 with #D1AB5B are triadic colors.

2 #5BABD1 and #ABD15B with #D1AB5B are triadic colors.