COLOR #D1A82B

HEX: #D1A82B
RGB: (209,168,43)

Color info

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

RGB color model

#D1A82B color RGB value is (209,168,43).

  • red value is 209;
  • green value is 168;
  • blue value is 43.
RGB:
(209,168,43)
(82%,66%,17%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 43 of 255 = 17%

209
168
43

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

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 43 = 420 (100%)
R 209 of 420 ~ 49.76%
G 168 of 420 ~ 40%
B 43 of 420 ~ 10.24%

%49.76
%40
%10.24

CMYK color model

#D1A82B color CMYK value is (0,20,79,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(0,20,79,18)
C0M20Y79K18 
(0%,20%,79%,18%)
(0.00/0.20/0.79/0.18)	

CMYK percentages

%0
%19.62
%79.43
%18.04

Codes

Color #D1A82B in popluar color models

D1A82B
RGB20916843
HSL45°65.87%49.41%
HSB/HSV45°79.43%81.96%
CMYK0.00%19.62%79.43%
18.04%

Color #D1A82B in popluar number systems.

HEXD1A82B
Decimal20916843
Binary1101000110101000101011
Octal32125053

Shades and tints

Shades of #D1A82B

#D1A82B
(209,168,43)
#BE9928
(190,153,40)
#AB8A25
(171,138,37)
#987B22
(152,123,34)
#856C1F
(133,108,31)
#725D1C
(114,93,28)
#5F4E19
(95,78,25)
#4C3F16
(76,63,22)
#393013
(57,48,19)
#262110
(38,33,16)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #D1A82B

#D1A82B
(209,168,43)
#D5AF3E
(213,175,62)
#D9B651
(217,182,81)
#DDBD64
(221,189,100)
#E1C477
(225,196,119)
#E5CB8A
(229,203,138)
#E9D29D
(233,210,157)
#EDD9B0
(237,217,176)
#F1E0C3
(241,224,195)
#F5E7D6
(245,231,214)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A82B color. Also use rgb(209,168,43) instead hex code.

Text Font Color

.myTextColor { color: #D1A82B; }

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

This text font color is #D1A82B.


Background Color

.myBgColor { background-color: #D1A82B; }

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

This div background color is #D1A82B.


Border color

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

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

This div border color is #D1A82B.


Opacity

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

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

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

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

This text has shadow with #D1A82B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A82B on black background.


Color preview on white background

This text has color #D1A82B on white background.



Black color preview on #D1A82B background

This text has black color on #D1A82B background.


White color preview on #D1A82B background

This text has white color on #D1A82B background.