COLOR #D7A234

HEX: #D7A234
RGB: (215,162,52)

Color info

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

RGB color model

#D7A234 color RGB value is (215,162,52).

  • red value is 215;
  • green value is 162;
  • blue value is 52.
RGB:
(215,162,52)
(84%,64%,20%)

RGB channels and saturation

R 215 of 255 = 84%
G 162 of 255 = 64%
B 52 of 255 = 20%

215
162
52

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

Portions of RGB colors in percentages

R + G + B =
215 + 162 + 52 = 429 (100%)
R 215 of 429 ~ 50.12%
G 162 of 429 ~ 37.76%
B 52 of 429 ~ 12.12%

%50.12
%37.76
%12.12

CMYK color model

#D7A234 color CMYK value is (0,25,76,16).

  • cyan value is 0.00%
  • magenta value is 24.65%
  • yellow value is 75.81%
  • key color value is 15.69%
CMYK:
(0,25,76,16)
C0M25Y76K16 
(0%,25%,76%,16%)
(0.00/0.25/0.76/0.16)	

CMYK percentages

%0
%24.65
%75.81
%15.69

Codes

Color #D7A234 in popluar color models

D7A234
RGB21516252
HSL40°67.08%52.35%
HSB/HSV40°75.81%84.31%
CMYK0.00%24.65%75.81%
15.69%

Color #D7A234 in popluar number systems.

HEXD7A234
Decimal21516252
Binary1101011110100010110100
Octal32724264

Shades and tints

Shades of #D7A234

#D7A234
(215,162,52)
#C49430
(196,148,48)
#B1862C
(177,134,44)
#9E7828
(158,120,40)
#8B6A24
(139,106,36)
#785C20
(120,92,32)
#654E1C
(101,78,28)
#524018
(82,64,24)
#3F3214
(63,50,20)
#2C2410
(44,36,16)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #D7A234

#D7A234
(215,162,52)
#DAAA46
(218,170,70)
#DDB258
(221,178,88)
#E0BA6A
(224,186,106)
#E3C27C
(227,194,124)
#E6CA8E
(230,202,142)
#E9D2A0
(233,210,160)
#ECDAB2
(236,218,178)
#EFE2C4
(239,226,196)
#F2EAD6
(242,234,214)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A234 color. Also use rgb(215,162,52) instead hex code.

Text Font Color

.myTextColor { color: #D7A234; }

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

This text font color is #D7A234.


Background Color

.myBgColor { background-color: #D7A234; }

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

This div background color is #D7A234.


Border color

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

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

This div border color is #D7A234.


Opacity

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

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

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

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

This text has shadow with #D7A234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A234 on black background.


Color preview on white background

This text has color #D7A234 on white background.



Black color preview on #D7A234 background

This text has black color on #D7A234 background.


White color preview on #D7A234 background

This text has white color on #D7A234 background.