COLOR #D9B35F

HEX: #D9B35F
RGB: (217,179,95)

Renk bilgisi

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

RGB renk modeli

#D9B35F color RGB value is (217,179,95).

  • kırmız ton 217;
  • yeşil ton 179;
  • mavi ton 95.
RGB:
(217,179,95)
(85%,70%,37%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 179 of 255 = 70%
B 95 of 255 = 37%

217
179
95

R + G + B ~ 64%. #D9B35F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 179 + 95 = 491 (100%)
R 217 of 491 ~ 44.2%
G 179 of 491 ~ 36.46%
B 95 of 491 ~ 19.35%

%44.2
%36.46
%19.35

CMYK RENK MODELİ

#D9B35F rengi CMYK tonu (0,18,56,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.51%
  • sarı tonu 56.22%
  • ana renk tonu 14.90%
CMYK:
(0,18,56,15)
C0M18Y56K15 
(0%,18%,56%,15%)
(0.00/0.18/0.56/0.15)	

CMYK yüzdeleri

%0
%17.51
%56.22
%14.9

Codes

Color #D9B35F in popluar color models

D9B35F
RGB21717995
HSL41°61.62%61.18%
HSB/HSV41°56.22%85.10%
CMYK0.00%17.51%56.22%
14.90%

Color #D9B35F in popluar number systems.

HEXD9B35F
Decimal21717995
Binary11011001101100111011111
Octal331263137

Shades and tints

Shades of #D9B35F

#D9B35F
(217,179,95)
#C6A357
(198,163,87)
#B3934F
(179,147,79)
#A08347
(160,131,71)
#8D733F
(141,115,63)
#7A6337
(122,99,55)
#67532F
(103,83,47)
#544327
(84,67,39)
#41331F
(65,51,31)
#2E2317
(46,35,23)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #D9B35F

#D9B35F
(217,179,95)
#DCB96D
(220,185,109)
#DFBF7B
(223,191,123)
#E2C589
(226,197,137)
#E5CB97
(229,203,151)
#E8D1A5
(232,209,165)
#EBD7B3
(235,215,179)
#EEDDC1
(238,221,193)
#F1E3CF
(241,227,207)
#F4E9DD
(244,233,221)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B35F color. Also use rgb(217,179,95) instead hex code.

Text Font Color

.myTextColor { color: #D9B35F; }

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

This text font color is #D9B35F.


Background Color

.myBgColor { background-color: #D9B35F; }

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

This div background color is #D9B35F.


Border color

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

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

This div border color is #D9B35F.


Opacity

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

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

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

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

This text has shadow with #D9B35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B35F on black background.


Color preview on white background

This text has color #D9B35F on white background.



Black color preview on #D9B35F background

This text has black color on #D9B35F background.


White color preview on #D9B35F background

This text has white color on #D9B35F background.