COLOR #D6BD61

HEX: #D6BD61
RGB: (214,189,97)

Renk bilgisi

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

RGB renk modeli

#D6BD61 color RGB value is (214,189,97).

  • kırmız ton 214;
  • yeşil ton 189;
  • mavi ton 97.
RGB:
(214,189,97)
(84%,74%,38%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 189 of 255 = 74%
B 97 of 255 = 38%

214
189
97

R + G + B ~ 65%. #D6BD61 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 189 + 97 = 500 (100%)
R 214 of 500 ~ 42.8%
G 189 of 500 ~ 37.8%
B 97 of 500 ~ 19.4%

%42.8
%37.8
%19.4

CMYK RENK MODELİ

#D6BD61 rengi CMYK tonu (0,12,55,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.68%
  • sarı tonu 54.67%
  • ana renk tonu 16.08%
CMYK:
(0,12,55,16)
C0M12Y55K16 
(0%,12%,55%,16%)
(0.00/0.12/0.55/0.16)	

CMYK yüzdeleri

%0
%11.68
%54.67
%16.08

Codes

Color #D6BD61 in popluar color models

D6BD61
RGB21418997
HSL47°58.79%60.98%
HSB/HSV47°54.67%83.92%
CMYK0.00%11.68%54.67%
16.08%

Color #D6BD61 in popluar number systems.

HEXD6BD61
Decimal21418997
Binary11010110101111011100001
Octal326275141

Shades and tints

Shades of #D6BD61

#D6BD61
(214,189,97)
#C3AC59
(195,172,89)
#B09B51
(176,155,81)
#9D8A49
(157,138,73)
#8A7941
(138,121,65)
#776839
(119,104,57)
#645731
(100,87,49)
#514629
(81,70,41)
#3E3521
(62,53,33)
#2B2419
(43,36,25)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #D6BD61

#D6BD61
(214,189,97)
#D9C36F
(217,195,111)
#DCC97D
(220,201,125)
#DFCF8B
(223,207,139)
#E2D599
(226,213,153)
#E5DBA7
(229,219,167)
#E8E1B5
(232,225,181)
#EBE7C3
(235,231,195)
#EEEDD1
(238,237,209)
#F1F3DF
(241,243,223)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BD61; }

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

This text font color is #D6BD61.


Background Color

.myBgColor { background-color: #D6BD61; }

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

This div background color is #D6BD61.


Border color

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

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

This div border color is #D6BD61.


Opacity

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

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

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

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

This text has shadow with #D6BD61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BD61 on black background.


Color preview on white background

This text has color #D6BD61 on white background.



Black color preview on #D6BD61 background

This text has black color on #D6BD61 background.


White color preview on #D6BD61 background

This text has white color on #D6BD61 background.