COLOR #D8A434

HEX: #D8A434
RGB: (216,164,52)

Color info

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

RGB color model

#D8A434 color RGB value is (216,164,52).

  • red value is 216;
  • green value is 164;
  • blue value is 52.
RGB:
(216,164,52)
(85%,64%,20%)

RGB channels and saturation

R 216 of 255 = 85%
G 164 of 255 = 64%
B 52 of 255 = 20%

216
164
52

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

Portions of RGB colors in percentages

R + G + B =
216 + 164 + 52 = 432 (100%)
R 216 of 432 ~ 50%
G 164 of 432 ~ 37.96%
B 52 of 432 ~ 12.04%

%50
%37.96
%12.04

CMYK color model

#D8A434 color CMYK value is (0,24,76,15).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 75.93%
  • key color value is 15.29%
CMYK:
(0,24,76,15)
C0M24Y76K15 
(0%,24%,76%,15%)
(0.00/0.24/0.76/0.15)	

CMYK percentages

%0
%24.07
%75.93
%15.29

Codes

Color #D8A434 in popluar color models

D8A434
RGB21616452
HSL41°67.77%52.55%
HSB/HSV41°75.93%84.71%
CMYK0.00%24.07%75.93%
15.29%

Color #D8A434 in popluar number systems.

HEXD8A434
Decimal21616452
Binary1101100010100100110100
Octal33024464

Shades and tints

Shades of #D8A434

#D8A434
(216,164,52)
#C59630
(197,150,48)
#B2882C
(178,136,44)
#9F7A28
(159,122,40)
#8C6C24
(140,108,36)
#795E20
(121,94,32)
#66501C
(102,80,28)
#534218
(83,66,24)
#403414
(64,52,20)
#2D2610
(45,38,16)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #D8A434

#D8A434
(216,164,52)
#DBAC46
(219,172,70)
#DEB458
(222,180,88)
#E1BC6A
(225,188,106)
#E4C47C
(228,196,124)
#E7CC8E
(231,204,142)
#EAD4A0
(234,212,160)
#EDDCB2
(237,220,178)
#F0E4C4
(240,228,196)
#F3ECD6
(243,236,214)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A434 color. Also use rgb(216,164,52) instead hex code.

Text Font Color

.myTextColor { color: #D8A434; }

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

This text font color is #D8A434.


Background Color

.myBgColor { background-color: #D8A434; }

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

This div background color is #D8A434.


Border color

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

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

This div border color is #D8A434.


Opacity

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

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

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

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

This text has shadow with #D8A434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A434 on black background.


Color preview on white background

This text has color #D8A434 on white background.



Black color preview on #D8A434 background

This text has black color on #D8A434 background.


White color preview on #D8A434 background

This text has white color on #D8A434 background.