COLOR #D6A592

HEX: #D6A592
RGB: (214,165,146)

Renk bilgisi

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

RGB renk modeli

#D6A592 color RGB value is (214,165,146).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 165 of 255 = 65%
B 146 of 255 = 57%

214
165
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 165 + 146 = 525 (100%)
R 214 of 525 ~ 40.76%
G 165 of 525 ~ 31.43%
B 146 of 525 ~ 27.81%

%40.76
%31.43
%27.81

CMYK RENK MODELİ

#D6A592 rengi CMYK tonu (0,23,32,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.90%
  • sarı tonu 31.78%
  • ana renk tonu 16.08%
CMYK:
(0,23,32,16)
C0M23Y32K16 
(0%,23%,32%,16%)
(0.00/0.23/0.32/0.16)	

CMYK yüzdeleri

%0
%22.9
%31.78
%16.08

Codes

Color #D6A592 in popluar color models

D6A592
RGB214165146
HSL17°45.33%70.59%
HSB/HSV17°31.78%83.92%
CMYK0.00%22.90%31.78%
16.08%

Color #D6A592 in popluar number systems.

HEXD6A592
Decimal214165146
Binary110101101010010110010010
Octal326245222

Shades and tints

Shades of #D6A592

#D6A592
(214,165,146)
#C39685
(195,150,133)
#B08778
(176,135,120)
#9D786B
(157,120,107)
#8A695E
(138,105,94)
#775A51
(119,90,81)
#644B44
(100,75,68)
#513C37
(81,60,55)
#3E2D2A
(62,45,42)
#2B1E1D
(43,30,29)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #D6A592

#D6A592
(214,165,146)
#D9AD9B
(217,173,155)
#DCB5A4
(220,181,164)
#DFBDAD
(223,189,173)
#E2C5B6
(226,197,182)
#E5CDBF
(229,205,191)
#E8D5C8
(232,213,200)
#EBDDD1
(235,221,209)
#EEE5DA
(238,229,218)
#F1EDE3
(241,237,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A592; }

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

This text font color is #D6A592.


Background Color

.myBgColor { background-color: #D6A592; }

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

This div background color is #D6A592.


Border color

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

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

This div border color is #D6A592.


Opacity

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

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

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

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

This text has shadow with #D6A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A592 on black background.


Color preview on white background

This text has color #D6A592 on white background.



Black color preview on #D6A592 background

This text has black color on #D6A592 background.


White color preview on #D6A592 background

This text has white color on #D6A592 background.