COLOR #D5AF95

HEX: #D5AF95 RGB: (213,175,149)

Color info

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

RGB color model

#D5AF95 color RGB value is (213,175,149).

RGB: (213,175,149) (84%, 69%, 58%)

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 149 of 255 = 58%

213
175
149

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

Portions of RGB colors in percentages

R + G + B = 213 + 175 + 149 = 537 (100%)
R 213 of 537 ~ 39.66%
G 175 of 537 ~ 32.59%
B 149 of 537 ~ 27.75'%

%39.66
%32.59
%27.75

CMYK color model

#D5AF95 color CMYK value is (0,18,30,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 30.05%
  • key color value is 16.47%

CMYK: (0,18,30,16)
C0M18Y30K16 (0%, 18%, 30%, 16%)
(0.00 / 0.18 / 0.30 / 0.16)

CMYK percentages

%0
%17.84
%30.05
%16.47

Codes

Color #D5AF95 in popluar color models

D5 AF 95
RGB 213 175 149
HSL 24° 43.24% 70.98%
HSB/HSV 24° 30.05% 83.53%
CMYK 0.00% 17.84% 30.05%
16.47%

Color #D5AF95 in popluar number systems.

HEX D5 AF 95
Decimal 213 175 149
Binary 11010101 10101111 10010101
Octal 325 257 225

Shades and tints

Shades of #D5AF95

#D5AF95
(213,175,149)
#C2A088
(194,160,136)
#AF917B
(175,145,123)
#9C826E
(156,130,110)
#897361
(137,115,97)
#766454
(118,100,84)
#635547
(99,85,71)
#50463A
(80,70,58)
#3D372D
(61,55,45)
#2A2820
(42,40,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5AF95

#D5AF95
(213,175,149)
#D8B69E
(216,182,158)
#DBBDA7
(219,189,167)
#DEC4B0
(222,196,176)
#E1CBB9
(225,203,185)
#E4D2C2
(228,210,194)
#E7D9CB
(231,217,203)
#EAE0D4
(234,224,212)
#EDE7DD
(237,231,221)
#F0EEE6
(240,238,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AF95 color. Also use rgb(213,175,149) instead hex code.

Text Font Color

.myTextColor { color: #D5AF95; }

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

This text font color is #D5AF95.

Background Color

.myBgColor { background-color: #D5AF95; }

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

This div background color is #D5AF95.

Border color

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

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

This div border color is #D5AF95.

Opacity

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

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

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

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

This text has shadow with #D5AF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AF95.

Preview

Color preview on black background

This text has color #D5AF95 on black background.


Color preview on white background

This text has color #D5AF95 on white background.


Black color preview on #D5AF95 background

This text has black color on #D5AF95 background.


White color preview on #D5AF95 background

This text has white color on #D5AF95 background.


Related colors

Complementary color

Complementary color for #hex is #2A506A.


I love getcolorcode.com

Triadic colors

1 #95D5AF and #AF95D5 with #D5AF95 are triadic colors.

2 #95AFD5 and #AFD595 with #D5AF95 are triadic colors.