COLOR #D6C874

HEX: #D6C874
RGB: (214,200,116)

Renk bilgisi

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

RGB renk modeli

#D6C874 color RGB value is (214,200,116).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 200 of 255 = 78%
B 116 of 255 = 45%

214
200
116

R + G + B ~ 69%. #D6C874 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 200 + 116 = 530 (100%)
R 214 of 530 ~ 40.38%
G 200 of 530 ~ 37.74%
B 116 of 530 ~ 21.89%

%40.38
%37.74
%21.89

CMYK RENK MODELİ

#D6C874 rengi CMYK tonu (0,7,46,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.54%
  • sarı tonu 45.79%
  • ana renk tonu 16.08%
CMYK:
(0,7,46,16)
C0M7Y46K16 
(0%,7%,46%,16%)
(0.00/0.07/0.46/0.16)	

CMYK yüzdeleri

%0
%6.54
%45.79
%16.08

Codes

Color #D6C874 in popluar color models

D6C874
RGB214200116
HSL51°54.44%64.71%
HSB/HSV51°45.79%83.92%
CMYK0.00%6.54%45.79%
16.08%

Color #D6C874 in popluar number systems.

HEXD6C874
Decimal214200116
Binary11010110110010001110100
Octal326310164

Shades and tints

Shades of #D6C874

#D6C874
(214,200,116)
#C3B66A
(195,182,106)
#B0A460
(176,164,96)
#9D9256
(157,146,86)
#8A804C
(138,128,76)
#776E42
(119,110,66)
#645C38
(100,92,56)
#514A2E
(81,74,46)
#3E3824
(62,56,36)
#2B261A
(43,38,26)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #D6C874

#D6C874
(214,200,116)
#D9CD80
(217,205,128)
#DCD28C
(220,210,140)
#DFD798
(223,215,152)
#E2DCA4
(226,220,164)
#E5E1B0
(229,225,176)
#E8E6BC
(232,230,188)
#EBEBC8
(235,235,200)
#EEF0D4
(238,240,212)
#F1F5E0
(241,245,224)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C874; }

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

This text font color is #D6C874.


Background Color

.myBgColor { background-color: #D6C874; }

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

This div background color is #D6C874.


Border color

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

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

This div border color is #D6C874.


Opacity

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

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

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

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

This text has shadow with #D6C874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C874 on black background.


Color preview on white background

This text has color #D6C874 on white background.



Black color preview on #D6C874 background

This text has black color on #D6C874 background.


White color preview on #D6C874 background

This text has white color on #D6C874 background.