COLOR #D9AF6C

HEX: #D9AF6C
RGB: (217,175,108)

Color info

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

RGB color model

#D9AF6C color RGB value is (217,175,108).

  • red value is 217;
  • green value is 175;
  • blue value is 108.
RGB:
(217,175,108)
(85%,69%,42%)

RGB channels and saturation

R 217 of 255 = 85%
G 175 of 255 = 69%
B 108 of 255 = 42%

217
175
108

R + G + B ~ 65%. #D9AF6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 175 + 108 = 500 (100%)
R 217 of 500 ~ 43.4%
G 175 of 500 ~ 35%
B 108 of 500 ~ 21.6%

%43.4
%35
%21.6

CMYK color model

#D9AF6C color CMYK value is (0,19,50,15).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 50.23%
  • key color value is 14.90%
CMYK:
(0,19,50,15)
C0M19Y50K15 
(0%,19%,50%,15%)
(0.00/0.19/0.50/0.15)	

CMYK percentages

%0
%19.35
%50.23
%14.9

Codes

Color #D9AF6C in popluar color models

D9AF6C
RGB217175108
HSL37°58.92%63.73%
HSB/HSV37°50.23%85.10%
CMYK0.00%19.35%50.23%
14.90%

Color #D9AF6C in popluar number systems.

HEXD9AF6C
Decimal217175108
Binary11011001101011111101100
Octal331257154

Shades and tints

Shades of #D9AF6C

#D9AF6C
(217,175,108)
#C6A063
(198,160,99)
#B3915A
(179,145,90)
#A08251
(160,130,81)
#8D7348
(141,115,72)
#7A643F
(122,100,63)
#675536
(103,85,54)
#54462D
(84,70,45)
#413724
(65,55,36)
#2E281B
(46,40,27)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #D9AF6C

#D9AF6C
(217,175,108)
#DCB679
(220,182,121)
#DFBD86
(223,189,134)
#E2C493
(226,196,147)
#E5CBA0
(229,203,160)
#E8D2AD
(232,210,173)
#EBD9BA
(235,217,186)
#EEE0C7
(238,224,199)
#F1E7D4
(241,231,212)
#F4EEE1
(244,238,225)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AF6C color. Also use rgb(217,175,108) instead hex code.

Text Font Color

.myTextColor { color: #D9AF6C; }

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

This text font color is #D9AF6C.


Background Color

.myBgColor { background-color: #D9AF6C; }

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

This div background color is #D9AF6C.


Border color

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

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

This div border color is #D9AF6C.


Opacity

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

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

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

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

This text has shadow with #D9AF6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AF6C on black background.


Color preview on white background

This text has color #D9AF6C on white background.



Black color preview on #D9AF6C background

This text has black color on #D9AF6C background.


White color preview on #D9AF6C background

This text has white color on #D9AF6C background.