COLOR #D6A490

HEX: #D6A490 RGB: (214,164,144)

Color info

#D6A490 contains mainly red and green colors. Web safe color of #D6A490 is #CC9999 (or #C99).

RGB color model

#D6A490 color RGB value is (214,164,144).

RGB: (214,164,144) (84%, 64%, 56%)

RGB channels and saturation

R 214 of 255 = 84%
G 164 of 255 = 64%
B 144 of 255 = 56%

214
164
144

R + G + B ~ 68%. #D6A490 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 164 + 144 = 522 (100%)
R 214 of 522 ~ 41%
G 164 of 522 ~ 31.42%
B 144 of 522 ~ 27.59'%

%41
%31.42
%27.59

CMYK color model

#D6A490 color CMYK value is (0,23,33,16).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK: (0,23,33,16) C0M23Y33K16 (0%,23%,33%,16%) (0.00/0.23/0.33/0.16) 

CMYK percentages

%0
%23.36
%32.71
%16.08

Codes

Color #D6A490 in popluar color models

D6 A4 90
RGB 214 164 144
HSL 17° 46.05% 70.20%
HSB/HSV 17° 32.71% 83.92%
CMYK 0.00% 23.36% 32.71%
16.08%

Color #D6A490 in popluar number systems.

HEX D6 A4 90
Decimal 214 164 144
Binary 11010110 10100100 10010000
Octal 326 244 220

Shades and tints

Shades of #D6A490

#D6A490
(214,164,144)
#C39683
(195,150,131)
#B08876
(176,136,118)
#9D7A69
(157,122,105)
#8A6C5C
(138,108,92)
#775E4F
(119,94,79)
#645042
(100,80,66)
#514235
(81,66,53)
#3E3428
(62,52,40)
#2B261B
(43,38,27)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #D6A490

#D6A490
(214,164,144)
#D9AC9A
(217,172,154)
#DCB4A4
(220,180,164)
#DFBCAE
(223,188,174)
#E2C4B8
(226,196,184)
#E5CCC2
(229,204,194)
#E8D4CC
(232,212,204)
#EBDCD6
(235,220,214)
#EEE4E0
(238,228,224)
#F1ECEA
(241,236,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A490 color. Also use rgb(214,164,144) instead hex code.

Text Font Color

.myTextColor { color: #D6A490; }

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

This text font color is #D6A490.

Background Color

.myBgColor { background-color: #D6A490; }

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

This div background color is #D6A490.

Border color

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

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

This div border color is #D6A490.

Opacity

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

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

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

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

This text has shadow with #D6A490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A490.

Preview

Color preview on black background

This text has color #D6A490 on black background.


Color preview on white background

This text has color #D6A490 on white background.


Black color preview on #D6A490 background

This text has black color on #D6A490 background.


White color preview on #D6A490 background

This text has white color on #D6A490 background.


Related colors

Complementary color

Complementary color for #hex is #295B6F.


I love getcolorcode.com

Triadic colors

1 #90D6A4 and #A490D6 with #D6A490 are triadic colors.

2 #90A4D6 and #A4D690 with #D6A490 are triadic colors.