COLOR #D6C157

HEX: #D6C157
RGB: (214,193,87)

Renk bilgisi

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

RGB renk modeli

#D6C157 color RGB value is (214,193,87).

  • kırmız ton 214;
  • yeşil ton 193;
  • mavi ton 87.
RGB:
(214,193,87)
(84%,76%,34%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 193 of 255 = 76%
B 87 of 255 = 34%

214
193
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 193 + 87 = 494 (100%)
R 214 of 494 ~ 43.32%
G 193 of 494 ~ 39.07%
B 87 of 494 ~ 17.61%

%43.32
%39.07
%17.61

CMYK RENK MODELİ

#D6C157 rengi CMYK tonu (0,10,59,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.81%
  • sarı tonu 59.35%
  • ana renk tonu 16.08%
CMYK:
(0,10,59,16)
C0M10Y59K16 
(0%,10%,59%,16%)
(0.00/0.10/0.59/0.16)	

CMYK yüzdeleri

%0
%9.81
%59.35
%16.08

Codes

Color #D6C157 in popluar color models

D6C157
RGB21419387
HSL50°60.77%59.02%
HSB/HSV50°59.35%83.92%
CMYK0.00%9.81%59.35%
16.08%

Color #D6C157 in popluar number systems.

HEXD6C157
Decimal21419387
Binary11010110110000011010111
Octal326301127

Shades and tints

Shades of #D6C157

#D6C157
(214,193,87)
#C3B050
(195,176,80)
#B09F49
(176,159,73)
#9D8E42
(157,142,66)
#8A7D3B
(138,125,59)
#776C34
(119,108,52)
#645B2D
(100,91,45)
#514A26
(81,74,38)
#3E391F
(62,57,31)
#2B2818
(43,40,24)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6C157

#D6C157
(214,193,87)
#D9C666
(217,198,102)
#DCCB75
(220,203,117)
#DFD084
(223,208,132)
#E2D593
(226,213,147)
#E5DAA2
(229,218,162)
#E8DFB1
(232,223,177)
#EBE4C0
(235,228,192)
#EEE9CF
(238,233,207)
#F1EEDE
(241,238,222)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C157 color. Also use rgb(214,193,87) instead hex code.

Text Font Color

.myTextColor { color: #D6C157; }

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

This text font color is #D6C157.


Background Color

.myBgColor { background-color: #D6C157; }

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

This div background color is #D6C157.


Border color

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

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

This div border color is #D6C157.


Opacity

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

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

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

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

This text has shadow with #D6C157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C157 on black background.


Color preview on white background

This text has color #D6C157 on white background.



Black color preview on #D6C157 background

This text has black color on #D6C157 background.


White color preview on #D6C157 background

This text has white color on #D6C157 background.