COLOR #D6C59C

HEX: #D6C59C
RGB: (214,197,156)

Renk bilgisi

#D6C59C contains red, green and blue colors in about the same proportion. #D6C59C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D6C59C color RGB value is (214,197,156).

  • kırmız ton 214;
  • yeşil ton 197;
  • mavi ton 156.
RGB:
(214,197,156)
(84%,77%,61%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 197 of 255 = 77%
B 156 of 255 = 61%

214
197
156

R + G + B ~ 74%. #D6C59C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 197 + 156 = 567 (100%)
R 214 of 567 ~ 37.74%
G 197 of 567 ~ 34.74%
B 156 of 567 ~ 27.51%

%37.74
%34.74
%27.51

CMYK RENK MODELİ

#D6C59C rengi CMYK tonu (0,8,27,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.94%
  • sarı tonu 27.10%
  • ana renk tonu 16.08%
CMYK:
(0,8,27,16)
C0M8Y27K16 
(0%,8%,27%,16%)
(0.00/0.08/0.27/0.16)	

CMYK yüzdeleri

%0
%7.94
%27.1
%16.08

Codes

Color #D6C59C in popluar color models

D6C59C
RGB214197156
HSL42°41.43%72.55%
HSB/HSV42°27.10%83.92%
CMYK0.00%7.94%27.10%
16.08%

Color #D6C59C in popluar number systems.

HEXD6C59C
Decimal214197156
Binary110101101100010110011100
Octal326305234

Shades and tints

Shades of #D6C59C

#D6C59C
(214,197,156)
#C3B48E
(195,180,142)
#B0A380
(176,163,128)
#9D9272
(157,146,114)
#8A8164
(138,129,100)
#777056
(119,112,86)
#645F48
(100,95,72)
#514E3A
(81,78,58)
#3E3D2C
(62,61,44)
#2B2C1E
(43,44,30)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #D6C59C

#D6C59C
(214,197,156)
#D9CAA5
(217,202,165)
#DCCFAE
(220,207,174)
#DFD4B7
(223,212,183)
#E2D9C0
(226,217,192)
#E5DEC9
(229,222,201)
#E8E3D2
(232,227,210)
#EBE8DB
(235,232,219)
#EEEDE4
(238,237,228)
#F1F2ED
(241,242,237)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C59C color. Also use rgb(214,197,156) instead hex code.

Text Font Color

.myTextColor { color: #D6C59C; }

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

This text font color is #D6C59C.


Background Color

.myBgColor { background-color: #D6C59C; }

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

This div background color is #D6C59C.


Border color

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

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

This div border color is #D6C59C.


Opacity

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

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

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

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

This text has shadow with #D6C59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C59C on black background.


Color preview on white background

This text has color #D6C59C on white background.



Black color preview on #D6C59C background

This text has black color on #D6C59C background.


White color preview on #D6C59C background

This text has white color on #D6C59C background.