COLOR #D9A335

HEX: #D9A335 RGB: (217,163,53)

Color info

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

RGB color model

#D9A335 color RGB value is (217,163,53).

RGB: (217,163,53) (85%, 64%, 21%)

RGB channels and saturation

R 217 of 255 = 85%
G 163 of 255 = 64%
B 53 of 255 = 21%

217
163
53

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

Portions of RGB colors in percentages

R + G + B = 217 + 163 + 53 = 433 (100%)
R 217 of 433 ~ 50.12%
G 163 of 433 ~ 37.64%
B 53 of 433 ~ 12.24'%

%50.12
%37.64
%12.24

CMYK color model

#D9A335 color CMYK value is (0,25,76,15).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 75.58%
  • key color value is 14.90%

CMYK: (0,25,76,15)
C0M25Y76K15 (0%, 25%, 76%, 15%)
(0.00 / 0.25 / 0.76 / 0.15)

CMYK percentages

%0
%24.88
%75.58
%14.9

Codes

Color #D9A335 in popluar color models

D9 A3 35
RGB 217 163 53
HSL 40° 68.33% 52.94%
HSB/HSV 40° 75.58% 85.10%
CMYK 0.00% 24.88% 75.58%
14.90%

Color #D9A335 in popluar number systems.

HEX D9 A3 35
Decimal 217 163 53
Binary 11011001 10100011 110101
Octal 331 243 65

Shades and tints

Shades of #D9A335

#D9A335
(217,163,53)
#C69531
(198,149,49)
#B3872D
(179,135,45)
#A07929
(160,121,41)
#8D6B25
(141,107,37)
#7A5D21
(122,93,33)
#674F1D
(103,79,29)
#544119
(84,65,25)
#413315
(65,51,21)
#2E2511
(46,37,17)
#1B170D
(27,23,13)
#000000
(0,0,0)

Tints of #D9A335

#D9A335
(217,163,53)
#DCAB47
(220,171,71)
#DFB359
(223,179,89)
#E2BB6B
(226,187,107)
#E5C37D
(229,195,125)
#E8CB8F
(232,203,143)
#EBD3A1
(235,211,161)
#EEDBB3
(238,219,179)
#F1E3C5
(241,227,197)
#F4EBD7
(244,235,215)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A335 color. Also use rgb(217,163,53) instead hex code.

Text Font Color

.myTextColor { color: #D9A335; }

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

This text font color is #D9A335.

Background Color

.myBgColor { background-color: #D9A335; }

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

This div background color is #D9A335.

Border color

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

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

This div border color is #D9A335.

Opacity

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

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

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

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

This text has shadow with #D9A335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A335.

Preview

Color preview on black background

This text has color #D9A335 on black background.


Color preview on white background

This text has color #D9A335 on white background.


Black color preview on #D9A335 background

This text has black color on #D9A335 background.


White color preview on #D9A335 background

This text has white color on #D9A335 background.


Related colors

Complementary color

Complementary color for #hex is #265CCA.


I love getcolorcode.com

Triadic colors

1 #35D9A3 and #A335D9 with #D9A335 are triadic colors.

2 #35A3D9 and #A3D935 with #D9A335 are triadic colors.