COLOR #D3A551

HEX: #D3A551 RGB: (211,165,81)

Color info

#D3A551 contains mainly red and green colors. Web safe color of #D3A551 is #CC9966 (or #C96).

RGB color model

#D3A551 color RGB value is (211,165,81).

RGB: (211,165,81) (83%, 65%, 32%)

RGB channels and saturation

R 211 of 255 = 83%
G 165 of 255 = 65%
B 81 of 255 = 32%

211
165
81

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

Portions of RGB colors in percentages

R + G + B = 211 + 165 + 81 = 457 (100%)
R 211 of 457 ~ 46.17%
G 165 of 457 ~ 36.11%
B 81 of 457 ~ 17.72'%

%46.17
%36.11
%17.72

CMYK color model

#D3A551 color CMYK value is (0,22,62,17).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 61.61%
  • key color value is 17.25%

CMYK: (0,22,62,17)
C0M22Y62K17 (0%, 22%, 62%, 17%)
(0.00 / 0.22 / 0.62 / 0.17)

CMYK percentages

%0
%21.8
%61.61
%17.25

Codes

Color #D3A551 in popluar color models

D3 A5 51
RGB 211 165 81
HSL 39° 59.63% 57.25%
HSB/HSV 39° 61.61% 82.75%
CMYK 0.00% 21.80% 61.61%
17.25%

Color #D3A551 in popluar number systems.

HEX D3 A5 51
Decimal 211 165 81
Binary 11010011 10100101 1010001
Octal 323 245 121

Shades and tints

Shades of #D3A551

#D3A551
(211,165,81)
#C0964A
(192,150,74)
#AD8743
(173,135,67)
#9A783C
(154,120,60)
#876935
(135,105,53)
#745A2E
(116,90,46)
#614B27
(97,75,39)
#4E3C20
(78,60,32)
#3B2D19
(59,45,25)
#281E12
(40,30,18)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #D3A551

#D3A551
(211,165,81)
#D7AD60
(215,173,96)
#DBB56F
(219,181,111)
#DFBD7E
(223,189,126)
#E3C58D
(227,197,141)
#E7CD9C
(231,205,156)
#EBD5AB
(235,213,171)
#EFDDBA
(239,221,186)
#F3E5C9
(243,229,201)
#F7EDD8
(247,237,216)
#FBF5E7
(251,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A551 color. Also use rgb(211,165,81) instead hex code.

Text Font Color

.myTextColor { color: #D3A551; }

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

This text font color is #D3A551.

Background Color

.myBgColor { background-color: #D3A551; }

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

This div background color is #D3A551.

Border color

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

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

This div border color is #D3A551.

Opacity

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

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

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

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

This text has shadow with #D3A551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A551.

Preview

Color preview on black background

This text has color #D3A551 on black background.


Color preview on white background

This text has color #D3A551 on white background.


Black color preview on #D3A551 background

This text has black color on #D3A551 background.


White color preview on #D3A551 background

This text has white color on #D3A551 background.


Related colors

Complementary color

Complementary color for #hex is #2C5AAE.


I love getcolorcode.com

Triadic colors

1 #51D3A5 and #A551D3 with #D3A551 are triadic colors.

2 #51A5D3 and #A5D351 with #D3A551 are triadic colors.