Color Hex Logo

#d1a501 Color Hex

#D1A501
(209,165,1)
0 Favorites   0 Comments

Color spaces of #d1a501

RGB 2091651
HSL0.130.990.41
HSV47°100°82°
CMYK 0.000.211.00   0.18
XYZ39.755140.46785.7445
Yxy40.46780.46240.4707
Hunter Lab63.61430.226739.1760
CIE-Lab69.80144.094472.9221

#d1a501 color RGB value is (209,165,1).

#d1a501 hex color red value is 209, green value is 165 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d1a501 hue: 0.13 , saturation: 0.99 and the lightness value of d1a501 is 0.41.

The process color (four color CMYK) of #d1a501 color hex is 0.00, 0.21, 1.00, 0.18. Web safe color of #d1a501 is #cc9900. Color #d1a501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10100101 00000001
Octal 321 245 1
Decimal 209 165 1
Hex D1 A5 1

RGB Percentages of Color #d1a501

%55.73
%44.00
%0.27

CMYK Percentages of Color #d1a501

%0
%21
%100
%18

Triadic Colors of #d1a501

#d1a501 #01d1a5 #a501d1

Analogous Colors of #d1a501

#d1a501 #95d101 #d13d01

Monochromatic Colors of #d1a501

#d1a501

Complementary Color

#d1a501 #012dd1

#d1a501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a501 Color CSS Codes

.mybgcolor {background-color:#d1a501; } 
.myforecolor {color:#d1a501; }
.mybordercolor {border:3px solid #d1a501; }

#d1a501 Text Font Color

<p style="color:#d1a501">Text here</p>

This sample text font color is #d1a501
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d1a501 Background Color

<div style="background-color:#d1a501">
Div content here</div>

This div background color is #d1a501


#d1a501 Border Color

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

This div border color is #d1a501


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,165,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1a501; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1a501;
  -webkit-box-shadow: 1px 1px 3px 2px #d1a501;
  box-shadow:         1px 1px 3px 2px #d1a501; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,165,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1a501">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d1a501;
  -webkit-box-shadow: 1px 1px 3px 2px #d1a501;
  box-shadow:         1px 1px 3px 2px #d1a501;">
Div content here</div>

This div box has shadow with color #d1a501


Comments

No comments written yet.

Please login to write comment.