Color Hex Logo

#d79522 Color Hex

#D79522
(215,149,34)
0 Favorites   0 Comments

Color spaces of #d79522

RGB 21514934
HSL0.110.730.49
HSV38°84°84°
CMYK 0.000.310.84   0.16
XYZ39.060536.05756.4144
Yxy36.05750.47910.4422
Hunter Lab60.047911.028535.7001
CIE-Lab66.563815.859064.5307

#d79522 color RGB value is (215,149,34).

#d79522 hex color red value is 215, green value is 149 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d79522 hue: 0.11 , saturation: 0.73 and the lightness value of d79522 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 00100010
Octal 327 225 42
Decimal 215 149 34
Hex D7 95 22

RGB Percentages of Color #d79522

%54.02
%37.44
%8.54

CMYK Percentages of Color #d79522

%0
%31
%84
%16

Triadic Colors of #d79522

#d79522 #22d795 #9522d7

Analogous Colors of #d79522

#d79522 #bfd722 #d73b22

Monochromatic Colors of #d79522

#d79522

Complementary Color

#d79522 #2264d7

#d79522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79522 Color CSS Codes

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

#d79522 Text Font Color

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

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


#d79522 Background Color

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

This div background color is #d79522


#d79522 Border Color

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

This div border color is #d79522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79522


Comments

No comments written yet.

Please login to write comment.