Color Hex Logo

#d79529 Color Hex

#D79529
(215,149,41)
0 Favorites   0 Comments

Color spaces of #d79529

RGB 21514941
HSL0.100.690.50
HSV37°81°84°
CMYK 0.000.310.81   0.16
XYZ39.172036.10217.0016
Yxy36.10210.47610.4388
Hunter Lab60.085011.223035.1506
CIE-Lab66.597916.065762.2837

#d79529 color RGB value is (215,149,41).

#d79529 hex color red value is 215, green value is 149 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d79529 hue: 0.10 , saturation: 0.69 and the lightness value of d79529 is 0.50.

The process color (four color CMYK) of #d79529 color hex is 0.00, 0.31, 0.81, 0.16. Web safe color of #d79529 is #cc9933. Color #d79529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 00101001
Octal 327 225 51
Decimal 215 149 41
Hex D7 95 29

RGB Percentages of Color #d79529

%53.09
%36.79
%10.12

CMYK Percentages of Color #d79529

%0
%31
%81
%16

Triadic Colors of #d79529

#d79529 #29d795 #9529d7

Analogous Colors of #d79529

#d79529 #c2d729 #d73e29

Monochromatic Colors of #d79529

#d79529

Complementary Color

#d79529 #296bd7

#d79529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79529 Color CSS Codes

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

#d79529 Text Font Color

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

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


#d79529 Background Color

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

This div background color is #d79529


#d79529 Border Color

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

This div border color is #d79529


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,149,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d79529; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d79529;
  -webkit-box-shadow: 1px 1px 3px 2px #d79529;
  box-shadow:         1px 1px 3px 2px #d79529; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79529


Comments

No comments written yet.

Please login to write comment.