COLOR #D1AC75

HEX: #D1AC75 RGB: (209,172,117)

Color info

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

RGB color model

#D1AC75 color RGB value is (209,172,117).

RGB: (209,172,117) (82%, 67%, 46%)

RGB channels and saturation

R 209 of 255 = 82%
G 172 of 255 = 67%
B 117 of 255 = 46%

209
172
117

R + G + B ~ 65%. #D1AC75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 172 + 117 = 498 (100%)
R 209 of 498 ~ 41.97%
G 172 of 498 ~ 34.54%
B 117 of 498 ~ 23.49'%

%41.97
%34.54
%23.49

CMYK color model

#D1AC75 color CMYK value is (0,18,44,18).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 44.02%
  • key color value is 18.04%

CMYK: (0,18,44,18)
C0M18Y44K18 (0%, 18%, 44%, 18%)
(0.00 / 0.18 / 0.44 / 0.18)

CMYK percentages

%0
%17.7
%44.02
%18.04

Codes

Color #D1AC75 in popluar color models

D1 AC 75
RGB 209 172 117
HSL 36° 50.00% 63.92%
HSB/HSV 36° 44.02% 81.96%
CMYK 0.00% 17.70% 44.02%
18.04%

Color #D1AC75 in popluar number systems.

HEX D1 AC 75
Decimal 209 172 117
Binary 11010001 10101100 1110101
Octal 321 254 165

Shades and tints

Shades of #D1AC75

#D1AC75
(209,172,117)
#BE9D6B
(190,157,107)
#AB8E61
(171,142,97)
#987F57
(152,127,87)
#85704D
(133,112,77)
#726143
(114,97,67)
#5F5239
(95,82,57)
#4C432F
(76,67,47)
#393425
(57,52,37)
#26251B
(38,37,27)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #D1AC75

#D1AC75
(209,172,117)
#D5B381
(213,179,129)
#D9BA8D
(217,186,141)
#DDC199
(221,193,153)
#E1C8A5
(225,200,165)
#E5CFB1
(229,207,177)
#E9D6BD
(233,214,189)
#EDDDC9
(237,221,201)
#F1E4D5
(241,228,213)
#F5EBE1
(245,235,225)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AC75 color. Also use rgb(209,172,117) instead hex code.

Text Font Color

.myTextColor { color: #D1AC75; }

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

This text font color is #D1AC75.

Background Color

.myBgColor { background-color: #D1AC75; }

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

This div background color is #D1AC75.

Border color

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

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

This div border color is #D1AC75.

Opacity

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

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

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

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

This text has shadow with #D1AC75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AC75.

Preview

Color preview on black background

This text has color #D1AC75 on black background.


Color preview on white background

This text has color #D1AC75 on white background.


Black color preview on #D1AC75 background

This text has black color on #D1AC75 background.


White color preview on #D1AC75 background

This text has white color on #D1AC75 background.


Related colors

Complementary color

Complementary color for #hex is #2E538A.


I love getcolorcode.com

Triadic colors

1 #75D1AC and #AC75D1 with #D1AC75 are triadic colors.

2 #75ACD1 and #ACD175 with #D1AC75 are triadic colors.