COLOR #D7A526

HEX: #D7A526
RGB: (215,165,38)

Color info

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

RGB color model

#D7A526 color RGB value is (215,165,38).

  • red value is 215;
  • green value is 165;
  • blue value is 38.
RGB:
(215,165,38)
(84%,65%,15%)

RGB channels and saturation

R 215 of 255 = 84%
G 165 of 255 = 65%
B 38 of 255 = 15%

215
165
38

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

Portions of RGB colors in percentages

R + G + B =
215 + 165 + 38 = 418 (100%)
R 215 of 418 ~ 51.44%
G 165 of 418 ~ 39.47%
B 38 of 418 ~ 9.09%

%51.44
%39.47

CMYK color model

#D7A526 color CMYK value is (0,23,82,16).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 82.33%
  • key color value is 15.69%
CMYK:
(0,23,82,16)
C0M23Y82K16 
(0%,23%,82%,16%)
(0.00/0.23/0.82/0.16)	

CMYK percentages

%0
%23.26
%82.33
%15.69

Codes

Color #D7A526 in popluar color models

D7A526
RGB21516538
HSL43°69.96%49.61%
HSB/HSV43°82.33%84.31%
CMYK0.00%23.26%82.33%
15.69%

Color #D7A526 in popluar number systems.

HEXD7A526
Decimal21516538
Binary1101011110100101100110
Octal32724546

Shades and tints

Shades of #D7A526

#D7A526
(215,165,38)
#C49623
(196,150,35)
#B18720
(177,135,32)
#9E781D
(158,120,29)
#8B691A
(139,105,26)
#785A17
(120,90,23)
#654B14
(101,75,20)
#523C11
(82,60,17)
#3F2D0E
(63,45,14)
#2C1E0B
(44,30,11)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #D7A526

#D7A526
(215,165,38)
#DAAD39
(218,173,57)
#DDB54C
(221,181,76)
#E0BD5F
(224,189,95)
#E3C572
(227,197,114)
#E6CD85
(230,205,133)
#E9D598
(233,213,152)
#ECDDAB
(236,221,171)
#EFE5BE
(239,229,190)
#F2EDD1
(242,237,209)
#F5F5E4
(245,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A526 color. Also use rgb(215,165,38) instead hex code.

Text Font Color

.myTextColor { color: #D7A526; }

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

This text font color is #D7A526.


Background Color

.myBgColor { background-color: #D7A526; }

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

This div background color is #D7A526.


Border color

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

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

This div border color is #D7A526.


Opacity

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

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

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

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

This text has shadow with #D7A526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A526 on black background.


Color preview on white background

This text has color #D7A526 on white background.



Black color preview on #D7A526 background

This text has black color on #D7A526 background.


White color preview on #D7A526 background

This text has white color on #D7A526 background.