Color Hex Logo

#d5a360 Color Hex

#D5A360
(213,163,96)
0 Favorites   0 Comments

Color spaces of #d5a360

RGB 21316396
HSL0.100.580.61
HSV34°55°84°
CMYK 0.000.230.55   0.16
XYZ42.649141.185016.7680
Yxy41.18500.42390.4094
Hunter Lab64.17556.318429.4314
CIE-Lab70.305310.784141.6001

#d5a360 color RGB value is (213,163,96).

#d5a360 hex color red value is 213, green value is 163 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d5a360 hue: 0.10 , saturation: 0.58 and the lightness value of d5a360 is 0.61.

The process color (four color CMYK) of #d5a360 color hex is 0.00, 0.23, 0.55, 0.16. Web safe color of #d5a360 is #cc9966. Color #d5a360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100011 01100000
Octal 325 243 140
Decimal 213 163 96
Hex D5 A3 60

RGB Percentages of Color #d5a360

%45.13
%34.53
%20.34

CMYK Percentages of Color #d5a360

%0
%23
%55
%16

Triadic Colors of #d5a360

#d5a360 #60d5a3 #a360d5

Analogous Colors of #d5a360

#d5a360 #cdd560 #d56960

Monochromatic Colors of #d5a360

#d5a360

Complementary Color

#d5a360 #6092d5

#d5a360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a360 Color CSS Codes

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

#d5a360 Text Font Color

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

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


#d5a360 Background Color

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

This div background color is #d5a360


#d5a360 Border Color

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

This div border color is #d5a360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a360


Comments

No comments written yet.

Please login to write comment.