COLOR #D6D83F

HEX: #D6D83F
RGB: (214,216,63)

Renk bilgisi

#D6D83F contains mainly red and green colors. #D6D83F ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D6D83F color RGB value is (214,216,63).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 216 of 255 = 85%
B 63 of 255 = 25%

214
216
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 216 + 63 = 493 (100%)
R 214 of 493 ~ 43.41%
G 216 of 493 ~ 43.81%
B 63 of 493 ~ 12.78%

%43.41
%43.81
%12.78

CMYK RENK MODELİ

#D6D83F rengi CMYK tonu (1,0,71,15).

  • camgöbeği tonu 0.93%
  • eflatun tonu 0.00%
  • sarı tonu 70.83%
  • ana renk tonu 15.29%
CMYK:
(1,0,71,15)
C1M0Y71K15 
(1%,0%,71%,15%)
(0.01/0.00/0.71/0.15)	

CMYK yüzdeleri

%0.93
%0
%70.83
%15.29

Codes

Color #D6D83F in popluar color models

D6D83F
RGB21421663
HSL61°66.23%54.71%
HSB/HSV61°70.83%84.71%
CMYK0.93%0.00%70.83%
15.29%

Color #D6D83F in popluar number systems.

HEXD6D83F
Decimal21421663
Binary1101011011011000111111
Octal32633077

Shades and tints

Shades of #D6D83F

#D6D83F
(214,216,63)
#C3C53A
(195,197,58)
#B0B235
(176,178,53)
#9D9F30
(157,159,48)
#8A8C2B
(138,140,43)
#777926
(119,121,38)
#646621
(100,102,33)
#51531C
(81,83,28)
#3E4017
(62,64,23)
#2B2D12
(43,45,18)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #D6D83F

#D6D83F
(214,216,63)
#D9DB50
(217,219,80)
#DCDE61
(220,222,97)
#DFE172
(223,225,114)
#E2E483
(226,228,131)
#E5E794
(229,231,148)
#E8EAA5
(232,234,165)
#EBEDB6
(235,237,182)
#EEF0C7
(238,240,199)
#F1F3D8
(241,243,216)
#F4F6E9
(244,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D83F; }

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

This text font color is #D6D83F.


Background Color

.myBgColor { background-color: #D6D83F; }

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

This div background color is #D6D83F.


Border color

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

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

This div border color is #D6D83F.


Opacity

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

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

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

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

This text has shadow with #D6D83F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D83F on black background.


Color preview on white background

This text has color #D6D83F on white background.



Black color preview on #D6D83F background

This text has black color on #D6D83F background.


White color preview on #D6D83F background

This text has white color on #D6D83F background.