#C8A739

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

Shades of Metallic Gold #C8A739

Tints of Metallic Gold #C8A739

Color information

#C8A739 (or 0xC8A739) is unknown color: approx Metallic Gold. HEX triplet: C8, A7 and 39. RGB value is (200,167,57). Sum of RGB (Red+Green+Blue) = 200+167+57=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A739 is #3758C6. Grayscale: #A4A4A4. Windows color (decimal): -3627207 or 3778504. OLE color: 3778504.

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

Color convert

RGB20016757-
CMYK00.160.720.22
HSL46.15º56.52%50.39%-
HSV(B)46.15º71.5%78.43%-
XYZ38.3840.219.61-
YUV164.3367.43153.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 167 (65.62% from 255) = 39.39%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=47.17%
G=39.39%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001675700.160.720.2246.1556.5250.39
HexC8A73901048162e3932
Octal3102477102011026567162
Binary1100100010100111111001010000100100010110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A739; }

 p { color: rgb(200,167,57); }

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

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

 a { background-color: rgb(200,167,57); }

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

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

 span { border-color: rgb(200,167,57); }

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