COLOR #D9A55B

HEX: #D9A55B
RGB: (217,165,91)

Color info

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

RGB color model

#D9A55B color RGB value is (217,165,91).

  • red value is 217;
  • green value is 165;
  • blue value is 91.
RGB:
(217,165,91)
(85%,65%,36%)

RGB channels and saturation

R 217 of 255 = 85%
G 165 of 255 = 65%
B 91 of 255 = 36%

217
165
91

R + G + B ~ 62%. #D9A55B is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 165 + 91 = 473 (100%)
R 217 of 473 ~ 45.88%
G 165 of 473 ~ 34.88%
B 91 of 473 ~ 19.24%

%45.88
%34.88
%19.24

CMYK color model

#D9A55B color CMYK value is (0,24,58,15).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 58.06%
  • key color value is 14.90%
CMYK:
(0,24,58,15)
C0M24Y58K15 
(0%,24%,58%,15%)
(0.00/0.24/0.58/0.15)	

CMYK percentages

%0
%23.96
%58.06
%14.9

Codes

Color #D9A55B in popluar color models

D9A55B
RGB21716591
HSL35°62.38%60.39%
HSB/HSV35°58.06%85.10%
CMYK0.00%23.96%58.06%
14.90%

Color #D9A55B in popluar number systems.

HEXD9A55B
Decimal21716591
Binary11011001101001011011011
Octal331245133

Shades and tints

Shades of #D9A55B

#D9A55B
(217,165,91)
#C69653
(198,150,83)
#B3874B
(179,135,75)
#A07843
(160,120,67)
#8D693B
(141,105,59)
#7A5A33
(122,90,51)
#674B2B
(103,75,43)
#543C23
(84,60,35)
#412D1B
(65,45,27)
#2E1E13
(46,30,19)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #D9A55B

#D9A55B
(217,165,91)
#DCAD69
(220,173,105)
#DFB577
(223,181,119)
#E2BD85
(226,189,133)
#E5C593
(229,197,147)
#E8CDA1
(232,205,161)
#EBD5AF
(235,213,175)
#EEDDBD
(238,221,189)
#F1E5CB
(241,229,203)
#F4EDD9
(244,237,217)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A55B color. Also use rgb(217,165,91) instead hex code.

Text Font Color

.myTextColor { color: #D9A55B; }

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

This text font color is #D9A55B.


Background Color

.myBgColor { background-color: #D9A55B; }

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

This div background color is #D9A55B.


Border color

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

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

This div border color is #D9A55B.


Opacity

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

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

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

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

This text has shadow with #D9A55B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A55B on black background.


Color preview on white background

This text has color #D9A55B on white background.



Black color preview on #D9A55B background

This text has black color on #D9A55B background.


White color preview on #D9A55B background

This text has white color on #D9A55B background.