#C9A938

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

Shades of Metallic Gold #C9A938

Tints of Metallic Gold #C9A938

Color information

#C9A938 (or 0xC9A938) is unknown color: approx Metallic Gold. HEX triplet: C9, A9 and 38. RGB value is (201,169,56). Sum of RGB (Red+Green+Blue) = 201+169+56=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A938 is #3656C7. Grayscale: #A6A6A6. Windows color (decimal): -3561160 or 3713481. OLE color: 3713481.

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

Color convert

RGB20116956-
CMYK00.160.720.21
HSL46.76º57.31%50.39%-
HSV(B)46.76º72.14%78.82%-
XYZ38.9941.089.62-
YUV165.6966.1153.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=47.18%
G=39.67%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011695600.160.720.2146.7657.3150.39
HexC9A93801048152f3932
Octal3112517002011025577162
Binary1100100110101001111000010000100100010101101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A938; }

 p { color: rgb(201,169,56); }

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

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

 a { background-color: rgb(201,169,56); }

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

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

 span { border-color: rgb(201,169,56); }

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