COLOR #D1A06A

HEX: #D1A06A
RGB: (209,160,106)

Color info

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

RGB color model

#D1A06A color RGB value is (209,160,106).

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

RGB channels and saturation

R 209 of 255 = 82%
G 160 of 255 = 63%
B 106 of 255 = 42%

209
160
106

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

Portions of RGB colors in percentages

R + G + B =
209 + 160 + 106 = 475 (100%)
R 209 of 475 ~ 44%
G 160 of 475 ~ 33.68%
B 106 of 475 ~ 22.32%

%44
%33.68
%22.32

CMYK color model

#D1A06A color CMYK value is (0,23,49,18).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 49.28%
  • key color value is 18.04%
CMYK:
(0,23,49,18)
C0M23Y49K18 
(0%,23%,49%,18%)
(0.00/0.23/0.49/0.18)	

CMYK percentages

%0
%23.44
%49.28
%18.04

Codes

Color #D1A06A in popluar color models

D1A06A
RGB209160106
HSL31°52.82%61.76%
HSB/HSV31°49.28%81.96%
CMYK0.00%23.44%49.28%
18.04%

Color #D1A06A in popluar number systems.

HEXD1A06A
Decimal209160106
Binary11010001101000001101010
Octal321240152

Shades and tints

Shades of #D1A06A

#D1A06A
(209,160,106)
#BE9261
(190,146,97)
#AB8458
(171,132,88)
#98764F
(152,118,79)
#856846
(133,104,70)
#725A3D
(114,90,61)
#5F4C34
(95,76,52)
#4C3E2B
(76,62,43)
#393022
(57,48,34)
#262219
(38,34,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #D1A06A

#D1A06A
(209,160,106)
#D5A877
(213,168,119)
#D9B084
(217,176,132)
#DDB891
(221,184,145)
#E1C09E
(225,192,158)
#E5C8AB
(229,200,171)
#E9D0B8
(233,208,184)
#EDD8C5
(237,216,197)
#F1E0D2
(241,224,210)
#F5E8DF
(245,232,223)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A06A; }

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

This text font color is #D1A06A.


Background Color

.myBgColor { background-color: #D1A06A; }

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

This div background color is #D1A06A.


Border color

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

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

This div border color is #D1A06A.


Opacity

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

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

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

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

This text has shadow with #D1A06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A06A on black background.


Color preview on white background

This text has color #D1A06A on white background.



Black color preview on #D1A06A background

This text has black color on #D1A06A background.


White color preview on #D1A06A background

This text has white color on #D1A06A background.