COLOR #D8B473

HEX: #D8B473
RGB: (216,180,115)

Renk bilgisi

#D8B473 contains mainly red and green colors. #D8B473 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D8B473 color RGB value is (216,180,115).

  • kırmız ton 216;
  • yeşil ton 180;
  • mavi ton 115.
RGB:
(216,180,115)
(85%,71%,45%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 180 of 255 = 71%
B 115 of 255 = 45%

216
180
115

R + G + B ~ 67%. #D8B473 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 180 + 115 = 511 (100%)
R 216 of 511 ~ 42.27%
G 180 of 511 ~ 35.23%
B 115 of 511 ~ 22.5%

%42.27
%35.23
%22.5

CMYK RENK MODELİ

#D8B473 rengi CMYK tonu (0,17,47,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 46.76%
  • ana renk tonu 15.29%
CMYK:
(0,17,47,15)
C0M17Y47K15 
(0%,17%,47%,15%)
(0.00/0.17/0.47/0.15)	

CMYK yüzdeleri

%0
%16.67
%46.76
%15.29

Codes

Color #D8B473 in popluar color models

D8B473
RGB216180115
HSL39°56.42%64.90%
HSB/HSV39°46.76%84.71%
CMYK0.00%16.67%46.76%
15.29%

Color #D8B473 in popluar number systems.

HEXD8B473
Decimal216180115
Binary11011000101101001110011
Octal330264163

Shades and tints

Shades of #D8B473

#D8B473
(216,180,115)
#C5A469
(197,164,105)
#B2945F
(178,148,95)
#9F8455
(159,132,85)
#8C744B
(140,116,75)
#796441
(121,100,65)
#665437
(102,84,55)
#53442D
(83,68,45)
#403423
(64,52,35)
#2D2419
(45,36,25)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #D8B473

#D8B473
(216,180,115)
#DBBA7F
(219,186,127)
#DEC08B
(222,192,139)
#E1C697
(225,198,151)
#E4CCA3
(228,204,163)
#E7D2AF
(231,210,175)
#EAD8BB
(234,216,187)
#EDDEC7
(237,222,199)
#F0E4D3
(240,228,211)
#F3EADF
(243,234,223)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B473 color. Also use rgb(216,180,115) instead hex code.

Text Font Color

.myTextColor { color: #D8B473; }

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

This text font color is #D8B473.


Background Color

.myBgColor { background-color: #D8B473; }

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

This div background color is #D8B473.


Border color

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

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

This div border color is #D8B473.


Opacity

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

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

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

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

This text has shadow with #D8B473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B473 on black background.


Color preview on white background

This text has color #D8B473 on white background.



Black color preview on #D8B473 background

This text has black color on #D8B473 background.


White color preview on #D8B473 background

This text has white color on #D8B473 background.