COLOR #D1A800

HEX: #D1A800
RGB: (209,168,0)

Color info

#D1A800 contains only red and green colors. Web safe color of #D1A800 is #CC9900 (or #C90).

RGB color model

#D1A800 color RGB value is (209,168,0).

  • red value is 209;
  • green value is 168;
  • blue value is 0.
RGB:
(209,168,0)
(82%,66%,0%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 0 of 255 = 0%

209
168
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 0 = 377 (100%)
R 209 of 377 ~ 55.44%
G 168 of 377 ~ 44.56%
B 0 of 377 ~ 0%

%55.44
%44.56

CMYK color model

#D1A800 color CMYK value is (0,20,100,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,20,100,18)
C0M20Y100K18 
(0%,20%,100%,18%)
(0.00/0.20/1.00/0.18)	

CMYK percentages

%0
%19.62
%100
%18.04

Codes

Color #D1A800 in popluar color models

D1A800
RGB2091680
HSL48°100.00%40.98%
HSB/HSV48°100.00%81.96%
CMYK0.00%19.62%100.00%
18.04%

Color #D1A800 in popluar number systems.

HEXD1A800
Decimal2091680
Binary11010001101010000
Octal3212500

Shades and tints

Shades of #D1A800

#D1A800
(209,168,0)
#BE9900
(190,153,0)
#AB8A00
(171,138,0)
#987B00
(152,123,0)
#856C00
(133,108,0)
#725D00
(114,93,0)
#5F4E00
(95,78,0)
#4C3F00
(76,63,0)
#393000
(57,48,0)
#262100
(38,33,0)
#131200
(19,18,0)
#000000
(0,0,0)

Tints of #D1A800

#D1A800
(209,168,0)
#D5AF17
(213,175,23)
#D9B62E
(217,182,46)
#DDBD45
(221,189,69)
#E1C45C
(225,196,92)
#E5CB73
(229,203,115)
#E9D28A
(233,210,138)
#EDD9A1
(237,217,161)
#F1E0B8
(241,224,184)
#F5E7CF
(245,231,207)
#F9EEE6
(249,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A800 color. Also use rgb(209,168,0) instead hex code.

Text Font Color

.myTextColor { color: #D1A800; }

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

This text font color is #D1A800.


Background Color

.myBgColor { background-color: #D1A800; }

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

This div background color is #D1A800.


Border color

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

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

This div border color is #D1A800.


Opacity

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

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

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

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

This text has shadow with #D1A800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A800 on black background.


Color preview on white background

This text has color #D1A800 on white background.



Black color preview on #D1A800 background

This text has black color on #D1A800 background.


White color preview on #D1A800 background

This text has white color on #D1A800 background.