COLOR #D1BD4A

HEX: #D1BD4A RGB: (209,189,74)

Color info

#D1BD4A contains mainly red and green colors. Web safe color of #D1BD4A is #CCCC33 (or #CC3).

RGB color model

#D1BD4A color RGB value is (209,189,74).

RGB: (209,189,74) (82%, 74%, 29%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 74 of 255 = 29%

209
189
74

R + G + B ~ 62%. #D1BD4A is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 189 + 74 = 472 (100%)
R 209 of 472 ~ 44.28%
G 189 of 472 ~ 40.04%
B 74 of 472 ~ 15.68'%

%44.28
%40.04
%15.68

CMYK color model

#D1BD4A color CMYK value is (0,10,65,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 64.59%
  • key color value is 18.04%

CMYK: (0,10,65,18)
C0M10Y65K18 (0%, 10%, 65%, 18%)
(0.00 / 0.10 / 0.65 / 0.18)

CMYK percentages

%0
%9.57
%64.59
%18.04

Codes

Color #D1BD4A in popluar color models

D1 BD 4A
RGB 209 189 74
HSL 51° 59.47% 55.49%
HSB/HSV 51° 64.59% 81.96%
CMYK 0.00% 9.57% 64.59%
18.04%

Color #D1BD4A in popluar number systems.

HEX D1 BD 4A
Decimal 209 189 74
Binary 11010001 10111101 1001010
Octal 321 275 112

Shades and tints

Shades of #D1BD4A

#D1BD4A
(209,189,74)
#BEAC44
(190,172,68)
#AB9B3E
(171,155,62)
#988A38
(152,138,56)
#857932
(133,121,50)
#72682C
(114,104,44)
#5F5726
(95,87,38)
#4C4620
(76,70,32)
#39351A
(57,53,26)
#262414
(38,36,20)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #D1BD4A

#D1BD4A
(209,189,74)
#D5C35A
(213,195,90)
#D9C96A
(217,201,106)
#DDCF7A
(221,207,122)
#E1D58A
(225,213,138)
#E5DB9A
(229,219,154)
#E9E1AA
(233,225,170)
#EDE7BA
(237,231,186)
#F1EDCA
(241,237,202)
#F5F3DA
(245,243,218)
#F9F9EA
(249,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BD4A color. Also use rgb(209,189,74) instead hex code.

Text Font Color

.myTextColor { color: #D1BD4A; }

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

This text font color is #D1BD4A.

Background Color

.myBgColor { background-color: #D1BD4A; }

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

This div background color is #D1BD4A.

Border color

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

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

This div border color is #D1BD4A.

Opacity

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

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

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

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

This text has shadow with #D1BD4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BD4A.

Preview

Color preview on black background

This text has color #D1BD4A on black background.


Color preview on white background

This text has color #D1BD4A on white background.


Black color preview on #D1BD4A background

This text has black color on #D1BD4A background.


White color preview on #D1BD4A background

This text has white color on #D1BD4A background.


Related colors

Complementary color

Complementary color for #hex is #2E42B5.


I love getcolorcode.com

Triadic colors

1 #4AD1BD and #BD4AD1 with #D1BD4A are triadic colors.

2 #4ABDD1 and #BDD14A with #D1BD4A are triadic colors.