Color Hex Logo

#d59604 Color Hex

#D59604
(213,150,4)
0 Favorites   0 Comments

Color spaces of #d59604

RGB 2131504
HSL0.120.960.43
HSV42°98°84°
CMYK 0.000.300.98   0.16
XYZ38.368835.96765.0350
Yxy35.96760.48340.4532
Hunter Lab59.97309.245837.0034
CIE-Lab66.495213.947670.4465

#d59604 color RGB value is (213,150,4).

#d59604 hex color red value is 213, green value is 150 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d59604 hue: 0.12 , saturation: 0.96 and the lightness value of d59604 is 0.43.

The process color (four color CMYK) of #d59604 color hex is 0.00, 0.30, 0.98, 0.16. Web safe color of #d59604 is #cc9900. Color #d59604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010110 00000100
Octal 325 226 4
Decimal 213 150 4
Hex D5 96 4

RGB Percentages of Color #d59604

%58.04
%40.87
%1.09

CMYK Percentages of Color #d59604

%0
%30
%98
%16

Triadic Colors of #d59604

#d59604 #04d596 #9604d5

Analogous Colors of #d59604

#d59604 #acd504 #d52e04

Monochromatic Colors of #d59604

#d59604

Complementary Color

#d59604 #0443d5

#d59604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59604 Color CSS Codes

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

#d59604 Text Font Color

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

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


#d59604 Background Color

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

This div background color is #d59604


#d59604 Border Color

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

This div border color is #d59604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59604


Comments

No comments written yet.

Please login to write comment.