COLOR #D6BC4F

HEX: #D6BC4F
RGB: (214,188,79)

Renk bilgisi

#D6BC4F contains mainly red and green colors. #D6BC4F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D6BC4F color RGB value is (214,188,79).

  • kırmız ton 214;
  • yeşil ton 188;
  • mavi ton 79.
RGB:
(214,188,79)
(84%,74%,31%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 188 of 255 = 74%
B 79 of 255 = 31%

214
188
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 188 + 79 = 481 (100%)
R 214 of 481 ~ 44.49%
G 188 of 481 ~ 39.09%
B 79 of 481 ~ 16.42%

%44.49
%39.09
%16.42

CMYK RENK MODELİ

#D6BC4F rengi CMYK tonu (0,12,63,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.15%
  • sarı tonu 63.08%
  • ana renk tonu 16.08%
CMYK:
(0,12,63,16)
C0M12Y63K16 
(0%,12%,63%,16%)
(0.00/0.12/0.63/0.16)	

CMYK yüzdeleri

%0
%12.15
%63.08
%16.08

Codes

Color #D6BC4F in popluar color models

D6BC4F
RGB21418879
HSL48°62.21%57.45%
HSB/HSV48°63.08%83.92%
CMYK0.00%12.15%63.08%
16.08%

Color #D6BC4F in popluar number systems.

HEXD6BC4F
Decimal21418879
Binary11010110101111001001111
Octal326274117

Shades and tints

Shades of #D6BC4F

#D6BC4F
(214,188,79)
#C3AB48
(195,171,72)
#B09A41
(176,154,65)
#9D893A
(157,137,58)
#8A7833
(138,120,51)
#77672C
(119,103,44)
#645625
(100,86,37)
#51451E
(81,69,30)
#3E3417
(62,52,23)
#2B2310
(43,35,16)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #D6BC4F

#D6BC4F
(214,188,79)
#D9C25F
(217,194,95)
#DCC86F
(220,200,111)
#DFCE7F
(223,206,127)
#E2D48F
(226,212,143)
#E5DA9F
(229,218,159)
#E8E0AF
(232,224,175)
#EBE6BF
(235,230,191)
#EEECCF
(238,236,207)
#F1F2DF
(241,242,223)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BC4F color. Also use rgb(214,188,79) instead hex code.

Text Font Color

.myTextColor { color: #D6BC4F; }

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

This text font color is #D6BC4F.


Background Color

.myBgColor { background-color: #D6BC4F; }

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

This div background color is #D6BC4F.


Border color

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

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

This div border color is #D6BC4F.


Opacity

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

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

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

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

This text has shadow with #D6BC4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BC4F on black background.


Color preview on white background

This text has color #D6BC4F on white background.



Black color preview on #D6BC4F background

This text has black color on #D6BC4F background.


White color preview on #D6BC4F background

This text has white color on #D6BC4F background.