COLOR #D4B773

HEX: #D4B773
RGB: (212,183,115)

Color info

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

RGB color model

#D4B773 color RGB value is (212,183,115).

  • red value is 212;
  • green value is 183;
  • blue value is 115.
RGB:
(212,183,115)
(83%,72%,45%)

RGB channels and saturation

R 212 of 255 = 83%
G 183 of 255 = 72%
B 115 of 255 = 45%

212
183
115

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

Portions of RGB colors in percentages

R + G + B =
212 + 183 + 115 = 510 (100%)
R 212 of 510 ~ 41.57%
G 183 of 510 ~ 35.88%
B 115 of 510 ~ 22.55%

%41.57
%35.88
%22.55

CMYK color model

#D4B773 color CMYK value is (0,14,46,17).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 45.75%
  • key color value is 16.86%
CMYK:
(0,14,46,17)
C0M14Y46K17 
(0%,14%,46%,17%)
(0.00/0.14/0.46/0.17)	

CMYK percentages

%0
%13.68
%45.75
%16.86

Codes

Color #D4B773 in popluar color models

D4B773
RGB212183115
HSL42°53.01%64.12%
HSB/HSV42°45.75%83.14%
CMYK0.00%13.68%45.75%
16.86%

Color #D4B773 in popluar number systems.

HEXD4B773
Decimal212183115
Binary11010100101101111110011
Octal324267163

Shades and tints

Shades of #D4B773

#D4B773
(212,183,115)
#C1A769
(193,167,105)
#AE975F
(174,151,95)
#9B8755
(155,135,85)
#88774B
(136,119,75)
#756741
(117,103,65)
#625737
(98,87,55)
#4F472D
(79,71,45)
#3C3723
(60,55,35)
#292719
(41,39,25)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #D4B773

#D4B773
(212,183,115)
#D7BD7F
(215,189,127)
#DAC38B
(218,195,139)
#DDC997
(221,201,151)
#E0CFA3
(224,207,163)
#E3D5AF
(227,213,175)
#E6DBBB
(230,219,187)
#E9E1C7
(233,225,199)
#ECE7D3
(236,231,211)
#EFEDDF
(239,237,223)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B773 color. Also use rgb(212,183,115) instead hex code.

Text Font Color

.myTextColor { color: #D4B773; }

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

This text font color is #D4B773.


Background Color

.myBgColor { background-color: #D4B773; }

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

This div background color is #D4B773.


Border color

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

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

This div border color is #D4B773.


Opacity

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

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

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

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

This text has shadow with #D4B773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B773 on black background.


Color preview on white background

This text has color #D4B773 on white background.



Black color preview on #D4B773 background

This text has black color on #D4B773 background.


White color preview on #D4B773 background

This text has white color on #D4B773 background.