COLOR #D7A232

HEX: #D7A232
RGB: (215,162,50)

Color info

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

RGB color model

#D7A232 color RGB value is (215,162,50).

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

RGB channels and saturation

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

215
162
50

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

Portions of RGB colors in percentages

R + G + B =
215 + 162 + 50 = 427 (100%)
R 215 of 427 ~ 50.35%
G 162 of 427 ~ 37.94%
B 50 of 427 ~ 11.71%

%50.35
%37.94
%11.71

CMYK color model

#D7A232 color CMYK value is (0,25,77,16).

  • cyan value is 0.00%
  • magenta value is 24.65%
  • yellow value is 76.74%
  • key color value is 15.69%
CMYK:
(0,25,77,16)
C0M25Y77K16 
(0%,25%,77%,16%)
(0.00/0.25/0.77/0.16)	

CMYK percentages

%0
%24.65
%76.74
%15.69

Codes

Color #D7A232 in popluar color models

D7A232
RGB21516250
HSL41°67.35%51.96%
HSB/HSV41°76.74%84.31%
CMYK0.00%24.65%76.74%
15.69%

Color #D7A232 in popluar number systems.

HEXD7A232
Decimal21516250
Binary1101011110100010110010
Octal32724262

Shades and tints

Shades of #D7A232

#D7A232
(215,162,50)
#C4942E
(196,148,46)
#B1862A
(177,134,42)
#9E7826
(158,120,38)
#8B6A22
(139,106,34)
#785C1E
(120,92,30)
#654E1A
(101,78,26)
#524016
(82,64,22)
#3F3212
(63,50,18)
#2C240E
(44,36,14)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #D7A232

#D7A232
(215,162,50)
#DAAA44
(218,170,68)
#DDB256
(221,178,86)
#E0BA68
(224,186,104)
#E3C27A
(227,194,122)
#E6CA8C
(230,202,140)
#E9D29E
(233,210,158)
#ECDAB0
(236,218,176)
#EFE2C2
(239,226,194)
#F2EAD4
(242,234,212)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A232; }

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

This text font color is #D7A232.


Background Color

.myBgColor { background-color: #D7A232; }

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

This div background color is #D7A232.


Border color

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

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

This div border color is #D7A232.


Opacity

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

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

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

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

This text has shadow with #D7A232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A232 on black background.


Color preview on white background

This text has color #D7A232 on white background.



Black color preview on #D7A232 background

This text has black color on #D7A232 background.


White color preview on #D7A232 background

This text has white color on #D7A232 background.