COLOR #D6BE4D

HEX: #D6BE4D
RGB: (214,190,77)

Color info

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

RGB color model

#D6BE4D color RGB value is (214,190,77).

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

RGB channels and saturation

R 214 of 255 = 84%
G 190 of 255 = 75%
B 77 of 255 = 30%

214
190
77

R + G + B ~ 63%. #D6BE4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 190 + 77 = 481 (100%)
R 214 of 481 ~ 44.49%
G 190 of 481 ~ 39.5%
B 77 of 481 ~ 16.01%

%44.49
%39.5
%16.01

CMYK color model

#D6BE4D color CMYK value is (0,11,64,16).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 64.02%
  • key color value is 16.08%
CMYK:
(0,11,64,16)
C0M11Y64K16 
(0%,11%,64%,16%)
(0.00/0.11/0.64/0.16)	

CMYK percentages

%0
%11.21
%64.02
%16.08

Codes

Color #D6BE4D in popluar color models

D6BE4D
RGB21419077
HSL49°62.56%57.06%
HSB/HSV49°64.02%83.92%
CMYK0.00%11.21%64.02%
16.08%

Color #D6BE4D in popluar number systems.

HEXD6BE4D
Decimal21419077
Binary11010110101111101001101
Octal326276115

Shades and tints

Shades of #D6BE4D

#D6BE4D
(214,190,77)
#C3AD46
(195,173,70)
#B09C3F
(176,156,63)
#9D8B38
(157,139,56)
#8A7A31
(138,122,49)
#77692A
(119,105,42)
#645823
(100,88,35)
#51471C
(81,71,28)
#3E3615
(62,54,21)
#2B250E
(43,37,14)
#181407
(24,20,7)
#000000
(0,0,0)

Tints of #D6BE4D

#D6BE4D
(214,190,77)
#D9C35D
(217,195,93)
#DCC86D
(220,200,109)
#DFCD7D
(223,205,125)
#E2D28D
(226,210,141)
#E5D79D
(229,215,157)
#E8DCAD
(232,220,173)
#EBE1BD
(235,225,189)
#EEE6CD
(238,230,205)
#F1EBDD
(241,235,221)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BE4D; }

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

This text font color is #D6BE4D.


Background Color

.myBgColor { background-color: #D6BE4D; }

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

This div background color is #D6BE4D.


Border color

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

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

This div border color is #D6BE4D.


Opacity

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

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

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

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

This text has shadow with #D6BE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BE4D on black background.


Color preview on white background

This text has color #D6BE4D on white background.



Black color preview on #D6BE4D background

This text has black color on #D6BE4D background.


White color preview on #D6BE4D background

This text has white color on #D6BE4D background.