#C8A638

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

Shades of Metallic Gold #C8A638

Tints of Metallic Gold #C8A638

Color information

#C8A638 (or 0xC8A638) is unknown color: approx Metallic Gold. HEX triplet: C8, A6 and 38. RGB value is (200,166,56). Sum of RGB (Red+Green+Blue) = 200+166+56=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A638 is #3759C7. Grayscale: #A4A4A4. Windows color (decimal): -3627464 or 3712712. OLE color: 3712712.

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

Color convert

RGB20016656-
CMYK00.170.720.22
HSL45.83º56.69%50.2%-
HSV(B)45.83º72%78.43%-
XYZ38.1739.849.42-
YUV163.6367.26153.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 56 (22.27% from 255) = 13.27%
R=47.39%
G=39.34%
B=13.27%

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
Decimal2001665600.170.720.2245.8356.6950.2
HexC8A63801148162e3932
Octal3102467002111026567162
Binary1100100010100110111000010001100100010110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A638; }

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

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

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

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

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

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

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

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