COLOR #D9B64D

HEX: #D9B64D
RGB: (217,182,77)

Renk bilgisi

#D9B64D contains mainly red and green colors. #D9B64D ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D9B64D color RGB value is (217,182,77).

  • kırmız ton 217;
  • yeşil ton 182;
  • mavi ton 77.
RGB:
(217,182,77)
(85%,71%,30%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 182 of 255 = 71%
B 77 of 255 = 30%

217
182
77

R + G + B ~ 62%. #D9B64D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 182 + 77 = 476 (100%)
R 217 of 476 ~ 45.59%
G 182 of 476 ~ 38.24%
B 77 of 476 ~ 16.18%

%45.59
%38.24
%16.18

CMYK RENK MODELİ

#D9B64D rengi CMYK tonu (0,16,65,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.13%
  • sarı tonu 64.52%
  • ana renk tonu 14.90%
CMYK:
(0,16,65,15)
C0M16Y65K15 
(0%,16%,65%,15%)
(0.00/0.16/0.65/0.15)	

CMYK yüzdeleri

%0
%16.13
%64.52
%14.9

Codes

Color #D9B64D in popluar color models

D9B64D
RGB21718277
HSL45°64.81%57.65%
HSB/HSV45°64.52%85.10%
CMYK0.00%16.13%64.52%
14.90%

Color #D9B64D in popluar number systems.

HEXD9B64D
Decimal21718277
Binary11011001101101101001101
Octal331266115

Shades and tints

Shades of #D9B64D

#D9B64D
(217,182,77)
#C6A646
(198,166,70)
#B3963F
(179,150,63)
#A08638
(160,134,56)
#8D7631
(141,118,49)
#7A662A
(122,102,42)
#675623
(103,86,35)
#54461C
(84,70,28)
#413615
(65,54,21)
#2E260E
(46,38,14)
#1B1607
(27,22,7)
#000000
(0,0,0)

Tints of #D9B64D

#D9B64D
(217,182,77)
#DCBC5D
(220,188,93)
#DFC26D
(223,194,109)
#E2C87D
(226,200,125)
#E5CE8D
(229,206,141)
#E8D49D
(232,212,157)
#EBDAAD
(235,218,173)
#EEE0BD
(238,224,189)
#F1E6CD
(241,230,205)
#F4ECDD
(244,236,221)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B64D color. Also use rgb(217,182,77) instead hex code.

Text Font Color

.myTextColor { color: #D9B64D; }

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

This text font color is #D9B64D.


Background Color

.myBgColor { background-color: #D9B64D; }

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

This div background color is #D9B64D.


Border color

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

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

This div border color is #D9B64D.


Opacity

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

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

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

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

This text has shadow with #D9B64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B64D on black background.


Color preview on white background

This text has color #D9B64D on white background.



Black color preview on #D9B64D background

This text has black color on #D9B64D background.


White color preview on #D9B64D background

This text has white color on #D9B64D background.