COLOR #D7B761

HEX: #D7B761
RGB: (215,183,97)

Color info

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

RGB color model

#D7B761 color RGB value is (215,183,97).

  • red value is 215;
  • green value is 183;
  • blue value is 97.
RGB:
(215,183,97)
(84%,72%,38%)

RGB channels and saturation

R 215 of 255 = 84%
G 183 of 255 = 72%
B 97 of 255 = 38%

215
183
97

R + G + B ~ 65%. #D7B761 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 183 + 97 = 495 (100%)
R 215 of 495 ~ 43.43%
G 183 of 495 ~ 36.97%
B 97 of 495 ~ 19.6%

%43.43
%36.97
%19.6

CMYK color model

#D7B761 color CMYK value is (0,15,55,16).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 54.88%
  • key color value is 15.69%
CMYK:
(0,15,55,16)
C0M15Y55K16 
(0%,15%,55%,16%)
(0.00/0.15/0.55/0.16)	

CMYK percentages

%0
%14.88
%54.88
%15.69

Codes

Color #D7B761 in popluar color models

D7B761
RGB21518397
HSL44°59.60%61.18%
HSB/HSV44°54.88%84.31%
CMYK0.00%14.88%54.88%
15.69%

Color #D7B761 in popluar number systems.

HEXD7B761
Decimal21518397
Binary11010111101101111100001
Octal327267141

Shades and tints

Shades of #D7B761

#D7B761
(215,183,97)
#C4A759
(196,167,89)
#B19751
(177,151,81)
#9E8749
(158,135,73)
#8B7741
(139,119,65)
#786739
(120,103,57)
#655731
(101,87,49)
#524729
(82,71,41)
#3F3721
(63,55,33)
#2C2719
(44,39,25)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7B761

#D7B761
(215,183,97)
#DABD6F
(218,189,111)
#DDC37D
(221,195,125)
#E0C98B
(224,201,139)
#E3CF99
(227,207,153)
#E6D5A7
(230,213,167)
#E9DBB5
(233,219,181)
#ECE1C3
(236,225,195)
#EFE7D1
(239,231,209)
#F2EDDF
(242,237,223)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B761 color. Also use rgb(215,183,97) instead hex code.

Text Font Color

.myTextColor { color: #D7B761; }

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

This text font color is #D7B761.


Background Color

.myBgColor { background-color: #D7B761; }

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

This div background color is #D7B761.


Border color

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

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

This div border color is #D7B761.


Opacity

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

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

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

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

This text has shadow with #D7B761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B761 on black background.


Color preview on white background

This text has color #D7B761 on white background.



Black color preview on #D7B761 background

This text has black color on #D7B761 background.


White color preview on #D7B761 background

This text has white color on #D7B761 background.