COLOR #D6A580

HEX: #D6A580 RGB: (214,165,128)

Color info

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

RGB color model

#D6A580 color RGB value is (214,165,128).

RGB: (214,165,128) (84%, 65%, 50%)

RGB channels and saturation

R 214 of 255 = 84%
G 165 of 255 = 65%
B 128 of 255 = 50%

214
165
128

R + G + B ~ 66%. #D6A580 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 165 + 128 = 507 (100%)
R 214 of 507 ~ 42.21%
G 165 of 507 ~ 32.54%
B 128 of 507 ~ 25.25'%

%42.21
%32.54
%25.25

CMYK color model

#D6A580 color CMYK value is (0,23,40,16).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 40.19%
  • key color value is 16.08%
CMYK: (0,23,40,16) C0M23Y40K16 (0%,23%,40%,16%) (0.00/0.23/0.40/0.16) 

CMYK percentages

%0
%22.9
%40.19
%16.08

Codes

Color #D6A580 in popluar color models

D6 A5 80
RGB 214 165 128
HSL 26° 51.19% 67.06%
HSB/HSV 26° 40.19% 83.92%
CMYK 0.00% 22.90% 40.19%
16.08%

Color #D6A580 in popluar number systems.

HEX D6 A5 80
Decimal 214 165 128
Binary 11010110 10100101 10000000
Octal 326 245 200

Shades and tints

Shades of #D6A580

#D6A580
(214,165,128)
#C39675
(195,150,117)
#B0876A
(176,135,106)
#9D785F
(157,120,95)
#8A6954
(138,105,84)
#775A49
(119,90,73)
#644B3E
(100,75,62)
#513C33
(81,60,51)
#3E2D28
(62,45,40)
#2B1E1D
(43,30,29)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #D6A580

#D6A580
(214,165,128)
#D9AD8B
(217,173,139)
#DCB596
(220,181,150)
#DFBDA1
(223,189,161)
#E2C5AC
(226,197,172)
#E5CDB7
(229,205,183)
#E8D5C2
(232,213,194)
#EBDDCD
(235,221,205)
#EEE5D8
(238,229,216)
#F1EDE3
(241,237,227)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A580 color. Also use rgb(214,165,128) instead hex code.

Text Font Color

.myTextColor { color: #D6A580; }

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

This text font color is #D6A580.

Background Color

.myBgColor { background-color: #D6A580; }

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

This div background color is #D6A580.

Border color

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

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

This div border color is #D6A580.

Opacity

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

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

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

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

This text has shadow with #D6A580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A580.

Preview

Color preview on black background

This text has color #D6A580 on black background.


Color preview on white background

This text has color #D6A580 on white background.


Black color preview on #D6A580 background

This text has black color on #D6A580 background.


White color preview on #D6A580 background

This text has white color on #D6A580 background.


Related colors

Complementary color

Complementary color for #hex is #295A7F.


I love getcolorcode.com

Triadic colors

1 #80D6A5 and #A580D6 with #D6A580 are triadic colors.

2 #80A5D6 and #A5D680 with #D6A580 are triadic colors.