Color Hex Logo

#d7af4d Color Hex

#D7AF4D
(215,175,77)
0 Favorites   0 Comments

Color spaces of #d7af4d

RGB 21517577
HSL0.120.630.57
HSV43°64°84°
CMYK 0.000.190.64   0.16
XYZ44.693945.642813.4755
Yxy45.64280.43050.4397
Hunter Lab67.5595-0.142535.4656
CIE-Lab73.31323.841854.3196

#d7af4d color RGB value is (215,175,77).

#d7af4d hex color red value is 215, green value is 175 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d7af4d hue: 0.12 , saturation: 0.63 and the lightness value of d7af4d is 0.57.

The process color (four color CMYK) of #d7af4d color hex is 0.00, 0.19, 0.64, 0.16. Web safe color of #d7af4d is #cc9966. Color #d7af4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101111 01001101
Octal 327 257 115
Decimal 215 175 77
Hex D7 AF 4D

RGB Percentages of Color #d7af4d

%46.04
%37.47
%16.49

CMYK Percentages of Color #d7af4d

%0
%19
%64
%16

Triadic Colors of #d7af4d

#d7af4d #4dd7af #af4dd7

Analogous Colors of #d7af4d

#d7af4d #bad74d #d76a4d

Monochromatic Colors of #d7af4d

#d7af4d

Complementary Color

#d7af4d #4d75d7

#d7af4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7af4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7af4d Color CSS Codes

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

#d7af4d Text Font Color

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

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


#d7af4d Background Color

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

This div background color is #d7af4d


#d7af4d Border Color

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

This div border color is #d7af4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7af4d


Comments

No comments written yet.

Please login to write comment.