COLOR #D6AF73

HEX: #D6AF73
RGB: (214,175,115)

Renk bilgisi

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

RGB renk modeli

#D6AF73 color RGB value is (214,175,115).

  • kırmız ton 214;
  • yeşil ton 175;
  • mavi ton 115.
RGB:
(214,175,115)
(84%,69%,45%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 175 of 255 = 69%
B 115 of 255 = 45%

214
175
115

R + G + B ~ 66%. #D6AF73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 175 + 115 = 504 (100%)
R 214 of 504 ~ 42.46%
G 175 of 504 ~ 34.72%
B 115 of 504 ~ 22.82%

%42.46
%34.72
%22.82

CMYK RENK MODELİ

#D6AF73 rengi CMYK tonu (0,18,46,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.22%
  • sarı tonu 46.26%
  • ana renk tonu 16.08%
CMYK:
(0,18,46,16)
C0M18Y46K16 
(0%,18%,46%,16%)
(0.00/0.18/0.46/0.16)	

CMYK yüzdeleri

%0
%18.22
%46.26
%16.08

Codes

Color #D6AF73 in popluar color models

D6AF73
RGB214175115
HSL36°54.70%64.51%
HSB/HSV36°46.26%83.92%
CMYK0.00%18.22%46.26%
16.08%

Color #D6AF73 in popluar number systems.

HEXD6AF73
Decimal214175115
Binary11010110101011111110011
Octal326257163

Shades and tints

Shades of #D6AF73

#D6AF73
(214,175,115)
#C3A069
(195,160,105)
#B0915F
(176,145,95)
#9D8255
(157,130,85)
#8A734B
(138,115,75)
#776441
(119,100,65)
#645537
(100,85,55)
#51462D
(81,70,45)
#3E3723
(62,55,35)
#2B2819
(43,40,25)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #D6AF73

#D6AF73
(214,175,115)
#D9B67F
(217,182,127)
#DCBD8B
(220,189,139)
#DFC497
(223,196,151)
#E2CBA3
(226,203,163)
#E5D2AF
(229,210,175)
#E8D9BB
(232,217,187)
#EBE0C7
(235,224,199)
#EEE7D3
(238,231,211)
#F1EEDF
(241,238,223)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AF73 color. Also use rgb(214,175,115) instead hex code.

Text Font Color

.myTextColor { color: #D6AF73; }

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

This text font color is #D6AF73.


Background Color

.myBgColor { background-color: #D6AF73; }

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

This div background color is #D6AF73.


Border color

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

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

This div border color is #D6AF73.


Opacity

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

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

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

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

This text has shadow with #D6AF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AF73 on black background.


Color preview on white background

This text has color #D6AF73 on white background.



Black color preview on #D6AF73 background

This text has black color on #D6AF73 background.


White color preview on #D6AF73 background

This text has white color on #D6AF73 background.