COLOR #D1A06D

HEX: #D1A06D
RGB: (209,160,109)

Color info

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

RGB color model

#D1A06D color RGB value is (209,160,109).

  • red value is 209;
  • green value is 160;
  • blue value is 109.
RGB:
(209,160,109)
(82%,63%,43%)

RGB channels and saturation

R 209 of 255 = 82%
G 160 of 255 = 63%
B 109 of 255 = 43%

209
160
109

R + G + B ~ 63%. #D1A06D is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 160 + 109 = 478 (100%)
R 209 of 478 ~ 43.72%
G 160 of 478 ~ 33.47%
B 109 of 478 ~ 22.8%

%43.72
%33.47
%22.8

CMYK color model

#D1A06D color CMYK value is (0,23,48,18).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(0,23,48,18)
C0M23Y48K18 
(0%,23%,48%,18%)
(0.00/0.23/0.48/0.18)	

CMYK percentages

%0
%23.44
%47.85
%18.04

Codes

Color #D1A06D in popluar color models

D1A06D
RGB209160109
HSL31°52.08%62.35%
HSB/HSV31°47.85%81.96%
CMYK0.00%23.44%47.85%
18.04%

Color #D1A06D in popluar number systems.

HEXD1A06D
Decimal209160109
Binary11010001101000001101101
Octal321240155

Shades and tints

Shades of #D1A06D

#D1A06D
(209,160,109)
#BE9264
(190,146,100)
#AB845B
(171,132,91)
#987652
(152,118,82)
#856849
(133,104,73)
#725A40
(114,90,64)
#5F4C37
(95,76,55)
#4C3E2E
(76,62,46)
#393025
(57,48,37)
#26221C
(38,34,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1A06D

#D1A06D
(209,160,109)
#D5A87A
(213,168,122)
#D9B087
(217,176,135)
#DDB894
(221,184,148)
#E1C0A1
(225,192,161)
#E5C8AE
(229,200,174)
#E9D0BB
(233,208,187)
#EDD8C8
(237,216,200)
#F1E0D5
(241,224,213)
#F5E8E2
(245,232,226)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A06D color. Also use rgb(209,160,109) instead hex code.

Text Font Color

.myTextColor { color: #D1A06D; }

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

This text font color is #D1A06D.


Background Color

.myBgColor { background-color: #D1A06D; }

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

This div background color is #D1A06D.


Border color

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

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

This div border color is #D1A06D.


Opacity

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

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

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

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

This text has shadow with #D1A06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A06D on black background.


Color preview on white background

This text has color #D1A06D on white background.



Black color preview on #D1A06D background

This text has black color on #D1A06D background.


White color preview on #D1A06D background

This text has white color on #D1A06D background.