COLOR #D7B77B

HEX: #D7B77B RGB: (215,183,123)

Color info

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

RGB color model

#D7B77B color RGB value is (215,183,123).

RGB: (215,183,123) (84%, 72%, 48%)

RGB channels and saturation

R 215 of 255 = 84%
G 183 of 255 = 72%
B 123 of 255 = 48%

215
183
123

R + G + B ~ 68%. #D7B77B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 183 + 123 = 521 (100%)
R 215 of 521 ~ 41.27%
G 183 of 521 ~ 35.12%
B 123 of 521 ~ 23.61'%

%41.27
%35.12
%23.61

CMYK color model

#D7B77B color CMYK value is (0,15,43,16).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 42.79%
  • key color value is 15.69%

CMYK: (0,15,43,16)
C0M15Y43K16 (0%, 15%, 43%, 16%)
(0.00 / 0.15 / 0.43 / 0.16)

CMYK percentages

%0
%14.88
%42.79
%15.69

Codes

Color #D7B77B in popluar color models

D7 B7 7B
RGB 215 183 123
HSL 39° 53.49% 66.27%
HSB/HSV 39° 42.79% 84.31%
CMYK 0.00% 14.88% 42.79%
15.69%

Color #D7B77B in popluar number systems.

HEX D7 B7 7B
Decimal 215 183 123
Binary 11010111 10110111 1111011
Octal 327 267 173

Shades and tints

Shades of #D7B77B

#D7B77B
(215,183,123)
#C4A770
(196,167,112)
#B19765
(177,151,101)
#9E875A
(158,135,90)
#8B774F
(139,119,79)
#786744
(120,103,68)
#655739
(101,87,57)
#52472E
(82,71,46)
#3F3723
(63,55,35)
#2C2718
(44,39,24)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #D7B77B

#D7B77B
(215,183,123)
#DABD87
(218,189,135)
#DDC393
(221,195,147)
#E0C99F
(224,201,159)
#E3CFAB
(227,207,171)
#E6D5B7
(230,213,183)
#E9DBC3
(233,219,195)
#ECE1CF
(236,225,207)
#EFE7DB
(239,231,219)
#F2EDE7
(242,237,231)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B77B; }

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

This text font color is #D7B77B.

Background Color

.myBgColor { background-color: #D7B77B; }

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

This div background color is #D7B77B.

Border color

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

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

This div border color is #D7B77B.

Opacity

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

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

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

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

This text has shadow with #D7B77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B77B.

Preview

Color preview on black background

This text has color #D7B77B on black background.


Color preview on white background

This text has color #D7B77B on white background.


Black color preview on #D7B77B background

This text has black color on #D7B77B background.


White color preview on #D7B77B background

This text has white color on #D7B77B background.


Related colors

Complementary color

Complementary color for #hex is #284884.


I love getcolorcode.com

Triadic colors

1 #7BD7B7 and #B77BD7 with #D7B77B are triadic colors.

2 #7BB7D7 and #B7D77B with #D7B77B are triadic colors.