Color Hex Logo

#d1a800 Color Hex

#D1A800
(209,168,0)
0 Favorites   0 Comments

Color spaces of #d1a800

RGB 2091680
HSL0.131.000.41
HSV48°100°82°
CMYK 0.000.201.00   0.18
XYZ40.297141.56065.8981
Yxy41.56060.45920.4736
Hunter Lab64.4675-1.242139.7028
CIE-Lab70.56692.486573.5792

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101000 00000000
Octal 321 250 0
Decimal 209 168 0
Hex D1 A8 0

RGB Percentages of Color #d1a800

%55.44
%44.56
%0.00

CMYK Percentages of Color #d1a800

%0
%20
%100
%18

Triadic Colors of #d1a800

#d1a800 #00d1a8 #a800d1

Analogous Colors of #d1a800

#d1a800 #92d100 #d13f00

Monochromatic Colors of #d1a800

#d1a800

Complementary Color

#d1a800 #0029d1

#d1a800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a800 Color CSS Codes

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

#d1a800 Text Font Color

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

This sample text font color is #d1a800
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.


#d1a800 Background Color

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

This div background color is #d1a800


#d1a800 Border Color

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

This div border color is #d1a800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.