COLOR #D8BB5A

HEX: #D8BB5A
RGB: (216,187,90)

Color info

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

RGB color model

#D8BB5A color RGB value is (216,187,90).

  • red value is 216;
  • green value is 187;
  • blue value is 90.
RGB:
(216,187,90)
(85%,73%,35%)

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 90 of 255 = 35%

216
187
90

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

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 90 = 493 (100%)
R 216 of 493 ~ 43.81%
G 187 of 493 ~ 37.93%
B 90 of 493 ~ 18.26%

%43.81
%37.93
%18.26

CMYK color model

#D8BB5A color CMYK value is (0,13,58,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 58.33%
  • key color value is 15.29%
CMYK:
(0,13,58,15)
C0M13Y58K15 
(0%,13%,58%,15%)
(0.00/0.13/0.58/0.15)	

CMYK percentages

%0
%13.43
%58.33
%15.29

Codes

Color #D8BB5A in popluar color models

D8BB5A
RGB21618790
HSL46°61.76%60.00%
HSB/HSV46°58.33%84.71%
CMYK0.00%13.43%58.33%
15.29%

Color #D8BB5A in popluar number systems.

HEXD8BB5A
Decimal21618790
Binary11011000101110111011010
Octal330273132

Shades and tints

Shades of #D8BB5A

#D8BB5A
(216,187,90)
#C5AA52
(197,170,82)
#B2994A
(178,153,74)
#9F8842
(159,136,66)
#8C773A
(140,119,58)
#796632
(121,102,50)
#66552A
(102,85,42)
#534422
(83,68,34)
#40331A
(64,51,26)
#2D2212
(45,34,18)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #D8BB5A

#D8BB5A
(216,187,90)
#DBC169
(219,193,105)
#DEC778
(222,199,120)
#E1CD87
(225,205,135)
#E4D396
(228,211,150)
#E7D9A5
(231,217,165)
#EADFB4
(234,223,180)
#EDE5C3
(237,229,195)
#F0EBD2
(240,235,210)
#F3F1E1
(243,241,225)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BB5A color. Also use rgb(216,187,90) instead hex code.

Text Font Color

.myTextColor { color: #D8BB5A; }

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

This text font color is #D8BB5A.


Background Color

.myBgColor { background-color: #D8BB5A; }

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

This div background color is #D8BB5A.


Border color

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

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

This div border color is #D8BB5A.


Opacity

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

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

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

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

This text has shadow with #D8BB5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BB5A on black background.


Color preview on white background

This text has color #D8BB5A on white background.



Black color preview on #D8BB5A background

This text has black color on #D8BB5A background.


White color preview on #D8BB5A background

This text has white color on #D8BB5A background.