COLOR #D6D84E

HEX: #D6D84E
RGB: (214,216,78)

Renk bilgisi

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

RGB renk modeli

#D6D84E color RGB value is (214,216,78).

  • kırmız ton 214;
  • yeşil ton 216;
  • mavi ton 78.
RGB:
(214,216,78)
(84%,85%,31%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 216 of 255 = 85%
B 78 of 255 = 31%

214
216
78

R + G + B ~ 67%. #D6D84E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 216 + 78 = 508 (100%)
R 214 of 508 ~ 42.13%
G 216 of 508 ~ 42.52%
B 78 of 508 ~ 15.35%

%42.13
%42.52
%15.35

CMYK RENK MODELİ

#D6D84E rengi CMYK tonu (1,0,64,15).

  • camgöbeği tonu 0.93%
  • eflatun tonu 0.00%
  • sarı tonu 63.89%
  • ana renk tonu 15.29%
CMYK:
(1,0,64,15)
C1M0Y64K15 
(1%,0%,64%,15%)
(0.01/0.00/0.64/0.15)	

CMYK yüzdeleri

%0.93
%0
%63.89
%15.29

Codes

Color #D6D84E in popluar color models

D6D84E
RGB21421678
HSL61°63.89%57.65%
HSB/HSV61°63.89%84.71%
CMYK0.93%0.00%63.89%
15.29%

Color #D6D84E in popluar number systems.

HEXD6D84E
Decimal21421678
Binary11010110110110001001110
Octal326330116

Shades and tints

Shades of #D6D84E

#D6D84E
(214,216,78)
#C3C547
(195,197,71)
#B0B240
(176,178,64)
#9D9F39
(157,159,57)
#8A8C32
(138,140,50)
#77792B
(119,121,43)
#646624
(100,102,36)
#51531D
(81,83,29)
#3E4016
(62,64,22)
#2B2D0F
(43,45,15)
#181A08
(24,26,8)
#000000
(0,0,0)

Tints of #D6D84E

#D6D84E
(214,216,78)
#D9DB5E
(217,219,94)
#DCDE6E
(220,222,110)
#DFE17E
(223,225,126)
#E2E48E
(226,228,142)
#E5E79E
(229,231,158)
#E8EAAE
(232,234,174)
#EBEDBE
(235,237,190)
#EEF0CE
(238,240,206)
#F1F3DE
(241,243,222)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D84E color. Also use rgb(214,216,78) instead hex code.

Text Font Color

.myTextColor { color: #D6D84E; }

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

This text font color is #D6D84E.


Background Color

.myBgColor { background-color: #D6D84E; }

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

This div background color is #D6D84E.


Border color

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

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

This div border color is #D6D84E.


Opacity

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

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

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

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

This text has shadow with #D6D84E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D84E on black background.


Color preview on white background

This text has color #D6D84E on white background.



Black color preview on #D6D84E background

This text has black color on #D6D84E background.


White color preview on #D6D84E background

This text has white color on #D6D84E background.