COLOR #D1AE00

HEX: #D1AE00
RGB: (209,174,0)

Color info

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

RGB color model

#D1AE00 color RGB value is (209,174,0).

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

RGB channels and saturation

R 209 of 255 = 82%
G 174 of 255 = 68%
B 0 of 255 = 0%

209
174
0

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

Portions of RGB colors in percentages

R + G + B =
209 + 174 + 0 = 383 (100%)
R 209 of 383 ~ 54.57%
G 174 of 383 ~ 45.43%
B 0 of 383 ~ 0%

%54.57
%45.43

CMYK color model

#D1AE00 color CMYK value is (0,17,100,18).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 100.00%
  • key color value is 18.04%
CMYK:
(0,17,100,18)
C0M17Y100K18 
(0%,17%,100%,18%)
(0.00/0.17/1.00/0.18)	

CMYK percentages

%0
%16.75
%100
%18.04

Codes

Color #D1AE00 in popluar color models

D1AE00
RGB2091740
HSL50°100.00%40.98%
HSB/HSV50°100.00%81.96%
CMYK0.00%16.75%100.00%
18.04%

Color #D1AE00 in popluar number systems.

HEXD1AE00
Decimal2091740
Binary11010001101011100
Octal3212560

Shades and tints

Shades of #D1AE00

#D1AE00
(209,174,0)
#BE9F00
(190,159,0)
#AB9000
(171,144,0)
#988100
(152,129,0)
#857200
(133,114,0)
#726300
(114,99,0)
#5F5400
(95,84,0)
#4C4500
(76,69,0)
#393600
(57,54,0)
#262700
(38,39,0)
#131800
(19,24,0)
#000000
(0,0,0)

Tints of #D1AE00

#D1AE00
(209,174,0)
#D5B517
(213,181,23)
#D9BC2E
(217,188,46)
#DDC345
(221,195,69)
#E1CA5C
(225,202,92)
#E5D173
(229,209,115)
#E9D88A
(233,216,138)
#EDDFA1
(237,223,161)
#F1E6B8
(241,230,184)
#F5EDCF
(245,237,207)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AE00; }

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

This text font color is #D1AE00.


Background Color

.myBgColor { background-color: #D1AE00; }

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

This div background color is #D1AE00.


Border color

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

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

This div border color is #D1AE00.


Opacity

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

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

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

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

This text has shadow with #D1AE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AE00 on black background.


Color preview on white background

This text has color #D1AE00 on white background.



Black color preview on #D1AE00 background

This text has black color on #D1AE00 background.


White color preview on #D1AE00 background

This text has white color on #D1AE00 background.