COLOR #D7BA68

HEX: #D7BA68
RGB: (215,186,104)

Color info

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

RGB color model

#D7BA68 color RGB value is (215,186,104).

  • red value is 215;
  • green value is 186;
  • blue value is 104.
RGB:
(215,186,104)
(84%,73%,41%)

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 104 of 255 = 41%

215
186
104

R + G + B ~ 66%. #D7BA68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 104 = 505 (100%)
R 215 of 505 ~ 42.57%
G 186 of 505 ~ 36.83%
B 104 of 505 ~ 20.59%

%42.57
%36.83
%20.59

CMYK color model

#D7BA68 color CMYK value is (0,13,52,16).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 51.63%
  • key color value is 15.69%
CMYK:
(0,13,52,16)
C0M13Y52K16 
(0%,13%,52%,16%)
(0.00/0.13/0.52/0.16)	

CMYK percentages

%0
%13.49
%51.63
%15.69

Codes

Color #D7BA68 in popluar color models

D7BA68
RGB215186104
HSL44°58.12%62.55%
HSB/HSV44°51.63%84.31%
CMYK0.00%13.49%51.63%
15.69%

Color #D7BA68 in popluar number systems.

HEXD7BA68
Decimal215186104
Binary11010111101110101101000
Octal327272150

Shades and tints

Shades of #D7BA68

#D7BA68
(215,186,104)
#C4AA5F
(196,170,95)
#B19A56
(177,154,86)
#9E8A4D
(158,138,77)
#8B7A44
(139,122,68)
#786A3B
(120,106,59)
#655A32
(101,90,50)
#524A29
(82,74,41)
#3F3A20
(63,58,32)
#2C2A17
(44,42,23)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #D7BA68

#D7BA68
(215,186,104)
#DAC075
(218,192,117)
#DDC682
(221,198,130)
#E0CC8F
(224,204,143)
#E3D29C
(227,210,156)
#E6D8A9
(230,216,169)
#E9DEB6
(233,222,182)
#ECE4C3
(236,228,195)
#EFEAD0
(239,234,208)
#F2F0DD
(242,240,221)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BA68 color. Also use rgb(215,186,104) instead hex code.

Text Font Color

.myTextColor { color: #D7BA68; }

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

This text font color is #D7BA68.


Background Color

.myBgColor { background-color: #D7BA68; }

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

This div background color is #D7BA68.


Border color

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

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

This div border color is #D7BA68.


Opacity

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

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

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

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

This text has shadow with #D7BA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BA68 on black background.


Color preview on white background

This text has color #D7BA68 on white background.



Black color preview on #D7BA68 background

This text has black color on #D7BA68 background.


White color preview on #D7BA68 background

This text has white color on #D7BA68 background.