COLOR #D6C863

HEX: #D6C863
RGB: (214,200,99)

Renk bilgisi

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

RGB renk modeli

#D6C863 color RGB value is (214,200,99).

  • kırmız ton 214;
  • yeşil ton 200;
  • mavi ton 99.
RGB:
(214,200,99)
(84%,78%,39%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 200 of 255 = 78%
B 99 of 255 = 39%

214
200
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 200 + 99 = 513 (100%)
R 214 of 513 ~ 41.72%
G 200 of 513 ~ 38.99%
B 99 of 513 ~ 19.3%

%41.72
%38.99
%19.3

CMYK RENK MODELİ

#D6C863 rengi CMYK tonu (0,7,54,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.54%
  • sarı tonu 53.74%
  • ana renk tonu 16.08%
CMYK:
(0,7,54,16)
C0M7Y54K16 
(0%,7%,54%,16%)
(0.00/0.07/0.54/0.16)	

CMYK yüzdeleri

%0
%6.54
%53.74
%16.08

Codes

Color #D6C863 in popluar color models

D6C863
RGB21420099
HSL53°58.38%61.37%
HSB/HSV53°53.74%83.92%
CMYK0.00%6.54%53.74%
16.08%

Color #D6C863 in popluar number systems.

HEXD6C863
Decimal21420099
Binary11010110110010001100011
Octal326310143

Shades and tints

Shades of #D6C863

#D6C863
(214,200,99)
#C3B65A
(195,182,90)
#B0A451
(176,164,81)
#9D9248
(157,146,72)
#8A803F
(138,128,63)
#776E36
(119,110,54)
#645C2D
(100,92,45)
#514A24
(81,74,36)
#3E381B
(62,56,27)
#2B2612
(43,38,18)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #D6C863

#D6C863
(214,200,99)
#D9CD71
(217,205,113)
#DCD27F
(220,210,127)
#DFD78D
(223,215,141)
#E2DC9B
(226,220,155)
#E5E1A9
(229,225,169)
#E8E6B7
(232,230,183)
#EBEBC5
(235,235,197)
#EEF0D3
(238,240,211)
#F1F5E1
(241,245,225)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C863 color. Also use rgb(214,200,99) instead hex code.

Text Font Color

.myTextColor { color: #D6C863; }

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

This text font color is #D6C863.


Background Color

.myBgColor { background-color: #D6C863; }

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

This div background color is #D6C863.


Border color

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

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

This div border color is #D6C863.


Opacity

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

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

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

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

This text has shadow with #D6C863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C863 on black background.


Color preview on white background

This text has color #D6C863 on white background.



Black color preview on #D6C863 background

This text has black color on #D6C863 background.


White color preview on #D6C863 background

This text has white color on #D6C863 background.