#c9ab36

Color #C9AB36 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C9AB36

Tints of Metallic Gold #C9AB36

Color information

#C9AB36 (or 0xC9AB36) is unknown color: approx Metallic Gold. HEX triplet: C9, AB and 36. RGB value is (201,171,54). Sum of RGB (Red+Green+Blue) = 201+171+54=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB36 is #3654C9. Grayscale: #A7A7A7. Windows color (decimal): -3560650 or 3582921. OLE color: 3582921.

HSL color Cylindrical-coordinate representation of color #C9AB36: hue angle of 47.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9AB36 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20117154-
CMYK00.150.730.21
HSL47.76º57.65%50%-
HSV(B)47.76º73.13%78.82%-
XYZ39.3241.819.49-
YUV166.6364.44152.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=47.18%
G=40.14%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011715400.150.730.2147.7657.6550
HexC9AB360F4915303a32
Octal3112536601711125607262
Binary110010011010101111011001111100100110101110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9ab36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9ab36; }

 p { color: rgb(201,171,54); }

 H1.HeaderClassName
 {
   color: #c9ab36;
 }
 .AnyTagClassName
 {
   color: #c9ab36;
 }
</style>
background-color css

<style>
 a { background-color: #c9ab36; }

 a { background-color: rgb(201,171,54); }

 div.DivClassName
 {
   background-color: #c9ab36;
 }
 .BgClassName
 {
   background-color: #c9ab36;
 }
</style>
border-color css

<style>
 span { border-color: #c9ab36; }

 span { border-color: rgb(201,171,54); }

 td.TdClassName
 {
   border-color: #c9ab36;
 }
 .TagClassName
 {
   border-color: #c9ab36;
 }
</style>