COLOR #D8A650

HEX: #D8A650
RGB: (216,166,80)

Color info

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

RGB color model

#D8A650 color RGB value is (216,166,80).

  • red value is 216;
  • green value is 166;
  • blue value is 80.
RGB:
(216,166,80)
(85%,65%,31%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 80 of 255 = 31%

216
166
80

R + G + B ~ 60%. #D8A650 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 80 = 462 (100%)
R 216 of 462 ~ 46.75%
G 166 of 462 ~ 35.93%
B 80 of 462 ~ 17.32%

%46.75
%35.93
%17.32

CMYK color model

#D8A650 color CMYK value is (0,23,63,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 62.96%
  • key color value is 15.29%
CMYK:
(0,23,63,15)
C0M23Y63K15 
(0%,23%,63%,15%)
(0.00/0.23/0.63/0.15)	

CMYK percentages

%0
%23.15
%62.96
%15.29

Codes

Color #D8A650 in popluar color models

D8A650
RGB21616680
HSL38°63.55%58.04%
HSB/HSV38°62.96%84.71%
CMYK0.00%23.15%62.96%
15.29%

Color #D8A650 in popluar number systems.

HEXD8A650
Decimal21616680
Binary11011000101001101010000
Octal330246120

Shades and tints

Shades of #D8A650

#D8A650
(216,166,80)
#C59749
(197,151,73)
#B28842
(178,136,66)
#9F793B
(159,121,59)
#8C6A34
(140,106,52)
#795B2D
(121,91,45)
#664C26
(102,76,38)
#533D1F
(83,61,31)
#402E18
(64,46,24)
#2D1F11
(45,31,17)
#1A100A
(26,16,10)
#000000
(0,0,0)

Tints of #D8A650

#D8A650
(216,166,80)
#DBAE5F
(219,174,95)
#DEB66E
(222,182,110)
#E1BE7D
(225,190,125)
#E4C68C
(228,198,140)
#E7CE9B
(231,206,155)
#EAD6AA
(234,214,170)
#EDDEB9
(237,222,185)
#F0E6C8
(240,230,200)
#F3EED7
(243,238,215)
#F6F6E6
(246,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A650 color. Also use rgb(216,166,80) instead hex code.

Text Font Color

.myTextColor { color: #D8A650; }

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

This text font color is #D8A650.


Background Color

.myBgColor { background-color: #D8A650; }

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

This div background color is #D8A650.


Border color

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

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

This div border color is #D8A650.


Opacity

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

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

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

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

This text has shadow with #D8A650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A650 on black background.


Color preview on white background

This text has color #D8A650 on white background.



Black color preview on #D8A650 background

This text has black color on #D8A650 background.


White color preview on #D8A650 background

This text has white color on #D8A650 background.