Color Hex Logo

#d6a126 Color Hex

#D6A126
(214,161,38)
0 Favorites   0 Comments

Color spaces of #d6a126

RGB 21416138
HSL0.120.700.49
HSV42°82°84°
CMYK 0.000.250.82   0.16
XYZ40.826339.92587.3884
Yxy39.92580.46320.4530
Hunter Lab63.18694.755437.2981
CIE-Lab69.41669.081765.6945

#d6a126 color RGB value is (214,161,38).

#d6a126 hex color red value is 214, green value is 161 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #d6a126 hue: 0.12 , saturation: 0.70 and the lightness value of d6a126 is 0.49.

The process color (four color CMYK) of #d6a126 color hex is 0.00, 0.25, 0.82, 0.16. Web safe color of #d6a126 is #cc9933. Color #d6a126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10100001 00100110
Octal 326 241 46
Decimal 214 161 38
Hex D6 A1 26

RGB Percentages of Color #d6a126

%51.82
%38.98
%9.20

CMYK Percentages of Color #d6a126

%0
%25
%82
%16

Triadic Colors of #d6a126

#d6a126 #26d6a1 #a126d6

Analogous Colors of #d6a126

#d6a126 #b3d626 #d64926

Monochromatic Colors of #d6a126

#d6a126

Complementary Color

#d6a126 #265bd6

#d6a126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a126 Color CSS Codes

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

#d6a126 Text Font Color

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

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


#d6a126 Background Color

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

This div background color is #d6a126


#d6a126 Border Color

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

This div border color is #d6a126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a126


Comments

No comments written yet.

Please login to write comment.