Color Hex Logo

#d5d37a Color Hex

#D5D37A
(213,211,122)
0 Favorites   0 Comments

Color spaces of #d5d37a

RGB 213211122
HSL0.160.520.66
HSV59°43°84°
CMYK 0.000.010.43   0.16
XYZ54.247762.139827.5474
Yxy62.13980.37690.4317
Hunter Lab78.8288-15.111934.4608
CIE-Lab82.9877-11.923244.1744

#d5d37a color RGB value is (213,211,122).

#d5d37a hex color red value is 213, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d5d37a hue: 0.16 , saturation: 0.52 and the lightness value of d5d37a is 0.66.

The process color (four color CMYK) of #d5d37a color hex is 0.00, 0.01, 0.43, 0.16. Web safe color of #d5d37a is #cccc66. Color #d5d37a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010011 01111010
Octal 325 323 172
Decimal 213 211 122
Hex D5 D3 7A

RGB Percentages of Color #d5d37a

%39.01
%38.64
%22.34

CMYK Percentages of Color #d5d37a

%0
%1
%43
%16

Triadic Colors of #d5d37a

#d5d37a #7ad5d3 #d37ad5

Analogous Colors of #d5d37a

#d5d37a #aad57a #d5a67a

Monochromatic Colors of #d5d37a

#d5d37a

Complementary Color

#d5d37a #7a7cd5

#d5d37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d37a Color CSS Codes

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

#d5d37a Text Font Color

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

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


#d5d37a Background Color

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

This div background color is #d5d37a


#d5d37a Border Color

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

This div border color is #d5d37a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,211,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d37a


Comments

No comments written yet.

Please login to write comment.