COLOR #D1BC3C

HEX: #D1BC3C RGB: (209,188,60)

Color info

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

RGB color model

#D1BC3C color RGB value is (209,188,60).

RGB: (209,188,60) (82%, 74%, 24%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 60 of 255 = 24%

209
188
60

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

Portions of RGB colors in percentages

R + G + B = 209 + 188 + 60 = 457 (100%)
R 209 of 457 ~ 45.73%
G 188 of 457 ~ 41.14%
B 60 of 457 ~ 13.13'%

%45.73
%41.14
%13.13

CMYK color model

#D1BC3C color CMYK value is (0,10,71,18).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 71.29%
  • key color value is 18.04%

CMYK: (0,10,71,18)
C0M10Y71K18 (0%, 10%, 71%, 18%)
(0.00 / 0.10 / 0.71 / 0.18)

CMYK percentages

%0
%10.05
%71.29
%18.04

Codes

Color #D1BC3C in popluar color models

D1 BC 3C
RGB 209 188 60
HSL 52° 61.83% 52.75%
HSB/HSV 52° 71.29% 81.96%
CMYK 0.00% 10.05% 71.29%
18.04%

Color #D1BC3C in popluar number systems.

HEX D1 BC 3C
Decimal 209 188 60
Binary 11010001 10111100 111100
Octal 321 274 74

Shades and tints

Shades of #D1BC3C

#D1BC3C
(209,188,60)
#BEAB37
(190,171,55)
#AB9A32
(171,154,50)
#98892D
(152,137,45)
#857828
(133,120,40)
#726723
(114,103,35)
#5F561E
(95,86,30)
#4C4519
(76,69,25)
#393414
(57,52,20)
#26230F
(38,35,15)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #D1BC3C

#D1BC3C
(209,188,60)
#D5C24D
(213,194,77)
#D9C85E
(217,200,94)
#DDCE6F
(221,206,111)
#E1D480
(225,212,128)
#E5DA91
(229,218,145)
#E9E0A2
(233,224,162)
#EDE6B3
(237,230,179)
#F1ECC4
(241,236,196)
#F5F2D5
(245,242,213)
#F9F8E6
(249,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BC3C color. Also use rgb(209,188,60) instead hex code.

Text Font Color

.myTextColor { color: #D1BC3C; }

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

This text font color is #D1BC3C.

Background Color

.myBgColor { background-color: #D1BC3C; }

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

This div background color is #D1BC3C.

Border color

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

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

This div border color is #D1BC3C.

Opacity

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

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

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

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

This text has shadow with #D1BC3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BC3C.

Preview

Color preview on black background

This text has color #D1BC3C on black background.


Color preview on white background

This text has color #D1BC3C on white background.


Black color preview on #D1BC3C background

This text has black color on #D1BC3C background.


White color preview on #D1BC3C background

This text has white color on #D1BC3C background.


Related colors

Complementary color

Complementary color for #hex is #2E43C3.


I love getcolorcode.com

Triadic colors

1 #3CD1BC and #BC3CD1 with #D1BC3C are triadic colors.

2 #3CBCD1 and #BCD13C with #D1BC3C are triadic colors.