#C8A639

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

Shades of Metallic Gold #C8A639

Tints of Metallic Gold #C8A639

Color information

#C8A639 (or 0xC8A639) is unknown color: approx Metallic Gold. HEX triplet: C8, A6 and 39. RGB value is (200,166,57). Sum of RGB (Red+Green+Blue) = 200+166+57=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A639 is #3759C6. Grayscale: #A4A4A4. Windows color (decimal): -3627463 or 3778248. OLE color: 3778248.

HSL color Cylindrical-coordinate representation of color #C8A639: hue angle of 45.73º 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 #C8A639 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20016657-
CMYK00.170.720.22
HSL45.73º56.52%50.39%-
HSV(B)45.73º71.5%78.43%-
XYZ38.1939.859.55-
YUV163.7467.76153.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=47.28%
G=39.24%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001665700.170.720.2245.7356.5250.39
HexC8A63901148162e3932
Octal3102467102111026567162
Binary1100100010100110111001010001100100010110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A639; }

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

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

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

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

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

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

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

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