COLOR #D6C494

HEX: #D6C494
RGB: (214,196,148)

Renk bilgisi

#D6C494 contains mainly red and green colors. #D6C494 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D6C494 color RGB value is (214,196,148).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 196 of 255 = 77%
B 148 of 255 = 58%

214
196
148

R + G + B ~ 73%. #D6C494 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 148 = 558 (100%)
R 214 of 558 ~ 38.35%
G 196 of 558 ~ 35.13%
B 148 of 558 ~ 26.52%

%38.35
%35.13
%26.52

CMYK RENK MODELİ

#D6C494 rengi CMYK tonu (0,8,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.41%
  • sarı tonu 30.84%
  • ana renk tonu 16.08%
CMYK:
(0,8,31,16)
C0M8Y31K16 
(0%,8%,31%,16%)
(0.00/0.08/0.31/0.16)	

CMYK yüzdeleri

%0
%8.41
%30.84
%16.08

Codes

Color #D6C494 in popluar color models

D6C494
RGB214196148
HSL44°44.59%70.98%
HSB/HSV44°30.84%83.92%
CMYK0.00%8.41%30.84%
16.08%

Color #D6C494 in popluar number systems.

HEXD6C494
Decimal214196148
Binary110101101100010010010100
Octal326304224

Shades and tints

Shades of #D6C494

#D6C494
(214,196,148)
#C3B387
(195,179,135)
#B0A27A
(176,162,122)
#9D916D
(157,145,109)
#8A8060
(138,128,96)
#776F53
(119,111,83)
#645E46
(100,94,70)
#514D39
(81,77,57)
#3E3C2C
(62,60,44)
#2B2B1F
(43,43,31)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #D6C494

#D6C494
(214,196,148)
#D9C99D
(217,201,157)
#DCCEA6
(220,206,166)
#DFD3AF
(223,211,175)
#E2D8B8
(226,216,184)
#E5DDC1
(229,221,193)
#E8E2CA
(232,226,202)
#EBE7D3
(235,231,211)
#EEECDC
(238,236,220)
#F1F1E5
(241,241,229)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C494; }

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

This text font color is #D6C494.


Background Color

.myBgColor { background-color: #D6C494; }

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

This div background color is #D6C494.


Border color

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

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

This div border color is #D6C494.


Opacity

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

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

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

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

This text has shadow with #D6C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C494 on black background.


Color preview on white background

This text has color #D6C494 on white background.



Black color preview on #D6C494 background

This text has black color on #D6C494 background.


White color preview on #D6C494 background

This text has white color on #D6C494 background.