color codes Logo

#d5d96e color codes

#D5D96E
(213,217,110)
0 Favorites   0 Comments

Color spaces of #d5d96e

RGB 213217110
HSL0.170.580.64
HSV62°49°85°
CMYK 0.020.000.49   0.15
XYZ55.067964.897624.3760
Yxy64.89760.38150.4496
Hunter Lab80.5590-18.960738.4510
CIE-Lab84.4309-16.064251.7161

#d5d96e color RGB value is (213,217,110).

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

The process color (four color CMYK) of #d5d96e color code is 0.02, 0.00, 0.49, 0.15. Web safe color of #d5d96e is #cccc66. Color #d5d96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011001 01101110
Octal 325 331 156
Decimal 213 217 110
Hex D5 D9 6E

RGB Percentages of Color #d5d96e

%39.44
%40.19
%20.37

CMYK Percentages of Color #d5d96e

%2
%0
%49
%15

Triadic Colors of #d5d96e

#d5d96e #6ed5d9 #d96ed5

Analogous Colors of #d5d96e

#d5d96e #a0d96e #d9a86e

Monochromatic Colors of #d5d96e

#d5d96e

Complementary Color

#d5d96e #726ed9

#d5d96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d96e Color CSS Codes

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

#d5d96e Text Font Color

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

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


#d5d96e Background Color

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

This div background color is #d5d96e


#d5d96e Border Color

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

This div border color is #d5d96e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,217,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 #d5d96e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d96e


Comments

No comments written yet.

Please login to write comment.