color codes Logo

#d5a50e color codes

#D5A50E
(213,165,14)
0 Favorites   0 Comments

Color spaces of #d5a50e

RGB 21316514
HSL0.130.880.45
HSV46°93°84°
CMYK 0.000.230.93   0.16
XYZ40.975041.08816.1866
Yxy41.08810.46430.4656
Hunter Lab64.10001.928539.1476
CIE-Lab70.23766.000671.7972

#d5a50e color RGB value is (213,165,14).

#d5a50e hex color red value is 213, green value is 165 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d5a50e hue: 0.13 , saturation: 0.88 and the lightness value of d5a50e is 0.45.

The process color (four color CMYK) of #d5a50e color code is 0.00, 0.23, 0.93, 0.16. Web safe color of #d5a50e is #cc9900. Color #d5a50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100101 00001110
Octal 325 245 16
Decimal 213 165 14
Hex D5 A5 E

RGB Percentages of Color #d5a50e

%54.34
%42.09
%3.57

CMYK Percentages of Color #d5a50e

%0
%23
%93
%16

Triadic Colors of #d5a50e

#d5a50e #0ed5a5 #a50ed5

Analogous Colors of #d5a50e

#d5a50e #a2d50e #d5420e

Monochromatic Colors of #d5a50e

#d5a50e

Complementary Color

#d5a50e #0e3ed5

#d5a50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a50e Color CSS Codes

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

#d5a50e Text Font Color

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

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


#d5a50e Background Color

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

This div background color is #d5a50e


#d5a50e Border Color

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

This div border color is #d5a50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a50e


Comments

No comments written yet.

Please login to write comment.