COLOR #D8A476

HEX: #D8A476
RGB: (216,164,118)

Renk bilgisi

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

RGB renk modeli

#D8A476 color RGB value is (216,164,118).

  • kırmız ton 216;
  • yeşil ton 164;
  • mavi ton 118.
RGB:
(216,164,118)
(85%,64%,46%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 164 of 255 = 64%
B 118 of 255 = 46%

216
164
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 164 + 118 = 498 (100%)
R 216 of 498 ~ 43.37%
G 164 of 498 ~ 32.93%
B 118 of 498 ~ 23.69%

%43.37
%32.93
%23.69

CMYK RENK MODELİ

#D8A476 rengi CMYK tonu (0,24,45,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.07%
  • sarı tonu 45.37%
  • ana renk tonu 15.29%
CMYK:
(0,24,45,15)
C0M24Y45K15 
(0%,24%,45%,15%)
(0.00/0.24/0.45/0.15)	

CMYK yüzdeleri

%0
%24.07
%45.37
%15.29

Codes

Color #D8A476 in popluar color models

D8A476
RGB216164118
HSL28°55.68%65.49%
HSB/HSV28°45.37%84.71%
CMYK0.00%24.07%45.37%
15.29%

Color #D8A476 in popluar number systems.

HEXD8A476
Decimal216164118
Binary11011000101001001110110
Octal330244166

Shades and tints

Shades of #D8A476

#D8A476
(216,164,118)
#C5966C
(197,150,108)
#B28862
(178,136,98)
#9F7A58
(159,122,88)
#8C6C4E
(140,108,78)
#795E44
(121,94,68)
#66503A
(102,80,58)
#534230
(83,66,48)
#403426
(64,52,38)
#2D261C
(45,38,28)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #D8A476

#D8A476
(216,164,118)
#DBAC82
(219,172,130)
#DEB48E
(222,180,142)
#E1BC9A
(225,188,154)
#E4C4A6
(228,196,166)
#E7CCB2
(231,204,178)
#EAD4BE
(234,212,190)
#EDDCCA
(237,220,202)
#F0E4D6
(240,228,214)
#F3ECE2
(243,236,226)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A476 color. Also use rgb(216,164,118) instead hex code.

Text Font Color

.myTextColor { color: #D8A476; }

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

This text font color is #D8A476.


Background Color

.myBgColor { background-color: #D8A476; }

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

This div background color is #D8A476.


Border color

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

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

This div border color is #D8A476.


Opacity

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

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

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

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

This text has shadow with #D8A476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A476 on black background.


Color preview on white background

This text has color #D8A476 on white background.



Black color preview on #D8A476 background

This text has black color on #D8A476 background.


White color preview on #D8A476 background

This text has white color on #D8A476 background.