COLOR #D3C479

HEX: #D3C479
RGB: (211,196,121)

Renk bilgisi

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

RGB renk modeli

#D3C479 color RGB value is (211,196,121).

  • kırmız ton 211;
  • yeşil ton 196;
  • mavi ton 121.
RGB:
(211,196,121)
(83%,77%,47%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 196 of 255 = 77%
B 121 of 255 = 47%

211
196
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 196 + 121 = 528 (100%)
R 211 of 528 ~ 39.96%
G 196 of 528 ~ 37.12%
B 121 of 528 ~ 22.92%

%39.96
%37.12
%22.92

CMYK RENK MODELİ

#D3C479 rengi CMYK tonu (0,7,43,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.11%
  • sarı tonu 42.65%
  • ana renk tonu 17.25%
CMYK:
(0,7,43,17)
C0M7Y43K17 
(0%,7%,43%,17%)
(0.00/0.07/0.43/0.17)	

CMYK yüzdeleri

%0
%7.11
%42.65
%17.25

Codes

Color #D3C479 in popluar color models

D3C479
RGB211196121
HSL50°50.56%65.10%
HSB/HSV50°42.65%82.75%
CMYK0.00%7.11%42.65%
17.25%

Color #D3C479 in popluar number systems.

HEXD3C479
Decimal211196121
Binary11010011110001001111001
Octal323304171

Shades and tints

Shades of #D3C479

#D3C479
(211,196,121)
#C0B36E
(192,179,110)
#ADA263
(173,162,99)
#9A9158
(154,145,88)
#87804D
(135,128,77)
#746F42
(116,111,66)
#615E37
(97,94,55)
#4E4D2C
(78,77,44)
#3B3C21
(59,60,33)
#282B16
(40,43,22)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #D3C479

#D3C479
(211,196,121)
#D7C985
(215,201,133)
#DBCE91
(219,206,145)
#DFD39D
(223,211,157)
#E3D8A9
(227,216,169)
#E7DDB5
(231,221,181)
#EBE2C1
(235,226,193)
#EFE7CD
(239,231,205)
#F3ECD9
(243,236,217)
#F7F1E5
(247,241,229)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C479 color. Also use rgb(211,196,121) instead hex code.

Text Font Color

.myTextColor { color: #D3C479; }

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

This text font color is #D3C479.


Background Color

.myBgColor { background-color: #D3C479; }

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

This div background color is #D3C479.


Border color

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

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

This div border color is #D3C479.


Opacity

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

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

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

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

This text has shadow with #D3C479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C479 on black background.


Color preview on white background

This text has color #D3C479 on white background.



Black color preview on #D3C479 background

This text has black color on #D3C479 background.


White color preview on #D3C479 background

This text has white color on #D3C479 background.