COLOR #D6A594

HEX: #D6A594
RGB: (214,165,148)

Renk bilgisi

#D6A594 contains mainly red and green colors. #D6A594 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D6A594 color RGB value is (214,165,148).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 165 of 255 = 65%
B 148 of 255 = 58%

214
165
148

R + G + B ~ 69%. #D6A594 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 165 + 148 = 527 (100%)
R 214 of 527 ~ 40.61%
G 165 of 527 ~ 31.31%
B 148 of 527 ~ 28.08%

%40.61
%31.31
%28.08

CMYK RENK MODELİ

#D6A594 rengi CMYK tonu (0,23,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.90%
  • sarı tonu 30.84%
  • ana renk tonu 16.08%
CMYK:
(0,23,31,16)
C0M23Y31K16 
(0%,23%,31%,16%)
(0.00/0.23/0.31/0.16)	

CMYK yüzdeleri

%0
%22.9
%30.84
%16.08

Codes

Color #D6A594 in popluar color models

D6A594
RGB214165148
HSL15°44.59%70.98%
HSB/HSV15°30.84%83.92%
CMYK0.00%22.90%30.84%
16.08%

Color #D6A594 in popluar number systems.

HEXD6A594
Decimal214165148
Binary110101101010010110010100
Octal326245224

Shades and tints

Shades of #D6A594

#D6A594
(214,165,148)
#C39687
(195,150,135)
#B0877A
(176,135,122)
#9D786D
(157,120,109)
#8A6960
(138,105,96)
#775A53
(119,90,83)
#644B46
(100,75,70)
#513C39
(81,60,57)
#3E2D2C
(62,45,44)
#2B1E1F
(43,30,31)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #D6A594

#D6A594
(214,165,148)
#D9AD9D
(217,173,157)
#DCB5A6
(220,181,166)
#DFBDAF
(223,189,175)
#E2C5B8
(226,197,184)
#E5CDC1
(229,205,193)
#E8D5CA
(232,213,202)
#EBDDD3
(235,221,211)
#EEE5DC
(238,229,220)
#F1EDE5
(241,237,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A594; }

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

This text font color is #D6A594.


Background Color

.myBgColor { background-color: #D6A594; }

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

This div background color is #D6A594.


Border color

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

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

This div border color is #D6A594.


Opacity

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

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

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

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

This text has shadow with #D6A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A594 on black background.


Color preview on white background

This text has color #D6A594 on white background.



Black color preview on #D6A594 background

This text has black color on #D6A594 background.


White color preview on #D6A594 background

This text has white color on #D6A594 background.