COLOR #D4A626

HEX: #D4A626
RGB: (212,166,38)

Color info

#D4A626 contains mainly red and green colors. Web safe color of #D4A626 is #CC9933 (or #C93).

RGB color model

#D4A626 color RGB value is (212,166,38).

  • red value is 212;
  • green value is 166;
  • blue value is 38.
RGB:
(212,166,38)
(83%,65%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 166 of 255 = 65%
B 38 of 255 = 15%

212
166
38

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

Portions of RGB colors in percentages

R + G + B =
212 + 166 + 38 = 416 (100%)
R 212 of 416 ~ 50.96%
G 166 of 416 ~ 39.9%
B 38 of 416 ~ 9.13%

%50.96
%39.9

CMYK color model

#D4A626 color CMYK value is (0,22,82,17).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 82.08%
  • key color value is 16.86%
CMYK:
(0,22,82,17)
C0M22Y82K17 
(0%,22%,82%,17%)
(0.00/0.22/0.82/0.17)	

CMYK percentages

%0
%21.7
%82.08
%16.86

Codes

Color #D4A626 in popluar color models

D4A626
RGB21216638
HSL44°69.60%49.02%
HSB/HSV44°82.08%83.14%
CMYK0.00%21.70%82.08%
16.86%

Color #D4A626 in popluar number systems.

HEXD4A626
Decimal21216638
Binary1101010010100110100110
Octal32424646

Shades and tints

Shades of #D4A626

#D4A626
(212,166,38)
#C19723
(193,151,35)
#AE8820
(174,136,32)
#9B791D
(155,121,29)
#886A1A
(136,106,26)
#755B17
(117,91,23)
#624C14
(98,76,20)
#4F3D11
(79,61,17)
#3C2E0E
(60,46,14)
#291F0B
(41,31,11)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #D4A626

#D4A626
(212,166,38)
#D7AE39
(215,174,57)
#DAB64C
(218,182,76)
#DDBE5F
(221,190,95)
#E0C672
(224,198,114)
#E3CE85
(227,206,133)
#E6D698
(230,214,152)
#E9DEAB
(233,222,171)
#ECE6BE
(236,230,190)
#EFEED1
(239,238,209)
#F2F6E4
(242,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A626 color. Also use rgb(212,166,38) instead hex code.

Text Font Color

.myTextColor { color: #D4A626; }

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

This text font color is #D4A626.


Background Color

.myBgColor { background-color: #D4A626; }

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

This div background color is #D4A626.


Border color

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

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

This div border color is #D4A626.


Opacity

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

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

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

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

This text has shadow with #D4A626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A626 on black background.


Color preview on white background

This text has color #D4A626 on white background.



Black color preview on #D4A626 background

This text has black color on #D4A626 background.


White color preview on #D4A626 background

This text has white color on #D4A626 background.