COLOR #D2A75D

HEX: #D2A75D RGB: (210,167,93)

Color info

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

RGB color model

#D2A75D color RGB value is (210,167,93).

RGB: (210,167,93) (82%, 65%, 36%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 93 of 255 = 36%

210
167
93

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

Portions of RGB colors in percentages

R + G + B = 210 + 167 + 93 = 470 (100%)
R 210 of 470 ~ 44.68%
G 167 of 470 ~ 35.53%
B 93 of 470 ~ 19.79'%

%44.68
%35.53
%19.79

CMYK color model

#D2A75D color CMYK value is (0,20,56,18).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 55.71%
  • key color value is 17.65%

CMYK: (0,20,56,18)
C0M20Y56K18 (0%, 20%, 56%, 18%)
(0.00 / 0.20 / 0.56 / 0.18)

CMYK percentages

%0
%20.48
%55.71
%17.65

Codes

Color #D2A75D in popluar color models

D2 A7 5D
RGB 210 167 93
HSL 38° 56.52% 59.41%
HSB/HSV 38° 55.71% 82.35%
CMYK 0.00% 20.48% 55.71%
17.65%

Color #D2A75D in popluar number systems.

HEX D2 A7 5D
Decimal 210 167 93
Binary 11010010 10100111 1011101
Octal 322 247 135

Shades and tints

Shades of #D2A75D

#D2A75D
(210,167,93)
#BF9855
(191,152,85)
#AC894D
(172,137,77)
#997A45
(153,122,69)
#866B3D
(134,107,61)
#735C35
(115,92,53)
#604D2D
(96,77,45)
#4D3E25
(77,62,37)
#3A2F1D
(58,47,29)
#272015
(39,32,21)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #D2A75D

#D2A75D
(210,167,93)
#D6AF6B
(214,175,107)
#DAB779
(218,183,121)
#DEBF87
(222,191,135)
#E2C795
(226,199,149)
#E6CFA3
(230,207,163)
#EAD7B1
(234,215,177)
#EEDFBF
(238,223,191)
#F2E7CD
(242,231,205)
#F6EFDB
(246,239,219)
#FAF7E9
(250,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A75D color. Also use rgb(210,167,93) instead hex code.

Text Font Color

.myTextColor { color: #D2A75D; }

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

This text font color is #D2A75D.

Background Color

.myBgColor { background-color: #D2A75D; }

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

This div background color is #D2A75D.

Border color

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

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

This div border color is #D2A75D.

Opacity

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

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

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

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

This text has shadow with #D2A75D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A75D.

Preview

Color preview on black background

This text has color #D2A75D on black background.


Color preview on white background

This text has color #D2A75D on white background.


Black color preview on #D2A75D background

This text has black color on #D2A75D background.


White color preview on #D2A75D background

This text has white color on #D2A75D background.


Related colors

Complementary color

Complementary color for #hex is #2D58A2.


I love getcolorcode.com

Triadic colors

1 #5DD2A7 and #A75DD2 with #D2A75D are triadic colors.

2 #5DA7D2 and #A7D25D with #D2A75D are triadic colors.