Color Hex Logo

#d9a067 Color Hex

#D9A067
(217,160,103)
0 Favorites   0 Comments

Color spaces of #d9a067

RGB 217160103
HSL0.080.600.63
HSV30°53°85°
CMYK 0.000.260.53   0.15
XYZ43.634340.872618.4214
Yxy40.87260.42390.3971
Hunter Lab63.93179.948427.6682
CIE-Lab70.086614.652237.8092

#d9a067 color RGB value is (217,160,103).

#d9a067 hex color red value is 217, green value is 160 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #d9a067 hue: 0.08 , saturation: 0.60 and the lightness value of d9a067 is 0.63.

The process color (four color CMYK) of #d9a067 color hex is 0.00, 0.26, 0.53, 0.15. Web safe color of #d9a067 is #cc9966. Color #d9a067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10100000 01100111
Octal 331 240 147
Decimal 217 160 103
Hex D9 A0 67

RGB Percentages of Color #d9a067

%45.21
%33.33
%21.46

CMYK Percentages of Color #d9a067

%0
%26
%53
%15

Triadic Colors of #d9a067

#d9a067 #67d9a0 #a067d9

Analogous Colors of #d9a067

#d9a067 #d9d967 #d96767

Monochromatic Colors of #d9a067

#d9a067

Complementary Color

#d9a067 #67a0d9

#d9a067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9a067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9a067 Color CSS Codes

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

#d9a067 Text Font Color

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

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


#d9a067 Background Color

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

This div background color is #d9a067


#d9a067 Border Color

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

This div border color is #d9a067


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,160,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9a067; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9a067;
  -webkit-box-shadow: 1px 1px 3px 2px #d9a067;
  box-shadow:         1px 1px 3px 2px #d9a067; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,160,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9a067


Comments

No comments written yet.

Please login to write comment.