Color Hex Logo

#d6a762 Color Hex

#D6A762
(214,167,98)
0 Favorites   0 Comments

Color spaces of #d6a762

RGB 21416798
HSL0.100.590.61
HSV36°54°84°
CMYK 0.000.220.54   0.16
XYZ43.754942.815417.5133
Yxy42.81540.42040.4114
Hunter Lab65.43354.853129.9344
CIE-Lab71.42959.218741.9730

#d6a762 color RGB value is (214,167,98).

#d6a762 hex color red value is 214, green value is 167 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d6a762 hue: 0.10 , saturation: 0.59 and the lightness value of d6a762 is 0.61.

The process color (four color CMYK) of #d6a762 color hex is 0.00, 0.22, 0.54, 0.16. Web safe color of #d6a762 is #cc9966. Color #d6a762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10100111 01100010
Octal 326 247 142
Decimal 214 167 98
Hex D6 A7 62

RGB Percentages of Color #d6a762

%44.68
%34.86
%20.46

CMYK Percentages of Color #d6a762

%0
%22
%54
%16

Triadic Colors of #d6a762

#d6a762 #62d6a7 #a762d6

Analogous Colors of #d6a762

#d6a762 #cbd662 #d66d62

Monochromatic Colors of #d6a762

#d6a762

Complementary Color

#d6a762 #6291d6

#d6a762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a762 Color CSS Codes

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

#d6a762 Text Font Color

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

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


#d6a762 Background Color

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

This div background color is #d6a762


#d6a762 Border Color

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

This div border color is #d6a762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a762


Comments

No comments written yet.

Please login to write comment.