Color Hex Logo

#d59e0e Color Hex

#D59E0E
(213,158,14)
0 Favorites   0 Comments

Color spaces of #d59e0e

RGB 21315814
HSL0.120.880.45
HSV43°93°84°
CMYK 0.000.260.93   0.16
XYZ39.746738.63165.7772
Yxy38.63160.47230.4591
Hunter Lab62.15435.377837.9971
CIE-Lab68.48369.748570.5078

#d59e0e color RGB value is (213,158,14).

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

The process color (four color CMYK) of #d59e0e color hex is 0.00, 0.26, 0.93, 0.16. Web safe color of #d59e0e is #cc9900. Color #d59e0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011110 00001110
Octal 325 236 16
Decimal 213 158 14
Hex D5 9E E

RGB Percentages of Color #d59e0e

%55.32
%41.04
%3.64

CMYK Percentages of Color #d59e0e

%0
%26
%93
%16

Triadic Colors of #d59e0e

#d59e0e #0ed59e #9e0ed5

Analogous Colors of #d59e0e

#d59e0e #a9d50e #d53b0e

Monochromatic Colors of #d59e0e

#d59e0e

Complementary Color

#d59e0e #0e45d5

#d59e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59e0e Color CSS Codes

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

#d59e0e Text Font Color

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

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


#d59e0e Background Color

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

This div background color is #d59e0e


#d59e0e Border Color

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

This div border color is #d59e0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59e0e


Comments

No comments written yet.

Please login to write comment.