COLOR #D8A792

HEX: #D8A792
RGB: (216,167,146)

Color info

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

RGB color model

#D8A792 color RGB value is (216,167,146).

  • red value is 216;
  • green value is 167;
  • blue value is 146.
RGB:
(216,167,146)
(85%,65%,57%)

RGB channels and saturation

R 216 of 255 = 85%
G 167 of 255 = 65%
B 146 of 255 = 57%

216
167
146

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

Portions of RGB colors in percentages

R + G + B =
216 + 167 + 146 = 529 (100%)
R 216 of 529 ~ 40.83%
G 167 of 529 ~ 31.57%
B 146 of 529 ~ 27.6%

%40.83
%31.57
%27.6

CMYK color model

#D8A792 color CMYK value is (0,23,32,15).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(0,23,32,15)
C0M23Y32K15 
(0%,23%,32%,15%)
(0.00/0.23/0.32/0.15)	

CMYK percentages

%0
%22.69
%32.41
%15.29

Codes

Color #D8A792 in popluar color models

D8A792
RGB216167146
HSL18°47.30%70.98%
HSB/HSV18°32.41%84.71%
CMYK0.00%22.69%32.41%
15.29%

Color #D8A792 in popluar number systems.

HEXD8A792
Decimal216167146
Binary110110001010011110010010
Octal330247222

Shades and tints

Shades of #D8A792

#D8A792
(216,167,146)
#C59885
(197,152,133)
#B28978
(178,137,120)
#9F7A6B
(159,122,107)
#8C6B5E
(140,107,94)
#795C51
(121,92,81)
#664D44
(102,77,68)
#533E37
(83,62,55)
#402F2A
(64,47,42)
#2D201D
(45,32,29)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #D8A792

#D8A792
(216,167,146)
#DBAF9B
(219,175,155)
#DEB7A4
(222,183,164)
#E1BFAD
(225,191,173)
#E4C7B6
(228,199,182)
#E7CFBF
(231,207,191)
#EAD7C8
(234,215,200)
#EDDFD1
(237,223,209)
#F0E7DA
(240,231,218)
#F3EFE3
(243,239,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A792; }

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

This text font color is #D8A792.


Background Color

.myBgColor { background-color: #D8A792; }

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

This div background color is #D8A792.


Border color

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

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

This div border color is #D8A792.


Opacity

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

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

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

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

This text has shadow with #D8A792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A792 on black background.


Color preview on white background

This text has color #D8A792 on white background.



Black color preview on #D8A792 background

This text has black color on #D8A792 background.


White color preview on #D8A792 background

This text has white color on #D8A792 background.