#C8A335

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

Shades of Metallic Gold #C8A335

Tints of Metallic Gold #C8A335

Color information

#C8A335 (or 0xC8A335) is unknown color: approx Metallic Gold. HEX triplet: C8, A3 and 35. RGB value is (200,163,53). Sum of RGB (Red+Green+Blue) = 200+163+53=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A335 is #375CCA. Grayscale: #A2A2A2. Windows color (decimal): -3628235 or 3515336. OLE color: 3515336.

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

Color convert

RGB20016353-
CMYK00.180.740.22
HSL44.9º58.1%49.61%-
HSV(B)44.9º73.5%78.43%-
XYZ37.5638.738.86-
YUV161.5266.76155.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=48.08%
G=39.18%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001635300.180.740.2244.958.149.61
HexC8A3350124A162d3a32
Octal3102436502211226557262
Binary1100100010100011110101010010100101010110101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A335; }

 p { color: rgb(200,163,53); }

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

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

 a { background-color: rgb(200,163,53); }

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

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

 span { border-color: rgb(200,163,53); }

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