#C8A934

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

Shades of Metallic Gold #C8A934

Tints of Metallic Gold #C8A934

Color information

#C8A934 (or 0xC8A934) is unknown color: approx Metallic Gold. HEX triplet: C8, A9 and 34. RGB value is (200,169,52). Sum of RGB (Red+Green+Blue) = 200+169+52=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A934 is #3756CB. Grayscale: #A5A5A5. Windows color (decimal): -3626700 or 3451336. OLE color: 3451336.

HSL color Cylindrical-coordinate representation of color #C8A934: hue angle of 47.43º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8A934 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20016952-
CMYK00.160.740.22
HSL47.43º58.73%49.41%-
HSV(B)47.43º74%78.43%-
XYZ38.6340.99.11-
YUV164.9364.27153.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=47.51%
G=40.14%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001695200.160.740.2247.4358.7349.41
HexC8A9340104A162f3b31
Octal3102516402011226577361
Binary1100100010101001110100010000100101010110101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A934; }

 p { color: rgb(200,169,52); }

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

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

 a { background-color: rgb(200,169,52); }

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

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

 span { border-color: rgb(200,169,52); }

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