Color Hex Logo

#d9a514 Color Hex

#D9A514
(217,165,20)
0 Favorites   0 Comments

Color spaces of #d9a514

RGB 21716520
HSL0.120.830.46
HSV44°91°85°
CMYK 0.000.240.91   0.15
XYZ42.196741.71256.4891
Yxy41.71250.46680.4614
Hunter Lab64.58523.598739.2526
CIE-Lab70.67227.844371.3133

#d9a514 color RGB value is (217,165,20).

#d9a514 hex color red value is 217, green value is 165 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d9a514 hue: 0.12 , saturation: 0.83 and the lightness value of d9a514 is 0.46.

The process color (four color CMYK) of #d9a514 color hex is 0.00, 0.24, 0.91, 0.15. Web safe color of #d9a514 is #cc9900. Color #d9a514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10100101 00010100
Octal 331 245 24
Decimal 217 165 20
Hex D9 A5 14

RGB Percentages of Color #d9a514

%53.98
%41.04
%4.98

CMYK Percentages of Color #d9a514

%0
%24
%91
%15

Triadic Colors of #d9a514

#d9a514 #14d9a5 #a514d9

Analogous Colors of #d9a514

#d9a514 #abd914 #d94314

Monochromatic Colors of #d9a514

#d9a514

Complementary Color

#d9a514 #1448d9

#d9a514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9a514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9a514 Color CSS Codes

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

#d9a514 Text Font Color

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

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


#d9a514 Background Color

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

This div background color is #d9a514


#d9a514 Border Color

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

This div border color is #d9a514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9a514


Comments

No comments written yet.

Please login to write comment.