Color Hex Logo

#d8a770 Color Hex

#D8A770
(216,167,112)
0 Favorites   0 Comments

Color spaces of #d8a770

RGB 216167112
HSL0.090.570.64
HSV32°48°85°
CMYK 0.000.230.48   0.15
XYZ45.062243.406221.3324
Yxy43.40620.41040.3953
Hunter Lab65.88346.792626.9208
CIE-Lab71.829811.300635.2707

#d8a770 color RGB value is (216,167,112).

#d8a770 hex color red value is 216, green value is 167 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d8a770 hue: 0.09 , saturation: 0.57 and the lightness value of d8a770 is 0.64.

The process color (four color CMYK) of #d8a770 color hex is 0.00, 0.23, 0.48, 0.15. Web safe color of #d8a770 is #cc9966. Color #d8a770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100111 01110000
Octal 330 247 160
Decimal 216 167 112
Hex D8 A7 70

RGB Percentages of Color #d8a770

%43.64
%33.74
%22.63

CMYK Percentages of Color #d8a770

%0
%23
%48
%15

Triadic Colors of #d8a770

#d8a770 #70d8a7 #a770d8

Analogous Colors of #d8a770

#d8a770 #d5d870 #d87370

Monochromatic Colors of #d8a770

#d8a770

Complementary Color

#d8a770 #70a1d8

#d8a770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a770 Color CSS Codes

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

#d8a770 Text Font Color

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

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


#d8a770 Background Color

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

This div background color is #d8a770


#d8a770 Border Color

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

This div border color is #d8a770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a770


Comments

No comments written yet.

Please login to write comment.