COLOR #D8B05D

HEX: #D8B05D
RGB: (216,176,93)

Color info

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

RGB color model

#D8B05D color RGB value is (216,176,93).

  • red value is 216;
  • green value is 176;
  • blue value is 93.
RGB:
(216,176,93)
(85%,69%,36%)

RGB channels and saturation

R 216 of 255 = 85%
G 176 of 255 = 69%
B 93 of 255 = 36%

216
176
93

R + G + B ~ 63%. #D8B05D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 176 + 93 = 485 (100%)
R 216 of 485 ~ 44.54%
G 176 of 485 ~ 36.29%
B 93 of 485 ~ 19.18%

%44.54
%36.29
%19.18

CMYK color model

#D8B05D color CMYK value is (0,19,57,15).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 56.94%
  • key color value is 15.29%
CMYK:
(0,19,57,15)
C0M19Y57K15 
(0%,19%,57%,15%)
(0.00/0.19/0.57/0.15)	

CMYK percentages

%0
%18.52
%56.94
%15.29

Codes

Color #D8B05D in popluar color models

D8B05D
RGB21617693
HSL40°61.19%60.59%
HSB/HSV40°56.94%84.71%
CMYK0.00%18.52%56.94%
15.29%

Color #D8B05D in popluar number systems.

HEXD8B05D
Decimal21617693
Binary11011000101100001011101
Octal330260135

Shades and tints

Shades of #D8B05D

#D8B05D
(216,176,93)
#C5A055
(197,160,85)
#B2904D
(178,144,77)
#9F8045
(159,128,69)
#8C703D
(140,112,61)
#796035
(121,96,53)
#66502D
(102,80,45)
#534025
(83,64,37)
#40301D
(64,48,29)
#2D2015
(45,32,21)
#1A100D
(26,16,13)
#000000
(0,0,0)

Tints of #D8B05D

#D8B05D
(216,176,93)
#DBB76B
(219,183,107)
#DEBE79
(222,190,121)
#E1C587
(225,197,135)
#E4CC95
(228,204,149)
#E7D3A3
(231,211,163)
#EADAB1
(234,218,177)
#EDE1BF
(237,225,191)
#F0E8CD
(240,232,205)
#F3EFDB
(243,239,219)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B05D color. Also use rgb(216,176,93) instead hex code.

Text Font Color

.myTextColor { color: #D8B05D; }

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

This text font color is #D8B05D.


Background Color

.myBgColor { background-color: #D8B05D; }

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

This div background color is #D8B05D.


Border color

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

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

This div border color is #D8B05D.


Opacity

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

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

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

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

This text has shadow with #D8B05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B05D on black background.


Color preview on white background

This text has color #D8B05D on white background.



Black color preview on #D8B05D background

This text has black color on #D8B05D background.


White color preview on #D8B05D background

This text has white color on #D8B05D background.