COLOR #D9AF88

HEX: #D9AF88
RGB: (217,175,136)

Color info

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

RGB color model

#D9AF88 color RGB value is (217,175,136).

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

RGB channels and saturation

R 217 of 255 = 85%
G 175 of 255 = 69%
B 136 of 255 = 53%

217
175
136

R + G + B ~ 69%. #D9AF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 175 + 136 = 528 (100%)
R 217 of 528 ~ 41.1%
G 175 of 528 ~ 33.14%
B 136 of 528 ~ 25.76%

%41.1
%33.14
%25.76

CMYK color model

#D9AF88 color CMYK value is (0,19,37,15).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 37.33%
  • key color value is 14.90%
CMYK:
(0,19,37,15)
C0M19Y37K15 
(0%,19%,37%,15%)
(0.00/0.19/0.37/0.15)	

CMYK percentages

%0
%19.35
%37.33
%14.9

Codes

Color #D9AF88 in popluar color models

D9AF88
RGB217175136
HSL29°51.59%69.22%
HSB/HSV29°37.33%85.10%
CMYK0.00%19.35%37.33%
14.90%

Color #D9AF88 in popluar number systems.

HEXD9AF88
Decimal217175136
Binary110110011010111110001000
Octal331257210

Shades and tints

Shades of #D9AF88

#D9AF88
(217,175,136)
#C6A07C
(198,160,124)
#B39170
(179,145,112)
#A08264
(160,130,100)
#8D7358
(141,115,88)
#7A644C
(122,100,76)
#675540
(103,85,64)
#544634
(84,70,52)
#413728
(65,55,40)
#2E281C
(46,40,28)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #D9AF88

#D9AF88
(217,175,136)
#DCB692
(220,182,146)
#DFBD9C
(223,189,156)
#E2C4A6
(226,196,166)
#E5CBB0
(229,203,176)
#E8D2BA
(232,210,186)
#EBD9C4
(235,217,196)
#EEE0CE
(238,224,206)
#F1E7D8
(241,231,216)
#F4EEE2
(244,238,226)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AF88; }

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

This text font color is #D9AF88.


Background Color

.myBgColor { background-color: #D9AF88; }

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

This div background color is #D9AF88.


Border color

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

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

This div border color is #D9AF88.


Opacity

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

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

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

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

This text has shadow with #D9AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AF88 on black background.


Color preview on white background

This text has color #D9AF88 on white background.



Black color preview on #D9AF88 background

This text has black color on #D9AF88 background.


White color preview on #D9AF88 background

This text has white color on #D9AF88 background.