COLOR #D1BE4D

HEX: #D1BE4D
RGB: (209,190,77)

Color info

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

RGB color model

#D1BE4D color RGB value is (209,190,77).

  • red value is 209;
  • green value is 190;
  • blue value is 77.
RGB:
(209,190,77)
(82%,75%,30%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 77 of 255 = 30%

209
190
77

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

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 77 = 476 (100%)
R 209 of 476 ~ 43.91%
G 190 of 476 ~ 39.92%
B 77 of 476 ~ 16.18%

%43.91
%39.92
%16.18

CMYK color model

#D1BE4D color CMYK value is (0,9,63,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 63.16%
  • key color value is 18.04%
CMYK:
(0,9,63,18)
C0M9Y63K18 
(0%,9%,63%,18%)
(0.00/0.09/0.63/0.18)	

CMYK percentages

%0
%9.09
%63.16
%18.04

Codes

Color #D1BE4D in popluar color models

D1BE4D
RGB20919077
HSL51°58.93%56.08%
HSB/HSV51°63.16%81.96%
CMYK0.00%9.09%63.16%
18.04%

Color #D1BE4D in popluar number systems.

HEXD1BE4D
Decimal20919077
Binary11010001101111101001101
Octal321276115

Shades and tints

Shades of #D1BE4D

#D1BE4D
(209,190,77)
#BEAD46
(190,173,70)
#AB9C3F
(171,156,63)
#988B38
(152,139,56)
#857A31
(133,122,49)
#72692A
(114,105,42)
#5F5823
(95,88,35)
#4C471C
(76,71,28)
#393615
(57,54,21)
#26250E
(38,37,14)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #D1BE4D

#D1BE4D
(209,190,77)
#D5C35D
(213,195,93)
#D9C86D
(217,200,109)
#DDCD7D
(221,205,125)
#E1D28D
(225,210,141)
#E5D79D
(229,215,157)
#E9DCAD
(233,220,173)
#EDE1BD
(237,225,189)
#F1E6CD
(241,230,205)
#F5EBDD
(245,235,221)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BE4D color. Also use rgb(209,190,77) instead hex code.

Text Font Color

.myTextColor { color: #D1BE4D; }

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

This text font color is #D1BE4D.


Background Color

.myBgColor { background-color: #D1BE4D; }

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

This div background color is #D1BE4D.


Border color

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

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

This div border color is #D1BE4D.


Opacity

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

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

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

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

This text has shadow with #D1BE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BE4D on black background.


Color preview on white background

This text has color #D1BE4D on white background.



Black color preview on #D1BE4D background

This text has black color on #D1BE4D background.


White color preview on #D1BE4D background

This text has white color on #D1BE4D background.