COLOR #D9A01A

HEX: #D9A01A
RGB: (217,160,26)

Renk bilgisi

#D9A01A contains mainly red and green colors. #D9A01A ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D9A01A color RGB value is (217,160,26).

  • kırmız ton 217;
  • yeşil ton 160;
  • mavi ton 26.
RGB:
(217,160,26)
(85%,63%,10%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 160 of 255 = 63%
B 26 of 255 = 10%

217
160
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 160 + 26 = 403 (100%)
R 217 of 403 ~ 53.85%
G 160 of 403 ~ 39.7%
B 26 of 403 ~ 6.45%

%53.85
%39.7

CMYK RENK MODELİ

#D9A01A rengi CMYK tonu (0,26,88,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.27%
  • sarı tonu 88.02%
  • ana renk tonu 14.90%
CMYK:
(0,26,88,15)
C0M26Y88K15 
(0%,26%,88%,15%)
(0.00/0.26/0.88/0.15)	

CMYK yüzdeleri

%0
%26.27
%88.02
%14.9

Codes

Color #D9A01A in popluar color models

D9A01A
RGB21716026
HSL42°78.60%47.65%
HSB/HSV42°88.02%85.10%
CMYK0.00%26.27%88.02%
14.90%

Color #D9A01A in popluar number systems.

HEXD9A01A
Decimal21716026
Binary110110011010000011010
Octal33124032

Shades and tints

Shades of #D9A01A

#D9A01A
(217,160,26)
#C69218
(198,146,24)
#B38416
(179,132,22)
#A07614
(160,118,20)
#8D6812
(141,104,18)
#7A5A10
(122,90,16)
#674C0E
(103,76,14)
#543E0C
(84,62,12)
#41300A
(65,48,10)
#2E2208
(46,34,8)
#1B1406
(27,20,6)
#000000
(0,0,0)

Tints of #D9A01A

#D9A01A
(217,160,26)
#DCA82E
(220,168,46)
#DFB042
(223,176,66)
#E2B856
(226,184,86)
#E5C06A
(229,192,106)
#E8C87E
(232,200,126)
#EBD092
(235,208,146)
#EED8A6
(238,216,166)
#F1E0BA
(241,224,186)
#F4E8CE
(244,232,206)
#F7F0E2
(247,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A01A color. Also use rgb(217,160,26) instead hex code.

Text Font Color

.myTextColor { color: #D9A01A; }

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

This text font color is #D9A01A.


Background Color

.myBgColor { background-color: #D9A01A; }

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

This div background color is #D9A01A.


Border color

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

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

This div border color is #D9A01A.


Opacity

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

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

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

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

This text has shadow with #D9A01A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A01A on black background.


Color preview on white background

This text has color #D9A01A on white background.



Black color preview on #D9A01A background

This text has black color on #D9A01A background.


White color preview on #D9A01A background

This text has white color on #D9A01A background.