Color Hex Logo

#d79820 Color Hex

#D79820
(215,152,32)
0 Favorites   0 Comments

Color spaces of #d79820

RGB 21515232
HSL0.110.740.48
HSV39°85°84°
CMYK 0.000.290.85   0.16
XYZ39.513337.00786.4271
Yxy37.00780.47640.4462
Hunter Lab60.83409.480936.3199
CIE-Lab67.282914.190665.7191

#d79820 color RGB value is (215,152,32).

#d79820 hex color red value is 215, green value is 152 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d79820 hue: 0.11 , saturation: 0.74 and the lightness value of d79820 is 0.48.

The process color (four color CMYK) of #d79820 color hex is 0.00, 0.29, 0.85, 0.16. Web safe color of #d79820 is #cc9933. Color #d79820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 00100000
Octal 327 230 40
Decimal 215 152 32
Hex D7 98 20

RGB Percentages of Color #d79820

%53.88
%38.10
%8.02

CMYK Percentages of Color #d79820

%0
%29
%85
%16

Triadic Colors of #d79820

#d79820 #20d798 #9820d7

Analogous Colors of #d79820

#d79820 #bbd720 #d73d20

Monochromatic Colors of #d79820

#d79820

Complementary Color

#d79820 #205fd7

#d79820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79820 Color CSS Codes

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

#d79820 Text Font Color

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

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


#d79820 Background Color

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

This div background color is #d79820


#d79820 Border Color

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

This div border color is #d79820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79820


Comments

No comments written yet.

Please login to write comment.