COLOR #D8AB7D

HEX: #D8AB7D RGB: (216,171,125)

Color info

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

RGB color model

#D8AB7D color RGB value is (216,171,125).

RGB: (216,171,125) (85%, 67%, 49%)

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 125 of 255 = 49%

216
171
125

R + G + B ~ 67%. #D8AB7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 171 + 125 = 512 (100%)
R 216 of 512 ~ 42.19%
G 171 of 512 ~ 33.4%
B 125 of 512 ~ 24.41'%

%42.19
%33.4
%24.41

CMYK color model

#D8AB7D color CMYK value is (0,21,42,15).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 42.13%
  • key color value is 15.29%

CMYK: (0,21,42,15)
C0M21Y42K15 (0%, 21%, 42%, 15%)
(0.00 / 0.21 / 0.42 / 0.15)

CMYK percentages

%0
%20.83
%42.13
%15.29

Codes

Color #D8AB7D in popluar color models

D8 AB 7D
RGB 216 171 125
HSL 30° 53.85% 66.86%
HSB/HSV 30° 42.13% 84.71%
CMYK 0.00% 20.83% 42.13%
15.29%

Color #D8AB7D in popluar number systems.

HEX D8 AB 7D
Decimal 216 171 125
Binary 11011000 10101011 1111101
Octal 330 253 175

Shades and tints

Shades of #D8AB7D

#D8AB7D
(216,171,125)
#C59C72
(197,156,114)
#B28D67
(178,141,103)
#9F7E5C
(159,126,92)
#8C6F51
(140,111,81)
#796046
(121,96,70)
#66513B
(102,81,59)
#534230
(83,66,48)
#403325
(64,51,37)
#2D241A
(45,36,26)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #D8AB7D

#D8AB7D
(216,171,125)
#DBB288
(219,178,136)
#DEB993
(222,185,147)
#E1C09E
(225,192,158)
#E4C7A9
(228,199,169)
#E7CEB4
(231,206,180)
#EAD5BF
(234,213,191)
#EDDCCA
(237,220,202)
#F0E3D5
(240,227,213)
#F3EAE0
(243,234,224)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AB7D color. Also use rgb(216,171,125) instead hex code.

Text Font Color

.myTextColor { color: #D8AB7D; }

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

This text font color is #D8AB7D.

Background Color

.myBgColor { background-color: #D8AB7D; }

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

This div background color is #D8AB7D.

Border color

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

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

This div border color is #D8AB7D.

Opacity

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

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

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

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

This text has shadow with #D8AB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AB7D.

Preview

Color preview on black background

This text has color #D8AB7D on black background.


Color preview on white background

This text has color #D8AB7D on white background.


Black color preview on #D8AB7D background

This text has black color on #D8AB7D background.


White color preview on #D8AB7D background

This text has white color on #D8AB7D background.


Related colors

Complementary color

Complementary color for #hex is #275482.


I love getcolorcode.com

Triadic colors

1 #7DD8AB and #AB7DD8 with #D8AB7D are triadic colors.

2 #7DABD8 and #ABD87D with #D8AB7D are triadic colors.