COLOR #D6C459

HEX: #D6C459
RGB: (214,196,89)

Renk bilgisi

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

RGB renk modeli

#D6C459 color RGB value is (214,196,89).

  • kırmız ton 214;
  • yeşil ton 196;
  • mavi ton 89.
RGB:
(214,196,89)
(84%,77%,35%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 196 of 255 = 77%
B 89 of 255 = 35%

214
196
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 89 = 499 (100%)
R 214 of 499 ~ 42.89%
G 196 of 499 ~ 39.28%
B 89 of 499 ~ 17.84%

%42.89
%39.28
%17.84

CMYK RENK MODELİ

#D6C459 rengi CMYK tonu (0,8,58,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.41%
  • sarı tonu 58.41%
  • ana renk tonu 16.08%
CMYK:
(0,8,58,16)
C0M8Y58K16 
(0%,8%,58%,16%)
(0.00/0.08/0.58/0.16)	

CMYK yüzdeleri

%0
%8.41
%58.41
%16.08

Codes

Color #D6C459 in popluar color models

D6C459
RGB21419689
HSL51°60.39%59.41%
HSB/HSV51°58.41%83.92%
CMYK0.00%8.41%58.41%
16.08%

Color #D6C459 in popluar number systems.

HEXD6C459
Decimal21419689
Binary11010110110001001011001
Octal326304131

Shades and tints

Shades of #D6C459

#D6C459
(214,196,89)
#C3B351
(195,179,81)
#B0A249
(176,162,73)
#9D9141
(157,145,65)
#8A8039
(138,128,57)
#776F31
(119,111,49)
#645E29
(100,94,41)
#514D21
(81,77,33)
#3E3C19
(62,60,25)
#2B2B11
(43,43,17)
#181A09
(24,26,9)
#000000
(0,0,0)

Tints of #D6C459

#D6C459
(214,196,89)
#D9C968
(217,201,104)
#DCCE77
(220,206,119)
#DFD386
(223,211,134)
#E2D895
(226,216,149)
#E5DDA4
(229,221,164)
#E8E2B3
(232,226,179)
#EBE7C2
(235,231,194)
#EEECD1
(238,236,209)
#F1F1E0
(241,241,224)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C459 color. Also use rgb(214,196,89) instead hex code.

Text Font Color

.myTextColor { color: #D6C459; }

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

This text font color is #D6C459.


Background Color

.myBgColor { background-color: #D6C459; }

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

This div background color is #D6C459.


Border color

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

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

This div border color is #D6C459.


Opacity

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

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

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

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

This text has shadow with #D6C459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C459 on black background.


Color preview on white background

This text has color #D6C459 on white background.



Black color preview on #D6C459 background

This text has black color on #D6C459 background.


White color preview on #D6C459 background

This text has white color on #D6C459 background.