Color Hex Logo

#d9d76e Color Hex

#D9D76E
(217,215,110)
0 Favorites   0 Comments

Color spaces of #d9d76e

RGB 217215110
HSL0.160.580.64
HSV59°49°85°
CMYK 0.000.010.49   0.15
XYZ55.730264.478424.2601
Yxy64.47840.38580.4463
Hunter Lab80.2984-16.636438.2960
CIE-Lab84.2142-13.465751.5353

#d9d76e color RGB value is (217,215,110).

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

The process color (four color CMYK) of #d9d76e color hex is 0.00, 0.01, 0.49, 0.15. Web safe color of #d9d76e is #cccc66. Color #d9d76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010111 01101110
Octal 331 327 156
Decimal 217 215 110
Hex D9 D7 6E

RGB Percentages of Color #d9d76e

%40.04
%39.67
%20.30

CMYK Percentages of Color #d9d76e

%0
%1
%49
%15

Triadic Colors of #d9d76e

#d9d76e #6ed9d7 #d76ed9

Analogous Colors of #d9d76e

#d9d76e #a6d96e #d9a26e

Monochromatic Colors of #d9d76e

#d9d76e

Complementary Color

#d9d76e #6e70d9

#d9d76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d76e Color CSS Codes

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

#d9d76e Text Font Color

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

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


#d9d76e Background Color

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

This div background color is #d9d76e


#d9d76e Border Color

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

This div border color is #d9d76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d76e


Comments

No comments written yet.

Please login to write comment.