COLOR #D6C595

HEX: #D6C595
RGB: (214,197,149)

Renk bilgisi

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

RGB renk modeli

#D6C595 color RGB value is (214,197,149).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 197 of 255 = 77%
B 149 of 255 = 58%

214
197
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 197 + 149 = 560 (100%)
R 214 of 560 ~ 38.21%
G 197 of 560 ~ 35.18%
B 149 of 560 ~ 26.61%

%38.21
%35.18
%26.61

CMYK RENK MODELİ

#D6C595 rengi CMYK tonu (0,8,30,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.94%
  • sarı tonu 30.37%
  • ana renk tonu 16.08%
CMYK:
(0,8,30,16)
C0M8Y30K16 
(0%,8%,30%,16%)
(0.00/0.08/0.30/0.16)	

CMYK yüzdeleri

%0
%7.94
%30.37
%16.08

Codes

Color #D6C595 in popluar color models

D6C595
RGB214197149
HSL44°44.22%71.18%
HSB/HSV44°30.37%83.92%
CMYK0.00%7.94%30.37%
16.08%

Color #D6C595 in popluar number systems.

HEXD6C595
Decimal214197149
Binary110101101100010110010101
Octal326305225

Shades and tints

Shades of #D6C595

#D6C595
(214,197,149)
#C3B488
(195,180,136)
#B0A37B
(176,163,123)
#9D926E
(157,146,110)
#8A8161
(138,129,97)
#777054
(119,112,84)
#645F47
(100,95,71)
#514E3A
(81,78,58)
#3E3D2D
(62,61,45)
#2B2C20
(43,44,32)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #D6C595

#D6C595
(214,197,149)
#D9CA9E
(217,202,158)
#DCCFA7
(220,207,167)
#DFD4B0
(223,212,176)
#E2D9B9
(226,217,185)
#E5DEC2
(229,222,194)
#E8E3CB
(232,227,203)
#EBE8D4
(235,232,212)
#EEEDDD
(238,237,221)
#F1F2E6
(241,242,230)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C595; }

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

This text font color is #D6C595.


Background Color

.myBgColor { background-color: #D6C595; }

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

This div background color is #D6C595.


Border color

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

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

This div border color is #D6C595.


Opacity

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

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

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

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

This text has shadow with #D6C595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C595 on black background.


Color preview on white background

This text has color #D6C595 on white background.



Black color preview on #D6C595 background

This text has black color on #D6C595 background.


White color preview on #D6C595 background

This text has white color on #D6C595 background.