COLOR #D4A65D

HEX: #D4A65D RGB: (212,166,93)

Color info

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

RGB color model

#D4A65D color RGB value is (212,166,93).

RGB: (212,166,93) (83%, 65%, 36%)

RGB channels and saturation

R 212 of 255 = 83%
G 166 of 255 = 65%
B 93 of 255 = 36%

212
166
93

R + G + B ~ 61%. #D4A65D is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 166 + 93 = 471 (100%)
R 212 of 471 ~ 45.01%
G 166 of 471 ~ 35.24%
B 93 of 471 ~ 19.75'%

%45.01
%35.24
%19.75

CMYK color model

#D4A65D color CMYK value is (0,22,56,17).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 56.13%
  • key color value is 16.86%

CMYK: (0,22,56,17)
C0M22Y56K17 (0%, 22%, 56%, 17%)
(0.00 / 0.22 / 0.56 / 0.17)

CMYK percentages

%0
%21.7
%56.13
%16.86

Codes

Color #D4A65D in popluar color models

D4 A6 5D
RGB 212 166 93
HSL 37° 58.05% 59.80%
HSB/HSV 37° 56.13% 83.14%
CMYK 0.00% 21.70% 56.13%
16.86%

Color #D4A65D in popluar number systems.

HEX D4 A6 5D
Decimal 212 166 93
Binary 11010100 10100110 1011101
Octal 324 246 135

Shades and tints

Shades of #D4A65D

#D4A65D
(212,166,93)
#C19755
(193,151,85)
#AE884D
(174,136,77)
#9B7945
(155,121,69)
#886A3D
(136,106,61)
#755B35
(117,91,53)
#624C2D
(98,76,45)
#4F3D25
(79,61,37)
#3C2E1D
(60,46,29)
#291F15
(41,31,21)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #D4A65D

#D4A65D
(212,166,93)
#D7AE6B
(215,174,107)
#DAB679
(218,182,121)
#DDBE87
(221,190,135)
#E0C695
(224,198,149)
#E3CEA3
(227,206,163)
#E6D6B1
(230,214,177)
#E9DEBF
(233,222,191)
#ECE6CD
(236,230,205)
#EFEEDB
(239,238,219)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A65D color. Also use rgb(212,166,93) instead hex code.

Text Font Color

.myTextColor { color: #D4A65D; }

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

This text font color is #D4A65D.

Background Color

.myBgColor { background-color: #D4A65D; }

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

This div background color is #D4A65D.

Border color

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

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

This div border color is #D4A65D.

Opacity

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

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

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

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

This text has shadow with #D4A65D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A65D.

Preview

Color preview on black background

This text has color #D4A65D on black background.


Color preview on white background

This text has color #D4A65D on white background.


Black color preview on #D4A65D background

This text has black color on #D4A65D background.


White color preview on #D4A65D background

This text has white color on #D4A65D background.


Related colors

Complementary color

Complementary color for #hex is #2B59A2.


I love getcolorcode.com

Triadic colors

1 #5DD4A6 and #A65DD4 with #D4A65D are triadic colors.

2 #5DA6D4 and #A6D45D with #D4A65D are triadic colors.