Color Hex Logo

#d6a536 Color Hex

#D6A536
(214,165,54)
0 Favorites   0 Comments

Color spaces of #d6a536

RGB 21416554
HSL0.120.660.53
HSV42°75°84°
CMYK 0.000.230.75   0.16
XYZ41.852541.47289.2892
Yxy41.47280.45190.4478
Hunter Lab64.39943.306436.5274
CIE-Lab70.50597.521461.1035

#d6a536 color RGB value is (214,165,54).

#d6a536 hex color red value is 214, green value is 165 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d6a536 hue: 0.12 , saturation: 0.66 and the lightness value of d6a536 is 0.53.

The process color (four color CMYK) of #d6a536 color hex is 0.00, 0.23, 0.75, 0.16. Web safe color of #d6a536 is #cc9933. Color #d6a536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10100101 00110110
Octal 326 245 66
Decimal 214 165 54
Hex D6 A5 36

RGB Percentages of Color #d6a536

%49.42
%38.11
%12.47

CMYK Percentages of Color #d6a536

%0
%23
%75
%16

Triadic Colors of #d6a536

#d6a536 #36d6a5 #a536d6

Analogous Colors of #d6a536

#d6a536 #b7d636 #d65536

Monochromatic Colors of #d6a536

#d6a536

Complementary Color

#d6a536 #3667d6

#d6a536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6a536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6a536 Color CSS Codes

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

#d6a536 Text Font Color

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

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


#d6a536 Background Color

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

This div background color is #d6a536


#d6a536 Border Color

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

This div border color is #d6a536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6a536


Comments

No comments written yet.

Please login to write comment.