COLOR #D6BD3B

HEX: #D6BD3B
RGB: (214,189,59)

Color info

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

RGB color model

#D6BD3B color RGB value is (214,189,59).

  • red value is 214;
  • green value is 189;
  • blue value is 59.
RGB:
(214,189,59)
(84%,74%,23%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 59 of 255 = 23%

214
189
59

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 59 = 462 (100%)
R 214 of 462 ~ 46.32%
G 189 of 462 ~ 40.91%
B 59 of 462 ~ 12.77%

%46.32
%40.91
%12.77

CMYK color model

#D6BD3B color CMYK value is (0,12,72,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 72.43%
  • key color value is 16.08%
CMYK:
(0,12,72,16)
C0M12Y72K16 
(0%,12%,72%,16%)
(0.00/0.12/0.72/0.16)	

CMYK percentages

%0
%11.68
%72.43
%16.08

Codes

Color #D6BD3B in popluar color models

D6BD3B
RGB21418959
HSL50°65.40%53.53%
HSB/HSV50°72.43%83.92%
CMYK0.00%11.68%72.43%
16.08%

Color #D6BD3B in popluar number systems.

HEXD6BD3B
Decimal21418959
Binary1101011010111101111011
Octal32627573

Shades and tints

Shades of #D6BD3B

#D6BD3B
(214,189,59)
#C3AC36
(195,172,54)
#B09B31
(176,155,49)
#9D8A2C
(157,138,44)
#8A7927
(138,121,39)
#776822
(119,104,34)
#64571D
(100,87,29)
#514618
(81,70,24)
#3E3513
(62,53,19)
#2B240E
(43,36,14)
#181309
(24,19,9)
#000000
(0,0,0)

Tints of #D6BD3B

#D6BD3B
(214,189,59)
#D9C34C
(217,195,76)
#DCC95D
(220,201,93)
#DFCF6E
(223,207,110)
#E2D57F
(226,213,127)
#E5DB90
(229,219,144)
#E8E1A1
(232,225,161)
#EBE7B2
(235,231,178)
#EEEDC3
(238,237,195)
#F1F3D4
(241,243,212)
#F4F9E5
(244,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BD3B color. Also use rgb(214,189,59) instead hex code.

Text Font Color

.myTextColor { color: #D6BD3B; }

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

This text font color is #D6BD3B.


Background Color

.myBgColor { background-color: #D6BD3B; }

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

This div background color is #D6BD3B.


Border color

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

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

This div border color is #D6BD3B.


Opacity

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

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

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

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

This text has shadow with #D6BD3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BD3B on black background.


Color preview on white background

This text has color #D6BD3B on white background.



Black color preview on #D6BD3B background

This text has black color on #D6BD3B background.


White color preview on #D6BD3B background

This text has white color on #D6BD3B background.