COLOR #D6A95D

HEX: #D6A95D
RGB: (214,169,93)

Color info

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

RGB color model

#D6A95D color RGB value is (214,169,93).

  • red value is 214;
  • green value is 169;
  • blue value is 93.
RGB:
(214,169,93)
(84%,66%,36%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 93 of 255 = 36%

214
169
93

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

Portions of RGB colors in percentages

R + G + B =
214 + 169 + 93 = 476 (100%)
R 214 of 476 ~ 44.96%
G 169 of 476 ~ 35.5%
B 93 of 476 ~ 19.54%

%44.96
%35.5
%19.54

CMYK color model

#D6A95D color CMYK value is (0,21,57,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 56.54%
  • key color value is 16.08%
CMYK:
(0,21,57,16)
C0M21Y57K16 
(0%,21%,57%,16%)
(0.00/0.21/0.57/0.16)	

CMYK percentages

%0
%21.03
%56.54
%16.08

Codes

Color #D6A95D in popluar color models

D6A95D
RGB21416993
HSL38°59.61%60.20%
HSB/HSV38°56.54%83.92%
CMYK0.00%21.03%56.54%
16.08%

Color #D6A95D in popluar number systems.

HEXD6A95D
Decimal21416993
Binary11010110101010011011101
Octal326251135

Shades and tints

Shades of #D6A95D

#D6A95D
(214,169,93)
#C39A55
(195,154,85)
#B08B4D
(176,139,77)
#9D7C45
(157,124,69)
#8A6D3D
(138,109,61)
#775E35
(119,94,53)
#644F2D
(100,79,45)
#514025
(81,64,37)
#3E311D
(62,49,29)
#2B2215
(43,34,21)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #D6A95D

#D6A95D
(214,169,93)
#D9B06B
(217,176,107)
#DCB779
(220,183,121)
#DFBE87
(223,190,135)
#E2C595
(226,197,149)
#E5CCA3
(229,204,163)
#E8D3B1
(232,211,177)
#EBDABF
(235,218,191)
#EEE1CD
(238,225,205)
#F1E8DB
(241,232,219)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A95D color. Also use rgb(214,169,93) instead hex code.

Text Font Color

.myTextColor { color: #D6A95D; }

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

This text font color is #D6A95D.


Background Color

.myBgColor { background-color: #D6A95D; }

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

This div background color is #D6A95D.


Border color

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

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

This div border color is #D6A95D.


Opacity

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

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

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

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

This text has shadow with #D6A95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A95D on black background.


Color preview on white background

This text has color #D6A95D on white background.



Black color preview on #D6A95D background

This text has black color on #D6A95D background.


White color preview on #D6A95D background

This text has white color on #D6A95D background.