Color Hex Logo

#d59000 Color Hex

#D59000
(213,144,0)
0 Favorites   0 Comments

Color spaces of #d59000

RGB 2131440
HSL0.111.000.42
HSV41°100°84°
CMYK 0.000.321.00   0.16
XYZ37.413834.09274.6086
Yxy34.09270.49150.4479
Hunter Lab58.389012.196536.1925
CIE-Lab65.036117.145170.0174

#d59000 color RGB value is (213,144,0).

#d59000 hex color red value is 213, green value is 144 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d59000 hue: 0.11 , saturation: 1.00 and the lightness value of d59000 is 0.42.

The process color (four color CMYK) of #d59000 color hex is 0.00, 0.32, 1.00, 0.16. Web safe color of #d59000 is #cc9900. Color #d59000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 00000000
Octal 325 220 0
Decimal 213 144 0
Hex D5 90 0

RGB Percentages of Color #d59000

%59.66
%40.34
%0.00

CMYK Percentages of Color #d59000

%0
%32
%100
%16

Triadic Colors of #d59000

#d59000 #00d590 #9000d5

Analogous Colors of #d59000

#d59000 #b0d500 #d52600

Monochromatic Colors of #d59000

#d59000

Complementary Color

#d59000 #0045d5

#d59000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59000 Color CSS Codes

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

#d59000 Text Font Color

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

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


#d59000 Background Color

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

This div background color is #d59000


#d59000 Border Color

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

This div border color is #d59000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59000


Comments

No comments written yet.

Please login to write comment.