COLOR #D8B965

HEX: #D8B965
RGB: (216,185,101)

Color info

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

RGB color model

#D8B965 color RGB value is (216,185,101).

  • red value is 216;
  • green value is 185;
  • blue value is 101.
RGB:
(216,185,101)
(85%,73%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 101 of 255 = 40%

216
185
101

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

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 101 = 502 (100%)
R 216 of 502 ~ 43.03%
G 185 of 502 ~ 36.85%
B 101 of 502 ~ 20.12%

%43.03
%36.85
%20.12

CMYK color model

#D8B965 color CMYK value is (0,14,53,15).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(0,14,53,15)
C0M14Y53K15 
(0%,14%,53%,15%)
(0.00/0.14/0.53/0.15)	

CMYK percentages

%0
%14.35
%53.24
%15.29

Codes

Color #D8B965 in popluar color models

D8B965
RGB216185101
HSL44°59.59%62.16%
HSB/HSV44°53.24%84.71%
CMYK0.00%14.35%53.24%
15.29%

Color #D8B965 in popluar number systems.

HEXD8B965
Decimal216185101
Binary11011000101110011100101
Octal330271145

Shades and tints

Shades of #D8B965

#D8B965
(216,185,101)
#C5A95C
(197,169,92)
#B29953
(178,153,83)
#9F894A
(159,137,74)
#8C7941
(140,121,65)
#796938
(121,105,56)
#66592F
(102,89,47)
#534926
(83,73,38)
#40391D
(64,57,29)
#2D2914
(45,41,20)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #D8B965

#D8B965
(216,185,101)
#DBBF73
(219,191,115)
#DEC581
(222,197,129)
#E1CB8F
(225,203,143)
#E4D19D
(228,209,157)
#E7D7AB
(231,215,171)
#EADDB9
(234,221,185)
#EDE3C7
(237,227,199)
#F0E9D5
(240,233,213)
#F3EFE3
(243,239,227)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B965 color. Also use rgb(216,185,101) instead hex code.

Text Font Color

.myTextColor { color: #D8B965; }

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

This text font color is #D8B965.


Background Color

.myBgColor { background-color: #D8B965; }

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

This div background color is #D8B965.


Border color

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

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

This div border color is #D8B965.


Opacity

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

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

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

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

This text has shadow with #D8B965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B965 on black background.


Color preview on white background

This text has color #D8B965 on white background.



Black color preview on #D8B965 background

This text has black color on #D8B965 background.


White color preview on #D8B965 background

This text has white color on #D8B965 background.