COLOR #D8A992

HEX: #D8A992 RGB: (216,169,146)

Color info

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

RGB color model

#D8A992 color RGB value is (216,169,146).

RGB: (216,169,146) (85%, 66%, 57%)

RGB channels and saturation

R 216 of 255 = 85%
G 169 of 255 = 66%
B 146 of 255 = 57%

216
169
146

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

Portions of RGB colors in percentages

R + G + B = 216 + 169 + 146 = 531 (100%)
R 216 of 531 ~ 40.68%
G 169 of 531 ~ 31.83%
B 146 of 531 ~ 27.5'%

%40.68
%31.83
%27.5

CMYK color model

#D8A992 color CMYK value is (0,22,32,15).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK: (0,22,32,15) C0M22Y32K15 (0%,22%,32%,15%) (0.00/0.22/0.32/0.15) 

CMYK percentages

%0
%21.76
%32.41
%15.29

Codes

Color #D8A992 in popluar color models

D8 A9 92
RGB 216 169 146
HSL 20° 47.30% 70.98%
HSB/HSV 20° 32.41% 84.71%
CMYK 0.00% 21.76% 32.41%
15.29%

Color #D8A992 in popluar number systems.

HEX D8 A9 92
Decimal 216 169 146
Binary 11011000 10101001 10010010
Octal 330 251 222

Shades and tints

Shades of #D8A992

#D8A992
(216,169,146)
#C59A85
(197,154,133)
#B28B78
(178,139,120)
#9F7C6B
(159,124,107)
#8C6D5E
(140,109,94)
#795E51
(121,94,81)
#664F44
(102,79,68)
#534037
(83,64,55)
#40312A
(64,49,42)
#2D221D
(45,34,29)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #D8A992

#D8A992
(216,169,146)
#DBB09B
(219,176,155)
#DEB7A4
(222,183,164)
#E1BEAD
(225,190,173)
#E4C5B6
(228,197,182)
#E7CCBF
(231,204,191)
#EAD3C8
(234,211,200)
#EDDAD1
(237,218,209)
#F0E1DA
(240,225,218)
#F3E8E3
(243,232,227)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A992 color. Also use rgb(216,169,146) instead hex code.

Text Font Color

.myTextColor { color: #D8A992; }

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

This text font color is #D8A992.

Background Color

.myBgColor { background-color: #D8A992; }

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

This div background color is #D8A992.

Border color

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

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

This div border color is #D8A992.

Opacity

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

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

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

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

This text has shadow with #D8A992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A992.

Preview

Color preview on black background

This text has color #D8A992 on black background.


Color preview on white background

This text has color #D8A992 on white background.


Black color preview on #D8A992 background

This text has black color on #D8A992 background.


White color preview on #D8A992 background

This text has white color on #D8A992 background.


Related colors

Complementary color

Complementary color for #hex is #27566D.


I love getcolorcode.com

Triadic colors

1 #92D8A9 and #A992D8 with #D8A992 are triadic colors.

2 #92A9D8 and #A9D892 with #D8A992 are triadic colors.