COLOR #D9B61D

HEX: #D9B61D
RGB: (217,182,29)

Renk bilgisi

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

RGB renk modeli

#D9B61D color RGB value is (217,182,29).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 182 of 255 = 71%
B 29 of 255 = 11%

217
182
29

R + G + B ~ 56%. #D9B61D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 182 + 29 = 428 (100%)
R 217 of 428 ~ 50.7%
G 182 of 428 ~ 42.52%
B 29 of 428 ~ 6.78%

%50.7
%42.52

CMYK RENK MODELİ

#D9B61D rengi CMYK tonu (0,16,87,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.13%
  • sarı tonu 86.64%
  • ana renk tonu 14.90%
CMYK:
(0,16,87,15)
C0M16Y87K15 
(0%,16%,87%,15%)
(0.00/0.16/0.87/0.15)	

CMYK yüzdeleri

%0
%16.13
%86.64
%14.9

Codes

Color #D9B61D in popluar color models

D9B61D
RGB21718229
HSL49°76.42%48.24%
HSB/HSV49°86.64%85.10%
CMYK0.00%16.13%86.64%
14.90%

Color #D9B61D in popluar number systems.

HEXD9B61D
Decimal21718229
Binary110110011011011011101
Octal33126635

Shades and tints

Shades of #D9B61D

#D9B61D
(217,182,29)
#C6A61B
(198,166,27)
#B39619
(179,150,25)
#A08617
(160,134,23)
#8D7615
(141,118,21)
#7A6613
(122,102,19)
#675611
(103,86,17)
#54460F
(84,70,15)
#41360D
(65,54,13)
#2E260B
(46,38,11)
#1B1609
(27,22,9)
#000000
(0,0,0)

Tints of #D9B61D

#D9B61D
(217,182,29)
#DCBC31
(220,188,49)
#DFC245
(223,194,69)
#E2C859
(226,200,89)
#E5CE6D
(229,206,109)
#E8D481
(232,212,129)
#EBDA95
(235,218,149)
#EEE0A9
(238,224,169)
#F1E6BD
(241,230,189)
#F4ECD1
(244,236,209)
#F7F2E5
(247,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B61D; }

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

This text font color is #D9B61D.


Background Color

.myBgColor { background-color: #D9B61D; }

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

This div background color is #D9B61D.


Border color

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

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

This div border color is #D9B61D.


Opacity

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

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

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

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

This text has shadow with #D9B61D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B61D on black background.


Color preview on white background

This text has color #D9B61D on white background.



Black color preview on #D9B61D background

This text has black color on #D9B61D background.


White color preview on #D9B61D background

This text has white color on #D9B61D background.