Color Hex Logo

#d79d4a Color Hex

#D79D4A
(215,157,74)
0 Favorites   0 Comments

Color spaces of #d79d4a

RGB 21515774
HSL0.100.640.57
HSV35°66°84°
CMYK 0.000.270.66   0.16
XYZ41.317339.055411.8394
Yxy39.05540.44810.4235
Hunter Lab62.49438.647932.5137
CIE-Lab68.791413.283250.7324

#d79d4a color RGB value is (215,157,74).

#d79d4a hex color red value is 215, green value is 157 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d79d4a hue: 0.10 , saturation: 0.64 and the lightness value of d79d4a is 0.57.

The process color (four color CMYK) of #d79d4a color hex is 0.00, 0.27, 0.66, 0.16. Web safe color of #d79d4a is #cc9933. Color #d79d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 01001010
Octal 327 235 112
Decimal 215 157 74
Hex D7 9D 4A

RGB Percentages of Color #d79d4a

%48.21
%35.20
%16.59

CMYK Percentages of Color #d79d4a

%0
%27
%66
%16

Triadic Colors of #d79d4a

#d79d4a #4ad79d #9d4ad7

Analogous Colors of #d79d4a

#d79d4a #cbd74a #d7564a

Monochromatic Colors of #d79d4a

#d79d4a

Complementary Color

#d79d4a #4a84d7

#d79d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79d4a Color CSS Codes

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

#d79d4a Text Font Color

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

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


#d79d4a Background Color

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

This div background color is #d79d4a


#d79d4a Border Color

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

This div border color is #d79d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79d4a


Comments

No comments written yet.

Please login to write comment.