COLOR #D7B96D

HEX: #D7B96D
RGB: (215,185,109)

Color info

#D7B96D contains mainly red and green colors. Web safe color of #D7B96D is #CCCC66 (or #CC6).

RGB color model

#D7B96D color RGB value is (215,185,109).

  • red value is 215;
  • green value is 185;
  • blue value is 109.
RGB:
(215,185,109)
(84%,73%,43%)

RGB channels and saturation

R 215 of 255 = 84%
G 185 of 255 = 73%
B 109 of 255 = 43%

215
185
109

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

Portions of RGB colors in percentages

R + G + B =
215 + 185 + 109 = 509 (100%)
R 215 of 509 ~ 42.24%
G 185 of 509 ~ 36.35%
B 109 of 509 ~ 21.41%

%42.24
%36.35
%21.41

CMYK color model

#D7B96D color CMYK value is (0,14,49,16).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 49.30%
  • key color value is 15.69%
CMYK:
(0,14,49,16)
C0M14Y49K16 
(0%,14%,49%,16%)
(0.00/0.14/0.49/0.16)	

CMYK percentages

%0
%13.95
%49.3
%15.69

Codes

Color #D7B96D in popluar color models

D7B96D
RGB215185109
HSL43°56.99%63.53%
HSB/HSV43°49.30%84.31%
CMYK0.00%13.95%49.30%
15.69%

Color #D7B96D in popluar number systems.

HEXD7B96D
Decimal215185109
Binary11010111101110011101101
Octal327271155

Shades and tints

Shades of #D7B96D

#D7B96D
(215,185,109)
#C4A964
(196,169,100)
#B1995B
(177,153,91)
#9E8952
(158,137,82)
#8B7949
(139,121,73)
#786940
(120,105,64)
#655937
(101,89,55)
#52492E
(82,73,46)
#3F3925
(63,57,37)
#2C291C
(44,41,28)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #D7B96D

#D7B96D
(215,185,109)
#DABF7A
(218,191,122)
#DDC587
(221,197,135)
#E0CB94
(224,203,148)
#E3D1A1
(227,209,161)
#E6D7AE
(230,215,174)
#E9DDBB
(233,221,187)
#ECE3C8
(236,227,200)
#EFE9D5
(239,233,213)
#F2EFE2
(242,239,226)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B96D color. Also use rgb(215,185,109) instead hex code.

Text Font Color

.myTextColor { color: #D7B96D; }

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

This text font color is #D7B96D.


Background Color

.myBgColor { background-color: #D7B96D; }

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

This div background color is #D7B96D.


Border color

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

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

This div border color is #D7B96D.


Opacity

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

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

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

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

This text has shadow with #D7B96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B96D on black background.


Color preview on white background

This text has color #D7B96D on white background.



Black color preview on #D7B96D background

This text has black color on #D7B96D background.


White color preview on #D7B96D background

This text has white color on #D7B96D background.