COLOR #D2A037

HEX: #D2A037 RGB: (210,160,55)

Color info

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

RGB color model

#D2A037 color RGB value is (210,160,55).

RGB: (210,160,55) (82%, 63%, 22%)

RGB channels and saturation

R 210 of 255 = 82%
G 160 of 255 = 63%
B 55 of 255 = 22%

210
160
55

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

Portions of RGB colors in percentages

R + G + B = 210 + 160 + 55 = 425 (100%)
R 210 of 425 ~ 49.41%
G 160 of 425 ~ 37.65%
B 55 of 425 ~ 12.94'%

%49.41
%37.65
%12.94

CMYK color model

#D2A037 color CMYK value is (0,24,74,18).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 73.81%
  • key color value is 17.65%

CMYK: (0,24,74,18)
C0M24Y74K18 (0%, 24%, 74%, 18%)
(0.00 / 0.24 / 0.74 / 0.18)

CMYK percentages

%0
%23.81
%73.81
%17.65

Codes

Color #D2A037 in popluar color models

D2 A0 37
RGB 210 160 55
HSL 41° 63.27% 51.96%
HSB/HSV 41° 73.81% 82.35%
CMYK 0.00% 23.81% 73.81%
17.65%

Color #D2A037 in popluar number systems.

HEX D2 A0 37
Decimal 210 160 55
Binary 11010010 10100000 110111
Octal 322 240 67

Shades and tints

Shades of #D2A037

#D2A037
(210,160,55)
#BF9232
(191,146,50)
#AC842D
(172,132,45)
#997628
(153,118,40)
#866823
(134,104,35)
#735A1E
(115,90,30)
#604C19
(96,76,25)
#4D3E14
(77,62,20)
#3A300F
(58,48,15)
#27220A
(39,34,10)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #D2A037

#D2A037
(210,160,55)
#D6A849
(214,168,73)
#DAB05B
(218,176,91)
#DEB86D
(222,184,109)
#E2C07F
(226,192,127)
#E6C891
(230,200,145)
#EAD0A3
(234,208,163)
#EED8B5
(238,216,181)
#F2E0C7
(242,224,199)
#F6E8D9
(246,232,217)
#FAF0EB
(250,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A037 color. Also use rgb(210,160,55) instead hex code.

Text Font Color

.myTextColor { color: #D2A037; }

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

This text font color is #D2A037.

Background Color

.myBgColor { background-color: #D2A037; }

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

This div background color is #D2A037.

Border color

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

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

This div border color is #D2A037.

Opacity

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

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

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

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

This text has shadow with #D2A037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A037.

Preview

Color preview on black background

This text has color #D2A037 on black background.


Color preview on white background

This text has color #D2A037 on white background.


Black color preview on #D2A037 background

This text has black color on #D2A037 background.


White color preview on #D2A037 background

This text has white color on #D2A037 background.


Related colors

Complementary color

Complementary color for #hex is #2D5FC8.


I love getcolorcode.com

Triadic colors

1 #37D2A0 and #A037D2 with #D2A037 are triadic colors.

2 #37A0D2 and #A0D237 with #D2A037 are triadic colors.