Color Hex Logo

#c9a520 Color Hex

#C9A520
(201,165,32)
0 Favorites   0 Comments

Color spaces of #c9a520

RGB 20116532
HSL0.130.730.46
HSV47°84°79°
CMYK 0.000.180.84   0.21
XYZ37.803239.43216.9852
Yxy39.43210.44890.4682
Hunter Lab62.7950-2.432537.3612
CIE-Lab69.06311.054166.5967

#c9a520 color RGB value is (201,165,32).

#c9a520 hex color red value is 201, green value is 165 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c9a520 hue: 0.13 , saturation: 0.73 and the lightness value of c9a520 is 0.46.

The process color (four color CMYK) of #c9a520 color hex is 0.00, 0.18, 0.84, 0.21. Web safe color of #c9a520 is #cc9933. Color #c9a520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100101 00100000
Octal 311 245 40
Decimal 201 165 32
Hex C9 A5 20

RGB Percentages of Color #c9a520

%50.50
%41.46
%8.04

CMYK Percentages of Color #c9a520

%0
%18
%84
%21

Triadic Colors of #c9a520

#c9a520 #20c9a5 #a520c9

Analogous Colors of #c9a520

#c9a520 #99c920 #c95120

Monochromatic Colors of #c9a520

#c9a520

Complementary Color

#c9a520 #2044c9

#c9a520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a520 Color CSS Codes

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

#c9a520 Text Font Color

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

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


#c9a520 Background Color

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

This div background color is #c9a520


#c9a520 Border Color

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

This div border color is #c9a520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a520


Comments

No comments written yet.

Please login to write comment.