COLOR #D8AF91

HEX: #D8AF91 RGB: (216,175,145)

Color info

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

RGB color model

#D8AF91 color RGB value is (216,175,145).

RGB: (216,175,145) (85%, 69%, 57%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 145 of 255 = 57%

216
175
145

R + G + B ~ 70%. #D8AF91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 175 + 145 = 536 (100%)
R 216 of 536 ~ 40.3%
G 175 of 536 ~ 32.65%
B 145 of 536 ~ 27.05'%

%40.3
%32.65
%27.05

CMYK color model

#D8AF91 color CMYK value is (0,19,33,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 32.87%
  • key color value is 15.29%

CMYK: (0,19,33,15)
C0M19Y33K15 (0%, 19%, 33%, 15%)
(0.00 / 0.19 / 0.33 / 0.15)

CMYK percentages

%0
%18.98
%32.87
%15.29

Codes

Color #D8AF91 in popluar color models

D8 AF 91
RGB 216 175 145
HSL 25° 47.65% 70.78%
HSB/HSV 25° 32.87% 84.71%
CMYK 0.00% 18.98% 32.87%
15.29%

Color #D8AF91 in popluar number systems.

HEX D8 AF 91
Decimal 216 175 145
Binary 11011000 10101111 10010001
Octal 330 257 221

Shades and tints

Shades of #D8AF91

#D8AF91
(216,175,145)
#C5A084
(197,160,132)
#B29177
(178,145,119)
#9F826A
(159,130,106)
#8C735D
(140,115,93)
#796450
(121,100,80)
#665543
(102,85,67)
#534636
(83,70,54)
#403729
(64,55,41)
#2D281C
(45,40,28)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #D8AF91

#D8AF91
(216,175,145)
#DBB69B
(219,182,155)
#DEBDA5
(222,189,165)
#E1C4AF
(225,196,175)
#E4CBB9
(228,203,185)
#E7D2C3
(231,210,195)
#EAD9CD
(234,217,205)
#EDE0D7
(237,224,215)
#F0E7E1
(240,231,225)
#F3EEEB
(243,238,235)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AF91 color. Also use rgb(216,175,145) instead hex code.

Text Font Color

.myTextColor { color: #D8AF91; }

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

This text font color is #D8AF91.

Background Color

.myBgColor { background-color: #D8AF91; }

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

This div background color is #D8AF91.

Border color

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

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

This div border color is #D8AF91.

Opacity

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

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

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

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

This text has shadow with #D8AF91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AF91.

Preview

Color preview on black background

This text has color #D8AF91 on black background.


Color preview on white background

This text has color #D8AF91 on white background.


Black color preview on #D8AF91 background

This text has black color on #D8AF91 background.


White color preview on #D8AF91 background

This text has white color on #D8AF91 background.


Related colors

Complementary color

Complementary color for #hex is #27506E.


I love getcolorcode.com

Triadic colors

1 #91D8AF and #AF91D8 with #D8AF91 are triadic colors.

2 #91AFD8 and #AFD891 with #D8AF91 are triadic colors.