Color Hex Logo

#d8a968 Color Hex

#D8A968
(216,169,104)
0 Favorites   0 Comments

Color spaces of #d8a968

RGB 216169104
HSL0.100.590.63
HSV35°52°85°
CMYK 0.000.220.52   0.15
XYZ45.005643.974319.2126
Yxy43.97430.41600.4064
Hunter Lab66.31315.097029.2414
CIE-Lab72.21139.492939.9111

#d8a968 color RGB value is (216,169,104).

#d8a968 hex color red value is 216, green value is 169 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d8a968 hue: 0.10 , saturation: 0.59 and the lightness value of d8a968 is 0.63.

The process color (four color CMYK) of #d8a968 color hex is 0.00, 0.22, 0.52, 0.15. Web safe color of #d8a968 is #cc9966. Color #d8a968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101001 01101000
Octal 330 251 150
Decimal 216 169 104
Hex D8 A9 68

RGB Percentages of Color #d8a968

%44.17
%34.56
%21.27

CMYK Percentages of Color #d8a968

%0
%22
%52
%15

Triadic Colors of #d8a968

#d8a968 #68d8a9 #a968d8

Analogous Colors of #d8a968

#d8a968 #cfd868 #d87168

Monochromatic Colors of #d8a968

#d8a968

Complementary Color

#d8a968 #6897d8

#d8a968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a968 Color CSS Codes

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

#d8a968 Text Font Color

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

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


#d8a968 Background Color

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

This div background color is #d8a968


#d8a968 Border Color

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

This div border color is #d8a968


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,169,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8a968; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8a968;
  -webkit-box-shadow: 1px 1px 3px 2px #d8a968;
  box-shadow:         1px 1px 3px 2px #d8a968; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,169,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a968


Comments

No comments written yet.

Please login to write comment.