COLOR #D8B792

HEX: #D8B792
RGB: (216,183,146)

Color info

#D8B792 contains mainly red and green colors. Web safe color of #D8B792 is #CCCC99 (or #CC9).

RGB color model

#D8B792 color RGB value is (216,183,146).

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

RGB channels and saturation

R 216 of 255 = 85%
G 183 of 255 = 72%
B 146 of 255 = 57%

216
183
146

R + G + B ~ 71%. #D8B792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 183 + 146 = 545 (100%)
R 216 of 545 ~ 39.63%
G 183 of 545 ~ 33.58%
B 146 of 545 ~ 26.79%

%39.63
%33.58
%26.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(0,15,32,15)
C0M15Y32K15 
(0%,15%,32%,15%)
(0.00/0.15/0.32/0.15)	

CMYK percentages

%0
%15.28
%32.41
%15.29

Codes

Color #D8B792 in popluar color models

D8B792
RGB216183146
HSL32°47.30%70.98%
HSB/HSV32°32.41%84.71%
CMYK0.00%15.28%32.41%
15.29%

Color #D8B792 in popluar number systems.

HEXD8B792
Decimal216183146
Binary110110001011011110010010
Octal330267222

Shades and tints

Shades of #D8B792

#D8B792
(216,183,146)
#C5A785
(197,167,133)
#B29778
(178,151,120)
#9F876B
(159,135,107)
#8C775E
(140,119,94)
#796751
(121,103,81)
#665744
(102,87,68)
#534737
(83,71,55)
#40372A
(64,55,42)
#2D271D
(45,39,29)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #D8B792

#D8B792
(216,183,146)
#DBBD9B
(219,189,155)
#DEC3A4
(222,195,164)
#E1C9AD
(225,201,173)
#E4CFB6
(228,207,182)
#E7D5BF
(231,213,191)
#EADBC8
(234,219,200)
#EDE1D1
(237,225,209)
#F0E7DA
(240,231,218)
#F3EDE3
(243,237,227)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B792; }

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

This text font color is #D8B792.


Background Color

.myBgColor { background-color: #D8B792; }

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

This div background color is #D8B792.


Border color

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

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

This div border color is #D8B792.


Opacity

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

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

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

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

This text has shadow with #D8B792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B792 on black background.


Color preview on white background

This text has color #D8B792 on white background.



Black color preview on #D8B792 background

This text has black color on #D8B792 background.


White color preview on #D8B792 background

This text has white color on #D8B792 background.