Color Hex Logo

#d9d71a Color Hex

#D9D71A
(217,215,26)
0 Favorites   0 Comments

Color spaces of #d9d71a

RGB 21721526
HSL0.160.790.48
HSV59°88°85°
CMYK 0.000.010.88   0.15
XYZ53.102263.427210.4212
Yxy63.42720.41830.4996
Hunter Lab79.6412-20.354047.9906
CIE-Lab83.6666-17.789780.3542

#d9d71a color RGB value is (217,215,26).

#d9d71a hex color red value is 217, green value is 215 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d9d71a hue: 0.16 , saturation: 0.79 and the lightness value of d9d71a is 0.48.

The process color (four color CMYK) of #d9d71a color hex is 0.00, 0.01, 0.88, 0.15. Web safe color of #d9d71a is #cccc33. Color #d9d71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010111 00011010
Octal 331 327 32
Decimal 217 215 26
Hex D9 D7 1A

RGB Percentages of Color #d9d71a

%47.38
%46.94
%5.68

CMYK Percentages of Color #d9d71a

%0
%1
%88
%15

Triadic Colors of #d9d71a

#d9d71a #1ad9d7 #d71ad9

Analogous Colors of #d9d71a

#d9d71a #7cd91a #d9781a

Monochromatic Colors of #d9d71a

#d9d71a

Complementary Color

#d9d71a #1a1cd9

#d9d71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d71a Color CSS Codes

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

#d9d71a Text Font Color

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

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


#d9d71a Background Color

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

This div background color is #d9d71a


#d9d71a Border Color

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

This div border color is #d9d71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d71a


Comments

No comments written yet.

Please login to write comment.