COLOR #D1A632

HEX: #D1A632
RGB: (209,166,50)

Color info

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

RGB color model

#D1A632 color RGB value is (209,166,50).

  • red value is 209;
  • green value is 166;
  • blue value is 50.
RGB:
(209,166,50)
(82%,65%,20%)

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 50 of 255 = 20%

209
166
50

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 50 = 425 (100%)
R 209 of 425 ~ 49.18%
G 166 of 425 ~ 39.06%
B 50 of 425 ~ 11.76%

%49.18
%39.06
%11.76

CMYK color model

#D1A632 color CMYK value is (0,21,76,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 76.08%
  • key color value is 18.04%
CMYK:
(0,21,76,18)
C0M21Y76K18 
(0%,21%,76%,18%)
(0.00/0.21/0.76/0.18)	

CMYK percentages

%0
%20.57
%76.08
%18.04

Codes

Color #D1A632 in popluar color models

D1A632
RGB20916650
HSL44°63.35%50.78%
HSB/HSV44°76.08%81.96%
CMYK0.00%20.57%76.08%
18.04%

Color #D1A632 in popluar number systems.

HEXD1A632
Decimal20916650
Binary1101000110100110110010
Octal32124662

Shades and tints

Shades of #D1A632

#D1A632
(209,166,50)
#BE972E
(190,151,46)
#AB882A
(171,136,42)
#987926
(152,121,38)
#856A22
(133,106,34)
#725B1E
(114,91,30)
#5F4C1A
(95,76,26)
#4C3D16
(76,61,22)
#392E12
(57,46,18)
#261F0E
(38,31,14)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #D1A632

#D1A632
(209,166,50)
#D5AE44
(213,174,68)
#D9B656
(217,182,86)
#DDBE68
(221,190,104)
#E1C67A
(225,198,122)
#E5CE8C
(229,206,140)
#E9D69E
(233,214,158)
#EDDEB0
(237,222,176)
#F1E6C2
(241,230,194)
#F5EED4
(245,238,212)
#F9F6E6
(249,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A632 color. Also use rgb(209,166,50) instead hex code.

Text Font Color

.myTextColor { color: #D1A632; }

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

This text font color is #D1A632.


Background Color

.myBgColor { background-color: #D1A632; }

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

This div background color is #D1A632.


Border color

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

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

This div border color is #D1A632.


Opacity

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

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

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

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

This text has shadow with #D1A632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A632 on black background.


Color preview on white background

This text has color #D1A632 on white background.



Black color preview on #D1A632 background

This text has black color on #D1A632 background.


White color preview on #D1A632 background

This text has white color on #D1A632 background.