COLOR #D9B63D

HEX: #D9B63D
RGB: (217,182,61)

Renk bilgisi

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

RGB renk modeli

#D9B63D color RGB value is (217,182,61).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 182 of 255 = 71%
B 61 of 255 = 24%

217
182
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 182 + 61 = 460 (100%)
R 217 of 460 ~ 47.17%
G 182 of 460 ~ 39.57%
B 61 of 460 ~ 13.26%

%47.17
%39.57
%13.26

CMYK RENK MODELİ

#D9B63D rengi CMYK tonu (0,16,72,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.13%
  • sarı tonu 71.89%
  • ana renk tonu 14.90%
CMYK:
(0,16,72,15)
C0M16Y72K15 
(0%,16%,72%,15%)
(0.00/0.16/0.72/0.15)	

CMYK yüzdeleri

%0
%16.13
%71.89
%14.9

Codes

Color #D9B63D in popluar color models

D9B63D
RGB21718261
HSL47°67.24%54.51%
HSB/HSV47°71.89%85.10%
CMYK0.00%16.13%71.89%
14.90%

Color #D9B63D in popluar number systems.

HEXD9B63D
Decimal21718261
Binary1101100110110110111101
Octal33126675

Shades and tints

Shades of #D9B63D

#D9B63D
(217,182,61)
#C6A638
(198,166,56)
#B39633
(179,150,51)
#A0862E
(160,134,46)
#8D7629
(141,118,41)
#7A6624
(122,102,36)
#67561F
(103,86,31)
#54461A
(84,70,26)
#413615
(65,54,21)
#2E2610
(46,38,16)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #D9B63D

#D9B63D
(217,182,61)
#DCBC4E
(220,188,78)
#DFC25F
(223,194,95)
#E2C870
(226,200,112)
#E5CE81
(229,206,129)
#E8D492
(232,212,146)
#EBDAA3
(235,218,163)
#EEE0B4
(238,224,180)
#F1E6C5
(241,230,197)
#F4ECD6
(244,236,214)
#F7F2E7
(247,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B63D; }

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

This text font color is #D9B63D.


Background Color

.myBgColor { background-color: #D9B63D; }

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

This div background color is #D9B63D.


Border color

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

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

This div border color is #D9B63D.


Opacity

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

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

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

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

This text has shadow with #D9B63D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B63D on black background.


Color preview on white background

This text has color #D9B63D on white background.



Black color preview on #D9B63D background

This text has black color on #D9B63D background.


White color preview on #D9B63D background

This text has white color on #D9B63D background.