COLOR #D7B064

HEX: #D7B064
RGB: (215,176,100)

Color info

#D7B064 contains mainly red and green colors. Web safe color of #D7B064 is #CC9966 (or #C96).

RGB color model

#D7B064 color RGB value is (215,176,100).

  • red value is 215;
  • green value is 176;
  • blue value is 100.
RGB:
(215,176,100)
(84%,69%,39%)

RGB channels and saturation

R 215 of 255 = 84%
G 176 of 255 = 69%
B 100 of 255 = 39%

215
176
100

R + G + B ~ 64%. #D7B064 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 176 + 100 = 491 (100%)
R 215 of 491 ~ 43.79%
G 176 of 491 ~ 35.85%
B 100 of 491 ~ 20.37%

%43.79
%35.85
%20.37

CMYK color model

#D7B064 color CMYK value is (0,18,53,16).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 53.49%
  • key color value is 15.69%
CMYK:
(0,18,53,16)
C0M18Y53K16 
(0%,18%,53%,16%)
(0.00/0.18/0.53/0.16)	

CMYK percentages

%0
%18.14
%53.49
%15.69

Codes

Color #D7B064 in popluar color models

D7B064
RGB215176100
HSL40°58.97%61.76%
HSB/HSV40°53.49%84.31%
CMYK0.00%18.14%53.49%
15.69%

Color #D7B064 in popluar number systems.

HEXD7B064
Decimal215176100
Binary11010111101100001100100
Octal327260144

Shades and tints

Shades of #D7B064

#D7B064
(215,176,100)
#C4A05B
(196,160,91)
#B19052
(177,144,82)
#9E8049
(158,128,73)
#8B7040
(139,112,64)
#786037
(120,96,55)
#65502E
(101,80,46)
#524025
(82,64,37)
#3F301C
(63,48,28)
#2C2013
(44,32,19)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #D7B064

#D7B064
(215,176,100)
#DAB772
(218,183,114)
#DDBE80
(221,190,128)
#E0C58E
(224,197,142)
#E3CC9C
(227,204,156)
#E6D3AA
(230,211,170)
#E9DAB8
(233,218,184)
#ECE1C6
(236,225,198)
#EFE8D4
(239,232,212)
#F2EFE2
(242,239,226)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B064 color. Also use rgb(215,176,100) instead hex code.

Text Font Color

.myTextColor { color: #D7B064; }

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

This text font color is #D7B064.


Background Color

.myBgColor { background-color: #D7B064; }

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

This div background color is #D7B064.


Border color

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

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

This div border color is #D7B064.


Opacity

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

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

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

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

This text has shadow with #D7B064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B064 on black background.


Color preview on white background

This text has color #D7B064 on white background.



Black color preview on #D7B064 background

This text has black color on #D7B064 background.


White color preview on #D7B064 background

This text has white color on #D7B064 background.