COLOR #D6AD71

HEX: #D6AD71
RGB: (214,173,113)

Renk bilgisi

#D6AD71 contains mainly red and green colors. #D6AD71 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D6AD71 color RGB value is (214,173,113).

  • kırmız ton 214;
  • yeşil ton 173;
  • mavi ton 113.
RGB:
(214,173,113)
(84%,68%,44%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 173 of 255 = 68%
B 113 of 255 = 44%

214
173
113

R + G + B ~ 65%. #D6AD71 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 173 + 113 = 500 (100%)
R 214 of 500 ~ 42.8%
G 173 of 500 ~ 34.6%
B 113 of 500 ~ 22.6%

%42.8
%34.6
%22.6

CMYK RENK MODELİ

#D6AD71 rengi CMYK tonu (0,19,47,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.16%
  • sarı tonu 47.20%
  • ana renk tonu 16.08%
CMYK:
(0,19,47,16)
C0M19Y47K16 
(0%,19%,47%,16%)
(0.00/0.19/0.47/0.16)	

CMYK yüzdeleri

%0
%19.16
%47.2
%16.08

Codes

Color #D6AD71 in popluar color models

D6AD71
RGB214173113
HSL36°55.19%64.12%
HSB/HSV36°47.20%83.92%
CMYK0.00%19.16%47.20%
16.08%

Color #D6AD71 in popluar number systems.

HEXD6AD71
Decimal214173113
Binary11010110101011011110001
Octal326255161

Shades and tints

Shades of #D6AD71

#D6AD71
(214,173,113)
#C39E67
(195,158,103)
#B08F5D
(176,143,93)
#9D8053
(157,128,83)
#8A7149
(138,113,73)
#77623F
(119,98,63)
#645335
(100,83,53)
#51442B
(81,68,43)
#3E3521
(62,53,33)
#2B2617
(43,38,23)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #D6AD71

#D6AD71
(214,173,113)
#D9B47D
(217,180,125)
#DCBB89
(220,187,137)
#DFC295
(223,194,149)
#E2C9A1
(226,201,161)
#E5D0AD
(229,208,173)
#E8D7B9
(232,215,185)
#EBDEC5
(235,222,197)
#EEE5D1
(238,229,209)
#F1ECDD
(241,236,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AD71 color. Also use rgb(214,173,113) instead hex code.

Text Font Color

.myTextColor { color: #D6AD71; }

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

This text font color is #D6AD71.


Background Color

.myBgColor { background-color: #D6AD71; }

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

This div background color is #D6AD71.


Border color

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

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

This div border color is #D6AD71.


Opacity

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

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

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

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

This text has shadow with #D6AD71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AD71 on black background.


Color preview on white background

This text has color #D6AD71 on white background.



Black color preview on #D6AD71 background

This text has black color on #D6AD71 background.


White color preview on #D6AD71 background

This text has white color on #D6AD71 background.