COLOR #D9A14B

HEX: #D9A14B
RGB: (217,161,75)

Renk bilgisi

#D9A14B contains mainly red and green colors. #D9A14B ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D9A14B color RGB value is (217,161,75).

  • kırmız ton 217;
  • yeşil ton 161;
  • mavi ton 75.
RGB:
(217,161,75)
(85%,63%,29%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 161 of 255 = 63%
B 75 of 255 = 29%

217
161
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 161 + 75 = 453 (100%)
R 217 of 453 ~ 47.9%
G 161 of 453 ~ 35.54%
B 75 of 453 ~ 16.56%

%47.9
%35.54
%16.56

CMYK RENK MODELİ

#D9A14B rengi CMYK tonu (0,26,65,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.81%
  • sarı tonu 65.44%
  • ana renk tonu 14.90%
CMYK:
(0,26,65,15)
C0M26Y65K15 
(0%,26%,65%,15%)
(0.00/0.26/0.65/0.15)	

CMYK yüzdeleri

%0
%25.81
%65.44
%14.9

Codes

Color #D9A14B in popluar color models

D9A14B
RGB21716175
HSL36°65.14%57.25%
HSB/HSV36°65.44%85.10%
CMYK0.00%25.81%65.44%
14.90%

Color #D9A14B in popluar number systems.

HEXD9A14B
Decimal21716175
Binary11011001101000011001011
Octal331241113

Shades and tints

Shades of #D9A14B

#D9A14B
(217,161,75)
#C69345
(198,147,69)
#B3853F
(179,133,63)
#A07739
(160,119,57)
#8D6933
(141,105,51)
#7A5B2D
(122,91,45)
#674D27
(103,77,39)
#543F21
(84,63,33)
#41311B
(65,49,27)
#2E2315
(46,35,21)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #D9A14B

#D9A14B
(217,161,75)
#DCA95B
(220,169,91)
#DFB16B
(223,177,107)
#E2B97B
(226,185,123)
#E5C18B
(229,193,139)
#E8C99B
(232,201,155)
#EBD1AB
(235,209,171)
#EED9BB
(238,217,187)
#F1E1CB
(241,225,203)
#F4E9DB
(244,233,219)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A14B color. Also use rgb(217,161,75) instead hex code.

Text Font Color

.myTextColor { color: #D9A14B; }

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

This text font color is #D9A14B.


Background Color

.myBgColor { background-color: #D9A14B; }

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

This div background color is #D9A14B.


Border color

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

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

This div border color is #D9A14B.


Opacity

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

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

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

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

This text has shadow with #D9A14B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A14B on black background.


Color preview on white background

This text has color #D9A14B on white background.



Black color preview on #D9A14B background

This text has black color on #D9A14B background.


White color preview on #D9A14B background

This text has white color on #D9A14B background.