COLOR #D6C66D

HEX: #D6C66D
RGB: (214,198,109)

Renk bilgisi

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

RGB renk modeli

#D6C66D color RGB value is (214,198,109).

  • kırmız ton 214;
  • yeşil ton 198;
  • mavi ton 109.
RGB:
(214,198,109)
(84%,78%,43%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 198 of 255 = 78%
B 109 of 255 = 43%

214
198
109

R + G + B ~ 68%. #D6C66D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 198 + 109 = 521 (100%)
R 214 of 521 ~ 41.07%
G 198 of 521 ~ 38%
B 109 of 521 ~ 20.92%

%41.07
%38
%20.92

CMYK RENK MODELİ

#D6C66D rengi CMYK tonu (0,7,49,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.48%
  • sarı tonu 49.07%
  • ana renk tonu 16.08%
CMYK:
(0,7,49,16)
C0M7Y49K16 
(0%,7%,49%,16%)
(0.00/0.07/0.49/0.16)	

CMYK yüzdeleri

%0
%7.48
%49.07
%16.08

Codes

Color #D6C66D in popluar color models

D6C66D
RGB214198109
HSL51°56.15%63.33%
HSB/HSV51°49.07%83.92%
CMYK0.00%7.48%49.07%
16.08%

Color #D6C66D in popluar number systems.

HEXD6C66D
Decimal214198109
Binary11010110110001101101101
Octal326306155

Shades and tints

Shades of #D6C66D

#D6C66D
(214,198,109)
#C3B464
(195,180,100)
#B0A25B
(176,162,91)
#9D9052
(157,144,82)
#8A7E49
(138,126,73)
#776C40
(119,108,64)
#645A37
(100,90,55)
#51482E
(81,72,46)
#3E3625
(62,54,37)
#2B241C
(43,36,28)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #D6C66D

#D6C66D
(214,198,109)
#D9CB7A
(217,203,122)
#DCD087
(220,208,135)
#DFD594
(223,213,148)
#E2DAA1
(226,218,161)
#E5DFAE
(229,223,174)
#E8E4BB
(232,228,187)
#EBE9C8
(235,233,200)
#EEEED5
(238,238,213)
#F1F3E2
(241,243,226)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C66D color. Also use rgb(214,198,109) instead hex code.

Text Font Color

.myTextColor { color: #D6C66D; }

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

This text font color is #D6C66D.


Background Color

.myBgColor { background-color: #D6C66D; }

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

This div background color is #D6C66D.


Border color

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

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

This div border color is #D6C66D.


Opacity

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

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

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

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

This text has shadow with #D6C66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C66D on black background.


Color preview on white background

This text has color #D6C66D on white background.



Black color preview on #D6C66D background

This text has black color on #D6C66D background.


White color preview on #D6C66D background

This text has white color on #D6C66D background.